Hi, I use GeoTools to create thematic maps. Now I stumbled upon a problem with 
the PointSymbolizer: it renders a marker graphic always twice (I use the SVG 
renderer). This is pretty nasty because the resulting SVG is very hard to edit 
per hand afterwards.

Here is my code..

Mark mark = sb.createMark("circle", null, sb.createStroke(new Color(100, 100, 
100)));

layers.add(new DefaultMapLayer(dsGeoref100.getFeatureSource(), 
sb.createStyle(sb.createPointSymbolizer(sb.createGraphic(null,mark,null,1d,50,0d)))
 
));

I hope someone has an explenation or workaround...

Regards, Alex

-- 
http://de.wikipedia.org/wiki/Benutzer:Alexrk2
http://de.wikipedia.org/wiki/Wikipedia:Kartenwerkstatt/Blog


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to