Hi

I'm using Mapnik trunk. I have all my symbols as SVGs and would like to tender them at different sized depending on zoom level (on z14 at 16px, on z18 ad 24px).

I tried to use an PointSymbolizer with width-argument, but mapnik complains about with not being an attribute of PointSymbolizer.

In fact, mapnik tries to read the size from the svg. I know that it is possible to change the size of the icon on the map using transform, but writing transform="scale(0,027)" instead of width="16" seems rather complicated to me.

Is transform="scale(0,027)" really the intended way of doing this?

Peter
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to