Skip to content

Releases: MRT-Map/tile-renderer

v5.0.7

31 Mar 11:59
d1849be
Compare
Choose a tag to compare
  • upgrade dependencies for Python 3.13
  • change requests to niquests

v5.0.6

02 Dec 16:25
bdd9684
Compare
Choose a tag to compare
  • HTML escape component display names in svg element generation

v5.0.5

02 Dec 09:59
1acf77a
Compare
Choose a tag to compare
  • Component.tiles now returns empty set if no nodes in component

v5.0.4

02 Dec 03:02
866ebf0
Compare
Choose a tag to compare
  • Don't process component if it has no nodes

v5.0.3

27 Jul 08:09
f17ef43
Compare
Choose a tag to compare
  • 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

27 Jul 05:41
a5b7af8
Compare
Choose a tag to compare
  • fix ValueError: A linearring requires at least 4 coordinates. error

v5.0.1

26 Jul 13:00
40d7be2
Compare
Choose a tag to compare
  • add version field to the Skin format

v5.0.0

26 Jul 09:31
f35216a
Compare
Choose a tag to compare
  • rewrote the renderer

v4.0.1

05 Oct 09:13
07fd476
Compare
Choose a tag to compare
  • v4.0.1 (5/10/23)

    • upgrade dependencies

v4.0.0

20 Apr 05:51
6b004d9
Compare
Choose a tag to compare
  • 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