Fix floating point numbers.

This commit is contained in:
Sergey Vartanov 2021-11-11 23:52:46 +03:00
parent 6e20668e24
commit ed0e0384b7
23 changed files with 358 additions and 332 deletions

View file

@ -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: