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

Commit

Permalink
Merge pull request #75 from openstreetmap-polska/overpass-api-url
Browse files Browse the repository at this point in the history
Fix overpass url server
  • Loading branch information
starsep authored Mar 24, 2023
2 parents 5cc0169 + 8730b23 commit 587b6cc
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 587b6cc

Please sign in to comment.