vector_tile_renderer 1.0.7 vector_tile_renderer: ^1.0.7 copied to clipboard
A vector tile renderer for use in creating map tile images or writing to a canvas.
1.0.7 #
- only abbreviate place names that appear at the end of text
1.0.6 #
- add theme versioning
1.0.4 #
- add abbreviations for place names
1.0.3 #
- improve label collision detection
1.0.2 #
- fix support for visibility=none layout
1.0.1 #
- improve text support with font family, italic, and text-transform
- avoid placing text on tile boundaries
1.0.0 #
- expose ID on themes
0.1.14 #
- reduce memory usage
- enable rendering within a clip to avoid using excessive raster cache
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.