Skip to content

Commit

Permalink
Switch to api.openstreetmap.org API host
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoshuBaby authored Oct 28, 2023
1 parent 9434d9f commit a73a751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keqing/method/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def get_server(server_name: str) -> Optional[str]:
server_list = {
"OSM": {"url": "https://www.openstreetmap.org/api/0.6/"},
"OSM": {"url": "https://api.openstreetmap.org/api/0.6/"},
"OGF": {"url": "https://opengeofiction.net/api/0.6/"},
"OHM": {"url": "https://www.openhistoricalmap.org/api/0.6"},
}
Expand Down

0 comments on commit a73a751

Please sign in to comment.