-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathservers.json
78 lines (78 loc) · 2.27 KB
/
servers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[
{
"web": [
"https://www.openstreetmap.org/",
"https://openstreetmap.org/",
"https://www.osm.org/",
"https://osm.org/"
],
"api": {
"url": "https://api.openstreetmap.org/",
"noteSearchBbox": true
},
"nominatim": "https://nominatim.openstreetmap.org/",
"overpass": "https://www.overpass-api.de/",
"overpassTurbo": "https://overpass-turbo.eu/",
"tiles": {
"template": "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
"attribution": "OpenStreetMap contributors"
},
"note": "main OSM server",
"oauth": {
"id": "hRPFdI68dfFi2ucLe8Nt8y6rBM4uwTwIzNioi1EuTms",
"url": "https://antonkhorev.github.io/osm-note-viewer/"
}
},{
"web": "https://master.apis.dev.openstreetmap.org/",
"api": {
"noteSearchBbox": true
},
"note": [
"OSM sandbox/development server",
"https://wiki.openstreetmap.org/wiki/Sandbox_for_editing#Experiment_with_the_API_(advanced)"
],
"oauth": {
"id": "KiQpJiwp0njkF3Y172lIpX2bzru4C98nH8y6FZcBir8",
"url": "https://antonkhorev.github.io/osm-note-viewer/"
}
},{
"web": [
"https://www.openhistoricalmap.org/",
"https://openhistoricalmap.org/"
],
"nominatim": "https://nominatim.openhistoricalmap.org/",
"overpass": "https://overpass-api.openhistoricalmap.org/",
"overpassTurbo": "https://openhistoricalmap.github.io/overpass-turbo/",
"oauth": {
"id": "pEMqG7m8YHHEfqRfctwQecseI1TYm1toHAAoRPzCPMw",
"url": "https://antonkhorev.github.io/osm-note-viewer/"
}
},{
"web": "https://opengeofiction.net/",
"tiles": {
"template": "https://tiles04.rent-a-planet.com/ogf-carto/{z}/{x}/{y}.png",
"attribution": "OpenGeofiction and contributors"
},
"overpass": "https://overpass.ogf.rent-a-planet.com/",
"overpassTurbo": "https://turbo.ogf.rent-a-planet.com/",
"world": "opengeofiction",
"oauth": {
"id": "q7AADWIuLnof-YIo5J6ht31jB73jFNPPp6LreINnwQs",
"url": "https://antonkhorev.github.io/osm-note-viewer/"
}
},{
"web": "https://fosm.org/",
"tiles": {
"template": "https://map.fosm.org/default/{z}/{x}/{y}.png",
"attribution": "https://fosm.org/",
"zoom": 18
},
"note": "mostly useless here because notes are not implemented on this server"
},{
"web": "http://127.0.0.1:3000/",
"api": {
"noteSearchBbox": true
},
"note": "default local rails dev server"
}
]