Commit 47cec83b authored by Patrick's avatar Patrick
Browse files

STEG specific changes

Showing with 59 additions and 48 deletions
+59 -48
...@@ -328,7 +328,7 @@ ...@@ -328,7 +328,7 @@
null null
], ],
"layerNames": [ "layerNames": [
"StuttgartLocal" "StuttgartLocal1"
], ],
"minTop": "balloonHeight + 30", "minTop": "balloonHeight + 30",
"minLeft": "70", "minLeft": "70",
...@@ -435,7 +435,7 @@ ...@@ -435,7 +435,7 @@
"balloonHeader": "Balloon header" "balloonHeader": "Balloon header"
},{ },{
"template": [ "template": [
"<div class='balloon' onclick='Questionnaire();popup()' id='myBalloonP1'>", "<div class='balloon' onclick='Questionnaire();' id='myBalloonP1'>",
" <h1 class='balloon-title'>Umfrage (Böckinger Straße)</h1>", " <h1 class='balloon-title'>Umfrage (Böckinger Straße)</h1>",
" <div class='balloon-content' style='height:250px; margin-right: 0px;'", " <div class='balloon-content' style='height:250px; margin-right: 0px;'",
" </div>", " </div>",
...@@ -456,32 +456,13 @@ ...@@ -456,32 +456,13 @@
] ]
},{ },{
"template": [ "template": [
"<div class='balloon' style='width: 200px; background-color: #3C3C3C; color: #FFFFFF;' id='myBalloonNord'>", "<div class='balloon' onclick='Questionnaire();' id='myBalloonP1'>",
" <button class='infobtn' onclick='NordbahnhofText()'></button>", " <h1 class='balloon-title'>Umfrage (Weilimdorf)</h1>",
" <h1 class='balloon-title' style='color: #FFFFFF;'>Nordbahnhof Planungskonzept</h1>", " <div class='balloon-content' style='height:250px; margin-right: 0px;'",
" <div class='balloon-content' style='margin-right: 0px;'",
" </div>", " </div>",
"<div class='box-3'>", "<p class='balloon-text'><span>Um die Umfrage zu starten klicken Sie bitte hier!</span><br></p>",
"<div class='btn btn-three' onclick='newPlan()'>", "<img style='padding-top:10px' src='images/content/contentboeckingerstrasse/Umfrage.jpg' alt='Simply Easy Learning' width='375'>",
"<span>Neue Planung</span>",
"</div><br>",
"<div class='btn btn-three' onclick='oldZust()'>",
"<span>Ist Zustand</span>",
"</div><br></div>",
"<div class='box-3'>",
"<p>Highlight &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p><div class='switch'>",
"<input type='checkbox' name='toggle' id='chxboxHighlight' onclick='checkboxHighlight(true);'>",
"<label for='toggle'><i></i></label>",
"<span></span>",
"</div>",
"</div>",
"<div class='box-3'>",
"<p>EnergyDemand</p><div class='switch'>",
"<input type='checkbox' name='toggle' id='chxboxDemand' onclick='checkboxDemand(true);'>",
"<label for='toggle'><i></i></label>",
"<span></span>",
"</div>",
"</div>", "</div>",
"<% %>" "<% %>"
...@@ -854,7 +835,7 @@ ...@@ -854,7 +835,7 @@
} }
], ],
"layers": [ "layers": [
{"name": "100002", {"name": "ProjektNord",
"url": "./templates/100002.geojson", "url": "./templates/100002.geojson",
"type": "vcs.vcm.layer.GeoJSON", "type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...", "datasourceId": "...",
...@@ -864,7 +845,7 @@ ...@@ -864,7 +845,7 @@
"style": { "style": {
"image": { "image": {
"icon": { "icon": {
"src": "./templates/lightning.png", "src": "./templates/locationQ.png",
"scale": 0.5 "scale": 0.5
} }
}}, }},
...@@ -903,7 +884,7 @@ ...@@ -903,7 +884,7 @@
} }
},{ },{
"name": "StuttgartLocal", "name": "StuttgartLocal",
"url": "./datasource-data/Stuttgart/tileset.json", "url": "./datasource-data/Weilimdorf/tileset.json",
"type": "vcs.vcm.layer.cesium.Buildings", "type": "vcs.vcm.layer.cesium.Buildings",
"datasourceId": "zECwoSwXppPMrqfLoc", "datasourceId": "zECwoSwXppPMrqfLoc",
"activeOnStartup": true, "activeOnStartup": true,
...@@ -971,7 +952,7 @@ ...@@ -971,7 +952,7 @@
"name": "Openstreetmap layer", "name": "Openstreetmap layer",
"type": "vcs.vcm.layer.OpenStreetMap", "type": "vcs.vcm.layer.OpenStreetMap",
"exclusive": "base", "exclusive": "base",
"activeOnStartup": true, "activeOnStartup": false,
"copyright": { "copyright": {
"provider": "OpenStreetMap contributors", "provider": "OpenStreetMap contributors",
"url": "http://www.openstreetmap.org/", "url": "http://www.openstreetmap.org/",
...@@ -1010,6 +991,36 @@ ...@@ -1010,6 +991,36 @@
}, },
"featureInfo": null, "featureInfo": null,
"opacity": "" "opacity": ""
},{
"type": "vcs.vcm.layer.Wms",
"name": "WMS_stadtkarte",
"activeOnStartup": false,
"exclusive": false,
"url": "https://gis5.stuttgart.de/arcgis/services/1_Base/WMS_Stadtkarte_Internet/MapServer/WmsServer?",
"parameters": "",
"maxLevel": 18,
"tilingSchema": "geographic",
"datasourceId": "",
"hiddenObjectIds": [],
"copyright": {
"provider": "",
"url": "",
"year": ""
},
"version": "",
"layers": "0,1,2,3,4,5,6,7,8,9",
"extent": {
"coordinates": [
null,
null,
null,
null
],
"epsg": "",
"proj4": ""
},
"featureInfo": null,
"opacity": ""
},{ },{
"name": "B", "name": "B",
"url": "./templates/AreaB.geojson", "url": "./templates/AreaB.geojson",
...@@ -1057,7 +1068,7 @@ ...@@ -1057,7 +1068,7 @@
"url": "./templates/ProjektOne.geojson", "url": "./templates/ProjektOne.geojson",
"type": "vcs.vcm.layer.GeoJSON", "type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...", "datasourceId": "...",
"activeOnStartup": true, "activeOnStartup": false,
"exclusive": false, "exclusive": false,
"projection": { "projection": {
"epsg": "4326", "epsg": "4326",
...@@ -1078,7 +1089,7 @@ ...@@ -1078,7 +1089,7 @@
"url": "./templates/ProjektNord.geojson", "url": "./templates/ProjektNord.geojson",
"type": "vcs.vcm.layer.GeoJSON", "type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...", "datasourceId": "...",
"activeOnStartup": true, "activeOnStartup": false,
"exclusive": false, "exclusive": false,
"projection": { "projection": {
"epsg": "4326", "epsg": "4326",
...@@ -1099,7 +1110,7 @@ ...@@ -1099,7 +1110,7 @@
"url": "./templates/Questionnaire.geojson", "url": "./templates/Questionnaire.geojson",
"type": "vcs.vcm.layer.GeoJSON", "type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...", "datasourceId": "...",
"activeOnStartup": true, "activeOnStartup": false,
"exclusive": false, "exclusive": false,
"projection": { "projection": {
"epsg": "4326", "epsg": "4326",
...@@ -1121,7 +1132,7 @@ ...@@ -1121,7 +1132,7 @@
"url": "./templates/locationOne.geojson", "url": "./templates/locationOne.geojson",
"type": "vcs.vcm.layer.GeoJSON", "type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...", "datasourceId": "...",
"activeOnStartup": true, "activeOnStartup": false,
"exclusive": false, "exclusive": false,
"projection": { "projection": {
"epsg": "4326", "epsg": "4326",
...@@ -1143,7 +1154,7 @@ ...@@ -1143,7 +1154,7 @@
"url": "./templates/locationTwo.geojson", "url": "./templates/locationTwo.geojson",
"type": "vcs.vcm.layer.GeoJSON", "type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...", "datasourceId": "...",
"activeOnStartup": true, "activeOnStartup": false,
"exclusive": false, "exclusive": false,
"projection": { "projection": {
"epsg": "4326", "epsg": "4326",
...@@ -1165,7 +1176,7 @@ ...@@ -1165,7 +1176,7 @@
"url": "./templates/locationThree.geojson", "url": "./templates/locationThree.geojson",
"type": "vcs.vcm.layer.GeoJSON", "type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...", "datasourceId": "...",
"activeOnStartup": true, "activeOnStartup": false,
"exclusive": false, "exclusive": false,
"projection": { "projection": {
"epsg": "4326", "epsg": "4326",
...@@ -1187,7 +1198,7 @@ ...@@ -1187,7 +1198,7 @@
"url": "./templates/locationFour.geojson", "url": "./templates/locationFour.geojson",
"type": "vcs.vcm.layer.GeoJSON", "type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...", "datasourceId": "...",
"activeOnStartup": true, "activeOnStartup": false,
"exclusive": false, "exclusive": false,
"projection": { "projection": {
"epsg": "4326", "epsg": "4326",
...@@ -1209,19 +1220,19 @@ ...@@ -1209,19 +1220,19 @@
{ {
"name": "startview", "name": "startview",
"cameraPosition": [ "cameraPosition": [
9.294727619997023, 9.100967025005438,
48.743362022865426, 48.805327418653725,
17217.87421017033 1622.1692871652378
], ],
"groundPosition": [ "groundPosition": [
9.223110265588412, 9.100815516907067,
48.798931778699455, 48.80580223500527,
-0.0021814601362642612 -0.005470387031068266
], ],
"distance": 19040.337418120638, "distance": 1623.0722840495544,
"heading": 319.600536492729, "heading": 346.7856202179552,
"pitch": -64.76308830002756, "pitch": -88.09468010251818,
"roll": 359.7083867950233, "roll": 0,
"animate": false "animate": false
},{ },{
"name": "stockach", "name": "stockach",
......
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment