map.setMapWidth(mapWidth);
map.setMapHeight(mapHeight);
map.setTransparent(false);
Style basicStyle = getTestStyle("default.sld");
map.addLayer(new FeatureLayer(fs, basicStyle));
EncodeHTMLImageMap result = mapProducer.produceMap(map);
assertTestResult("PolygonWithSkippedHoles", result);
}