forked from wegue-oss/wegue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathde.json
More file actions
79 lines (76 loc) · 2.95 KB
/
Copy pathde.json
File metadata and controls
79 lines (76 loc) · 2.95 KB
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
79
{
"app": {
"title": "Vue.js / OpenLayers WebGIS",
"browserTitle": "Wegue Demo Anwendung",
"footerTextLeft": "Powered by <a href='https://meggsimum.de/wegue/' target='_blank'>Wegue WebGIS</a>",
"footerTextRight": "meggsimum",
"logo": "App Logo"
},
"mapLayers": {
"wgu-drag-drop-layer" : {
"name": "Hochgeladene Daten"
},
"Shops": {
"name": "Geschäfte DaSchau"
},
"airport-de-wfs": {
"name": "Flughäfen Deutschland WFS",
"attributions": "© <a href=\"https://www.bkg.bund.de/\">BKG</a> <a href=\"https://www.govdata.de/dl-de/by-2-0\">dl-de/by-2-0</a> <a href=\"https://sg.geodatenzentrum.de/web_public/gdz/datenquellen/datenquellen_poi-open.pdf\">Datenquellen</a>"
},
"earthquakes": {
"name": "Erdbeben 2012 (Mag 5)",
"attributions": "U.S. Geological Survey"
},
"ahocevar-wms": {
"name": "Tiled WMS (ahocevar)"
},
"ahocevar-imagewms": {
"name": "Image WMS (ahocevar)"
},
"ahocevar-vectortiles": {
"name": "Vector Tile Layer"
},
"opentopomap": {
"name": "OpenTopoMap",
"attributions": "Kartendaten: <a href=\"https://openstreetmap.org/copyright\">©OpenStreetMap</a>-Mitwirkende, SRTM | Kartendarstellung: © <a href=\"http://opentopomap.org/\">OpenTopoMap</a> (<a href=\"https://creativecommons.org/licenses/by-sa/3.0/\">CC-BY-SA</a>)"
},
"osm-bg": {
"name": "OpenStreetMap"
},
"dutch-nat-parks" : {
"name": "WFS (Niederländische Nationalparks PDOK)",
"attributions": "<a href='https://www.pdok.nl' target='_blank'>PDOK</a> des Niederländischen Katasters"
},
"pdok-natura2000-wms" : {
"name": "WMS - Natura 2000 Gebiete - PDOK",
"attributions": "<a href='https://www.pdok.nl' target='_blank'>PDOK</a> des Niederländischen Katasters"
},
"pdok-lufo-wms" : {
"name": "WMS - Niederländisches Luftbild - PDOK",
"attributions": "<a href='https://www.pdok.nl' target='_blank'>PDOK</a> des Niederländischen Katasters"
},
"brtachtergrondkaart" : {
"name": "WMTS - Topo Grundkarte - PDOK",
"attributions": "<a href='https://www.pdok.nl' target='_blank'>PDOK</a> des Niederländischen Katasters"
},
"terrestris-osm-wms" : {
"name": "OSM WMS",
"attributions": "<a href='https://www.openstreetmap.org/copyright' target='_blank'>© OpenStreetMap-Mitwirkende</a>"
},
"test_arcgisrest" : {
"name": "ArcGIS REST Test-Kachel-Layer",
"attributions": "<a href='https://www.padovanet.it' target='_blank'>© Gemeinde Padua</a>"
}
},
"wgu-helpwin": {
"title": "Hilfe",
"textTitle": "Über Wegue",
"htmlContent": "<b>WebGIS basierend auf OpenLayers und Vue.js</b></br>Vorlagen und wiederverwertbare Komponenten für Web-Kartenanwendungen mit OpenLayers und Vue.js",
"infoLinkUrl": "http://wegue.org/",
"infoLinkText": "Mehr Informationen"
},
"sample-module": {
"title": "Beispiel Modul",
"text": "Hallo Wegue"
}
}