Releases: MRT-Map/tile-renderer
Releases · MRT-Map/tile-renderer
v5.0.7
v5.0.6
- HTML escape component display names in svg element generation
v5.0.5
- Component.tiles now returns empty set if no nodes in component
v5.0.4
- Don't process component if it has no nodes
v5.0.3
- Redirect all logging to stderr
- Increase size of text for
subdistrict
,district
,town
,state
,country
- everything can now be accessible from
import tile_renderer
instead of having to import individual submodules
v5.0.2
- fix
ValueError: A linearring requires at least 4 coordinates.
error
v5.0.1
- add
version
field to theSkin
format
v5.0.0
- rewrote the renderer
v4.0.1
v4.0.0
-
v4.0.0 (20/4/23)
- chang antialias method
- replace most function parameters with a single
Config
class - new
Vector
class ImageCoord
now saves coordinates as floats instead of integer, to reduce rounding errors- multiprocess file-dumping of preparation, and part 2
- rewrite
math_tools.dash()
- fix texts overlapping and texts around corners... maybe
- move rendering operations counting from part 1 to preparation stage
- new arrows on one-way lines
- now uses Ruff, a linter in addition to mypy
- reimplement AreaBorderTexts
- fix off-centered text on areas
- optimisations here and there