vector_tile_renderer 0.1.13 vector_tile_renderer: ^0.1.13 copied to clipboard
A vector tile renderer for use in creating map tile images or writing to a canvas.
0.1.13 #
- reduce memory usage
0.1.12 #
- support fractional scale values for image size
0.1.11 #
- support text-halo-width and text-halo-color
0.1.10 #
- avoid label collisions by eliminating labels that would draw over others
- rotate labels to align with roads
0.1.9 #
- improve performance
- improve line size interpolation
- introduce
zoomScaleFactor
for rendering tiles at greater than their normal size
0.1.7 #
- improved theme color support
- correct default stroke width for lines
0.1.4 #
- improved theme api
- improved light theme
- support theme filter operators
>=
,<=
,<
,>
0.1.3 #
- added example app
- minor API improvements
0.1.2 #
- performance improvement
- zoom theme filtering
0.1.1 #
- Initial release, supporting theming, polygons and lines.