}
public void testMapProducePointsWithDifferenSizeInScale2() throws Exception {
final FeatureSource<SimpleFeatureType,SimpleFeature> fs = testDS.getFeatureSource("BuildingCenters");
ReferencedEnvelope tmp=fs.getBounds();
tmp.expandBy(5, 5);
final ReferencedEnvelope env = new ReferencedEnvelope(tmp,WGS84);
LOGGER.info("about to create map ctx for BuildingCenters with bounds " + env);
final WMSMapContext map = new WMSMapContext();