forked from ffrgb/meshviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
54 lines (53 loc) · 1.85 KB
/
config.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
// Gulp will remove all comments
{
// String or array of data provider are supported
"dataPath": "data/",
"siteName": "Freifunk Bielefeld",
"mapLayers": [
{
"name": "OpenStreetMap",
"url": "http://tiles.freifunk-bielefeld.de/{z}/{x}/{y}.png",
"config": {
"subdomains": "1234",
"type": "osm",
"attribution": "Tiles © Openstreetmap |© <a href=\"http://www.openstreetmap.org/copyright\">OpenStreetMap</a>",
"maxZoom": 18
}
},
{ "name": "MapQuest",
"url": "https://otile{s}-s.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.jpg",
"config": {
"subdomains": "1234",
"type": "osm",
"attribution": "Tiles © <a href=\"https://www.mapquest.com/\" target=\"_blank\">MapQuest</a>, Data CC-BY-SA OpenStreetMap",
"maxZoom": 18
}
}
],
// Set a visible frame
"fixedCenter": [
// Northwest
[
52.334080,
8.302231
],
// Southeast
[
51.951037,
9.157791
]
],
"siteNames": [
{ "site" : "bielefeld", "name": "Bielefeld", "link" : "http://freifunk-bielefeld.de" },
{ "site" : "obernkirchen", "name": "Obernkirchen", "link" : "http://www.freifunk-obernkirchen.de" },
{ "site" : "badoeynhausen", "name": "Bad Oeynhausen", "link" : "https://www.freifunk-badoeynhausen.de" },
{ "site" : "minden", "name": "Minden", "link" : "http://www.freifunk-minden.de" },
{ "site" : "herford", "name": "Herford", "link" : "http://herford.freifunk.net" },
{ "site" : "bad-pyrmont", "name": "Bad-Pyrmont" },
{ "site" : "rinteln", "name": "Rinteln" },
{ "site" : "loehne", "name": "Löhne" },
{ "site" : "hildesheim", "name": "Hildesheim", "link" : "http://freifunk-hi.de" },
{ "site" : "lemgo", "name" : "Lemgo", "link" : "https://www.freifunk-lemgo.de" },
{ "site" : "lage", "name": "Lage" }
]
}