wangerniu commited on
Commit
f8c7225
·
verified ·
1 Parent(s): 971cc9c

Update osm/download.py

Browse files
Files changed (1) hide show
  1. osm/download.py +2 -2
osm/download.py CHANGED
@@ -22,8 +22,8 @@ def get_osm(
22
 
23
  (bottom, left), (top, right) = boundary_box.min_, boundary_box.max_
24
  content: bytes = get_web_data(
25
- # "https://api.openstreetmap.org/api/0.6/map.json",
26
- "https://openstreetmap.erniubot.live/api/0.6/map.json",
27
  # 'https://overpass-api.de/api/map',
28
  # 'http://localhost:29505/api/map',
29
  # "https://lz4.overpass-api.de/api/interpreter",
 
22
 
23
  (bottom, left), (top, right) = boundary_box.min_, boundary_box.max_
24
  content: bytes = get_web_data(
25
+ "https://api.openstreetmap.org/api/0.6/map.json",
26
+ # "https://openstreetmap.erniubot.live/api/0.6/map.json",
27
  # 'https://overpass-api.de/api/map',
28
  # 'http://localhost:29505/api/map',
29
  # "https://lz4.overpass-api.de/api/interpreter",