Commit c2831ff5 authored by Patrick's avatar Patrick
Browse files

test update

parent 31a1f51b
...@@ -505,8 +505,8 @@ ...@@ -505,8 +505,8 @@
] ]
},{ },{
"template": [ "template": [
"<div class='balloon' onclick='Questionnaire();' id='myBalloonP1'>", "<div class='balloon' onclick='Questionnaire(\"1\");' id='myBalloonP1'>",
" <h1 class='balloon-title'>Umfrage (Weilimdorf)</h1>", " <h1 class='balloon-title'>Umfrage (Weilimdorf) Part 1</h1>",
" <div class='balloon-content' style='height:250px; margin-right: 0px;'", " <div class='balloon-content' style='height:250px; margin-right: 0px;'",
" </div>", " </div>",
"<p class='balloon-text'><span>Um die Umfrage zu starten klicken Sie bitte hier!</span><br></p>", "<p class='balloon-text'><span>Um die Umfrage zu starten klicken Sie bitte hier!</span><br></p>",
...@@ -524,6 +524,48 @@ ...@@ -524,6 +524,48 @@
"layerNames": [ "layerNames": [
"ProjektNord" "ProjektNord"
] ]
},{
"template": [
"<div class='balloon' onclick='Questionnaire(\"2\");' id='myBalloonP1'>",
" <h1 class='balloon-title'>Umfrage (Weilimdorf) Part 2</h1>",
" <div class='balloon-content' style='height:250px; margin-right: 0px;'",
" </div>",
"<p class='balloon-text'><span>Um die Umfrage zu starten klicken Sie bitte hier!</span><br></p>",
"<img style='padding-top:10px' src='images/content/contentboeckingerstrasse/Umfrage.jpg' alt='Simply Easy Learning' width='375'>",
"</div>",
"<% %>"
],
"minTop": "balloonHeight + 10",
"minLeft": "70",
"layerTypes": [
""
],
"layerNames": [
"Questionnaire02"
]
},{
"template": [
"<div class='balloon' onclick='Questionnaire(\"3\");' id='myBalloonP1'>",
" <h1 class='balloon-title'>Umfrage (Weilimdorf) Part 3</h1>",
" <div class='balloon-content' style='height:250px; margin-right: 0px;'",
" </div>",
"<p class='balloon-text'><span>Um die Umfrage zu starten klicken Sie bitte hier!</span><br></p>",
"<img style='padding-top:10px' src='images/content/contentboeckingerstrasse/Umfrage.jpg' alt='Simply Easy Learning' width='375'>",
"</div>",
"<% %>"
],
"minTop": "balloonHeight + 10",
"minLeft": "70",
"layerTypes": [
""
],
"layerNames": [
"Questionnaire03"
]
}, },
{ {
"template": [ "template": [
...@@ -956,7 +998,7 @@ ...@@ -956,7 +998,7 @@
}, },
{ {
"name": "DGM2", "name": "DGM2",
"url": "/datasource-data/tileset", "url": "./datasource-data/tileset",
"type": "vcs.vcm.layer.cesium.Terrain", "type": "vcs.vcm.layer.cesium.Terrain",
"datasourceId": "52hixWfozhzGYx76W", "datasourceId": "52hixWfozhzGYx76W",
"activeOnStartup": false, "activeOnStartup": false,
...@@ -1146,6 +1188,48 @@ ...@@ -1146,6 +1188,48 @@
} }
}, },
"heightAboveGround": 0 "heightAboveGround": 0
},{
"name": "Questionnaire02",
"url": "./templates/Questionnaire02.geojson",
"type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...",
"activeOnStartup": true,
"exclusive": false,
"projection": {
"epsg": "4326",
"proj4": ""
},
"altitudeMode": "relativeToGround",
"style": {
"image": {
"icon": {
"src": "./templates/locationQ.png",
"scale": 0.5
}
}
},
"heightAboveGround": 0
},{
"name": "Questionnaire03",
"url": "./templates/Questionnaire03.geojson",
"type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...",
"activeOnStartup": true,
"exclusive": false,
"projection": {
"epsg": "4326",
"proj4": ""
},
"altitudeMode": "relativeToGround",
"style": {
"image": {
"icon": {
"src": "./templates/locationQ.png",
"scale": 0.5
}
}
},
"heightAboveGround": 0
} }
], ],
"viewpoints": [ "viewpoints": [
......
...@@ -422,7 +422,7 @@ ...@@ -422,7 +422,7 @@
<div id="UmfrageOne" class="SideInfo" style="display:none;"> <div id="UmfrageOne" class="SideInfo" style="display:none;">
<iframe style="width: 95%; height:35em;margin-left:1em;margin-right:1em;border: none;" src="https://umfrage.smartvillages.online/limesurvey/index.php/995397?lang=de"></iframe> <iframe id="iframe" style="width: 95%; height:35em;margin-left:1em;margin-right:1em;border: none;" src="https://umfrage.smartvillages.online/limesurvey/index.php/995397?lang=de"></iframe>
<p class="contentOne">Die Reduzierung des privaten Wohnraums bedingt auch das Zusammenleben <p class="contentOne">Die Reduzierung des privaten Wohnraums bedingt auch das Zusammenleben
im Quartier. Wohnfunktionen werden wieder in den öffentlichen Raum im Quartier. Wohnfunktionen werden wieder in den öffentlichen Raum
......
{
"type": "FeatureCollection",
"name": "data_point",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": null, "name": "datapoint" }, "geometry": { "type": "Point", "coordinates": [ 9.100756, 48.805868 ] } }
]
}
{
"type": "FeatureCollection",
"name": "data_point",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": null, "name": "datapoint" }, "geometry": { "type": "Point", "coordinates": [ 9.104173, 48.806877 ] } }
]
}
Markdown is supported
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