mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-29 06:18:53 +02:00
Merge main.
This commit is contained in:
commit
124ba3e171
14 changed files with 45 additions and 17 deletions
|
@ -361,7 +361,7 @@ class OSMData:
|
|||
|
||||
See https://wiki.openstreetmap.org/wiki/Overpass_API
|
||||
"""
|
||||
with file_name.open() as input_file:
|
||||
with file_name.open(encoding="utf-8") as input_file:
|
||||
structure = json.load(input_file)
|
||||
|
||||
node_map: Dict[int, OSMNode] = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue