We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e422a61 commit 7c1e8b2Copy full SHA for 7c1e8b2
src/Notes01.java
@@ -18,7 +18,7 @@ public class Notes01
18
static final String dev_api_path = "https://api06.dev.openstreetmap.org/api/0.6/";
19
20
static final String de_overpass_path = "https://overpass-api.de/api/";
21
- static final String ru_overpass_path = "http://overpass.osm.rambler.ru/cgi/";
+ static final String ru_overpass_path = "http://overpass.openstreetmap.ru/cgi/";
22
static final String fr_overpass_path = "https://api.openstreetmap.fr/api/";
23
static final String ch_overpass_path = "https://overpass.osm.ch/api/";
24
0 commit comments