You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SVG would be doable, but for the current iteration I pushed for marker caching in-front of Mapnik because Mapnik does not currently have caching internally for SVG - we literally render the SVG from scratch for each feature processed. The task on the mapnik side would be to selectively cache a rendered SVG for a symbolizer like <MarkerSymbolizer file="some.svg" /> at 1x and 2x scale_factor while avoiding caching a render SVG for a symbolizer like <MarkerSymbolizer file="some.svg" opacity="[some float value]" fill="[another float value]"/ ... etc ... > since the combinations could be infinite.
Currently polyline strokes are not width-doubled. Blue sky:
For a rainy day.
cc @springmeyer @tmcw
The text was updated successfully, but these errors were encountered: