Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Fix overpass url server
Browse files Browse the repository at this point in the history
  • Loading branch information
praszuk authored Mar 24, 2023
1 parent 5cc0169 commit 8730b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
logger = logging.getLogger(__file__)
logger.setLevel(logging.INFO)

overpass_api_url = "https://lz4.overpass-api.de/api/interpreter"
overpass_api_url = "https://overpass-api.de/api/interpreter"

overpass_query = """
[out:json]
Expand Down

0 comments on commit 8730b23

Please sign in to comment.