-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathomap_maps.json
More file actions
executable file
·40 lines (37 loc) · 829 Bytes
/
Copy pathomap_maps.json
File metadata and controls
executable file
·40 lines (37 loc) · 829 Bytes
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
[
{
"name": "Hiking",
"type": "overlayer",
"url": "http://tile.waymarkedtrails.org/hiking/{z}/{x}/{y}.png",
"attribution": "hiking.waymarkedtrails.org",
"maxzoom": 18
},
{
"name": "Google Satelite",
"type": "map",
"url": "http://mt0.google.com/vt/lyrs=r&hl=en&x={x}&y={y}&z={z}",
"attribution": "Google",
"maxzoom": 18
},
{
"name": "OpenTopoMap",
"type": "map",
"url": "https://tile.opentopomap.org/{z}/{x}/{y}.png",
"attribution": "© OpenTopoMap (CC-BY-SA)",
"maxzoom": 18
},
{
"name": "climbing",
"type": "overpass",
"url": "sport=climbing",
"attribution": "Overpass",
"maxzoom": 18
},
{
"name": "water",
"type": "overpass",
"url": "amenity=drinking_water",
"attribution": "Overpass",
"maxzoom": 18
}
]