mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-15 17:21:50 +02:00
Fix floating point numbers.
This commit is contained in:
parent
6e20668e24
commit
ed0e0384b7
23 changed files with 358 additions and 332 deletions
|
@ -151,7 +151,7 @@ def construct_text(
|
|||
processed.add("route_ref")
|
||||
|
||||
if "cladr:code" in tags:
|
||||
texts.append(Label(tags["cladr:code"], size=7))
|
||||
texts.append(Label(tags["cladr:code"], size=7.0))
|
||||
processed.add("cladr:code")
|
||||
|
||||
if "website" in tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue