PluginProbe
Event Post / 4.2
Event Post v4.2
6.1.1 6.1.0 6.0.1 6.0.0 5.12.0 trunk 3.9 4.0 4.2 4.3 4.4 4.5 5.0 5.1 5.10.0 5.10.1 5.10.2 5.10.3 5.10.4 5.11.0 5.11.1 5.2 5.5 5.6 5.6.1 All 46 releases
event-post / maps.json

maps.json in Event Post 4.2, at maps.json

65 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [
2 {
3 "name":"Open Street Map",
4 "id":"default@osm.org",
5 "urls":[
6 "http://a.tile.openstreetmap.org/{z}/{x}/{y}.png",
7 "http://b.tile.openstreetmap.org/{z}/{x}/{y}.png",
8 "http://c.tile.openstreetmap.org/{z}/{x}/{y}.png"
9 ]
10 },
11 {
12 "name":"Open Cycle Map",
13 "id":"OpenCycleMap",
14 "urls":[
15 "http://a.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png",
16 "http://b.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png",
17 "http://c.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"
18 ]
19 },
20 {
21 "name":"Map Quest",
22 "id":"mapquest",
23 "urls":[
24 "http://otile1.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.png",
25 "http://otile2.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.png",
26 "http://otile3.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.png"
27 ]
28 },
29 {
30 "name":"OSM-fr",
31 "id":"osmfr",
32 "urls":[
33 "http://a.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png",
34 "http://b.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png",
35 "http://c.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png"
36 ]
37 },
38 {
39 "name":"2u",
40 "id":"2u",
41 "urls":[
42 "http://a.layers.openstreetmap.fr/2u/{z}/{x}/{y}.png",
43 "http://b.layers.openstreetmap.fr/2u/{z}/{x}/{y}.png",
44 "http://c.layers.openstreetmap.fr/2u/{z}/{x}/{y}.png"
45 ]
46 },
47 {
48 "name":"Satelite",
49 "id":"satelite",
50 "urls":[
51 "http://otile1-s.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg",
52 "http://otile2-s.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg",
53 "http://otile3-s.mqcdn.com/tiles/1.0.0/sat/{z}/{x}/{y}.jpg"
54 ]
55 },
56 {
57 "name":"Toner by Stamen",
58 "id":"toner",
59 "urls":[
60 "http://a.tile.stamen.com/toner/{z}/{x}/{y}.png",
61 "http://b.tile.stamen.com/toner/{z}/{x}/{y}.png",
62 "http://c.tile.stamen.com/toner/{z}/{x}/{y}.png"
63 ]
64 }
65 ]