Hi,

does anyone has an idea, why multipolygin features rendered as separate path 
elements and not into groups (g-elements) anymore since 2.7 M3? The grouping of 
path's is something I really need to use Geotools SVG's - eg with Inkscape - in 
cartographic post production.

Unto M2 it works well.

http://jira.codehaus.org/browse/GEOT-3535

Before:

<g>
   <path ... />
   <path ... />
</g>
<g>
   <path ... />
   <path ... />
   <path ... />
</g>

After:

<g>
   <path ... />
   <path ... />
   <path ... />
   <path ... />
</g>


Regards
Alex

-- 
http://de.wikipedia.org/wiki/Benutzer:Alexrk2



------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to