Commit 39b17cd5 authored by Patrick's avatar Patrick
Browse files

index.html, History.md und 27 weitere dateien aktualisiert...

parent 262256d9
...@@ -145,16 +145,16 @@ ...@@ -145,16 +145,16 @@
{ {
"type": "vcs.vcm.widgets.BalloonInfo", "type": "vcs.vcm.widgets.BalloonInfo",
"name": "Balloon Info", "name": "Balloon Info",
"balloonTypes": [{"template": ["<div class='balloon' onclick='' id='myBalloon'>"," <h1 class='balloon-title'>'Test'</h1>"," <div class='balloon-content' style='height:290px; margin-right: 0px;'"," </div>","<p class='balloon-text'><span>This is a test</span><br></p>","</div>","<% %>"],"minTop": "balloonHeight + 10","minLeft": "70","layerTypes": [""],"layerNames": ["100005"]}, "balloonTypes": [{"template": ["<div class='balloon' onclick='testshow()' id='myBalloon'>"," <h1 class='balloon-title'>'Test'</h1>"," <div class='balloon-content' style='height:290px; margin-right: 0px;'"," </div>","<p class='balloon-text'><span>This is a test</span><br></p>","</div>","<% %>"],"minTop": "balloonHeight + 10","minLeft": "70","layerTypes": [""],"layerNames": ["100005"]},
{"template": ["<div class='balloon' onclick='' id='myBalloon'>"," <h1 class='balloon-title'>'Test'</h1>"," <div class='balloon-content' style='height:290px; margin-right: 0px;'"," </div>","<p class='balloon-text'><span>This is a test</span><br></p>","</div>","<% %>"],"minTop": "balloonHeight + 10","minLeft": "70","layerTypes": [""],"layerNames": ["100004"]}, {"template": ["<div class='balloon' onclick='testshow()' id='myBalloon'>"," <h1 class='balloon-title'>'Test'</h1>"," <div class='balloon-content' style='height:290px; margin-right: 0px;'"," </div>","<p class='balloon-text'><span>This is a test</span><br></p>", "<img style='padding-top:10px' src='images/content/contentboeckingerstrasse/Umfrage.jpg' alt='Simply Easy Learning' width='370'>","</div>","<% %>"],"minTop": "balloonHeight","minLeft": "60","layerTypes": [""],"layerNames": ["100004"]},
{"template": [ {"template": [
"<div class='balloon' onclick='' id='myBalloon'>", "<div class='balloon' onclick='testshow()' id='myBalloon'>",
" <h1 class='balloon-title'>Test</h1>", " <h1 class='balloon-title'>Test</h1>",
" <div class='balloon-content' style='height:290px; margin-right: 0px;'", " <div class='balloon-content' style='height:290px; margin-right: 0px;'",
" </div>","<p class='balloon-text'><span>Das hier ist ein Test Ballon. Er wurde von einem User erstellt.</span><br></p>", " </div>","<p class='balloon-text'><span>Das hier ist ein Test Ballon. Er wurde von einem User erstellt.</span><br></p>",
"</div>","<% %>" "</div>","<% %>"
], ],
"minTop": "balloonHeight + 10", "minTop": "balloonHeight",
"minLeft": "70", "minLeft": "70",
"layerTypes": [""], "layerTypes": [""],
"layerNames": ["100002"] "layerNames": ["100002"]
...@@ -166,23 +166,11 @@ ...@@ -166,23 +166,11 @@
" </div>","<p class='balloon-text'><span>Das hier ist ein Test Ballon. Es zeigt den Ballon zum Gebiet Nummer 1</span><br></p>", " </div>","<p class='balloon-text'><span>Das hier ist ein Test Ballon. Es zeigt den Ballon zum Gebiet Nummer 1</span><br></p>",
"</div>","<% %>" "</div>","<% %>"
], ],
"minTop": "balloonHeight + 10", "minTop": "balloonHeight",
"minLeft": "70", "minLeft": "70",
"layerTypes": [""], "layerTypes": [""],
"layerNames": ["AreaOne"] "layerNames": ["AreaOne"]
}, },
{"template": [
"<div class='balloon' onclick='WeilimdorfAreaText()' id='myBalloon'>",
" <h1 class='balloon-title'>Gebiet Nummer 2</h1>",
" <div class='balloon-content' style='height:290px; margin-right: 0px;'",
" </div>","<p class='balloon-text'><span>Das hier ist ein Test Ballon. Es zeigt den Ballon zum Gebiet Nummer 2</span><br></p>",
"</div>","<% %>"
],
"minTop": "balloonHeight + 10",
"minLeft": "70",
"layerTypes": [""],
"layerNames": ["AreaTwo"]
},
{"template": [ {"template": [
"<div class='balloon' onclick='WeilimdorfAreaText()' id='myBalloon'>", "<div class='balloon' onclick='WeilimdorfAreaText()' id='myBalloon'>",
" <h1 class='balloon-title'>Gebiet Nummer 3</h1>", " <h1 class='balloon-title'>Gebiet Nummer 3</h1>",
...@@ -190,7 +178,7 @@ ...@@ -190,7 +178,7 @@
" </div>","<p class='balloon-text'><span>Das hier ist ein Test Ballon. Es zeigt den Ballon zum Gebiet Nummer 3</span><br></p>", " </div>","<p class='balloon-text'><span>Das hier ist ein Test Ballon. Es zeigt den Ballon zum Gebiet Nummer 3</span><br></p>",
"</div>","<% %>" "</div>","<% %>"
], ],
"minTop": "balloonHeight + 10", "minTop": "balloonHeight",
"minLeft": "70", "minLeft": "70",
"layerTypes": [""], "layerTypes": [""],
"layerNames": ["AreaThree"] "layerNames": ["AreaThree"]
...@@ -202,7 +190,7 @@ ...@@ -202,7 +190,7 @@
" </div>","<p class='balloon-text'><span>Das hier ist ein Test Ballon. Es zeigt den Ballon zum Gebiet Nummer 4</span><br></p>", " </div>","<p class='balloon-text'><span>Das hier ist ein Test Ballon. Es zeigt den Ballon zum Gebiet Nummer 4</span><br></p>",
"</div>","<% %>" "</div>","<% %>"
], ],
"minTop": "balloonHeight + 10", "minTop": "balloonHeight",
"minLeft": "70", "minLeft": "70",
"layerTypes": [""], "layerTypes": [""],
"layerNames": ["AreaFour"] "layerNames": ["AreaFour"]
...@@ -567,42 +555,6 @@ ...@@ -567,42 +555,6 @@
"Questionnaire03" "Questionnaire03"
] ]
}, },
{
"template": [
"<div class='balloon' id='myBalloonP1'>",
" <h1 class='balloon-title' onclick='EnergiekonzeptFunction(\"main\")'>Energiekonzept (Stöckach)</h1>",
" <div class='balloon-content' style='height:32em; width:380p;margin-right: 0px;'",
" </div>",
"<p class='balloon-text'><span>Für mehr Infos klicken Sie bitte hier!</span><br></p>",
"<img style='padding-top:10px' src='images/content/contentstoeckach/Stoeckach.jpg' usemap='#image-map' alt='Simply Easy Learning' width='375'>",
"<map name='image-map'>",
"<area id='mapElectricityID' alt='' title='electricity' shape='rect' coords='0,93,372,117' onclick='EnergiekonzeptFunction(\"Electricity\")' />",
"<area id='mapHeatID' alt='' title='heat' shape='rect' coords='0,202,375,227' onclick='EnergiekonzeptFunction(\"heat\")' />",
"<area id='mapNatID' alt='' title='Nat' shape='rect' coords='0,449,375,474' onclick='EnergiekonzeptFunction(\"Nat\")' />",
"<area id='mapAuxGasBoilerID' alt='' title='AuxgasBoiler' shape='rect' coords='203,407,261,445' onclick='EnergiekonzeptFunction(\"Aux Gas Boiler\")' />",
"<area id='mapAuxHeaterID' alt='' title='AuxHeater' shape='rect' coords='293,254,353,291' onclick='EnergiekonzeptFunction(\"Aux Heater\")' />",
"<area id='mapHeatPumpID' alt='' title='HeatPump' shape='rect' coords='106,231,166,268' style='outline:none;' onclick='EnergiekonzeptFunction(\"Heat Pump\")' />",
"<area id='mapTubID' alt='' title='tub' shape='rect' coords='208,331,268,373' style='outline:none;' onclick='EnergiekonzeptFunction(\"Tub\")' />",
"<area id='mapTankID' alt='' title='Tank' shape='rect' coords='31,286,69,332' style='outline:none;' onclick='EnergiekonzeptFunction(\"Tank\")' />",
"<area id='mapHouseWaterID' alt='' title='HouseWater' shape='rect' coords='220,265,258,311' style='outline:none;' onclick='EnergiekonzeptFunction(\"House Water\")' />",
"<area id='mapHouseElec' alt='' title='HouseElec' shape='rect' coords='216,153,257,199' style='outline:none;' onclick='EnergiekonzeptFunction(\"House with Lightning\")' />",
"<area id='mapSolarpanelID' alt='' title='Solarpanel' shape='rect' coords='54,0,91,39' style='outline:none;' onclick='EnergiekonzeptFunction(\"Solarpanel\")' />",
"<area id='mapBatterieID' alt='' title='Batterie' shape='rect' coords='234,2,282,43' style='outline:none;' onclick='EnergiekonzeptFunction(\"Batterie\")' />",
"</map>",
"</div>",
"<% %>"
],
"minTop": "balloonHeight + 10",
"minLeft": "70",
"layerTypes": [
""
],
"layerNames": [
"ProjektOne"
]
},
{ {
"template": [ "template": [
"<div class='balloon' onclick='showtourSpecific()' id='myBalloon'>", "<div class='balloon' onclick='showtourSpecific()' id='myBalloon'>",
...@@ -923,7 +875,7 @@ ...@@ -923,7 +875,7 @@
"url": "./datasource-data/41f773d4-3e2d-4c5d-b857-ca1d9f919199", "url": "./datasource-data/41f773d4-3e2d-4c5d-b857-ca1d9f919199",
"type": "vcs.vcm.layer.cesium.Terrain", "type": "vcs.vcm.layer.cesium.Terrain",
"datasourceId": "ERmRsCpzxYgZW3iia", "datasourceId": "ERmRsCpzxYgZW3iia",
"activeOnStartup": false, "activeOnStartup": true,
"exclusive": false, "exclusive": false,
"requestVertexNormals": true, "requestVertexNormals": true,
"hiddenObjectIds": [], "hiddenObjectIds": [],
...@@ -991,7 +943,7 @@ ...@@ -991,7 +943,7 @@
"url": "./datasource-data/de2f294c-680f-4009-b0ec-ce4321e3ce77/tileset.json", "url": "./datasource-data/de2f294c-680f-4009-b0ec-ce4321e3ce77/tileset.json",
"type": "vcs.vcm.layer.cesium.Buildings", "type": "vcs.vcm.layer.cesium.Buildings",
"datasourceId": "zECwoSwXppPMrqfLoc", "datasourceId": "zECwoSwXppPMrqfLoc",
"activeOnStartup": false, "activeOnStartup": true,
"exclusive": false, "exclusive": false,
"allowPicking": true, "allowPicking": true,
"screenSpaceError": 16, "screenSpaceError": 16,
...@@ -1008,7 +960,7 @@ ...@@ -1008,7 +960,7 @@
"url": "./datasource-data/Weilimdorf/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": false,
"exclusive": false, "exclusive": false,
"allowPicking": true, "allowPicking": true,
"screenSpaceError": 16, "screenSpaceError": 16,
...@@ -1112,28 +1064,7 @@ ...@@ -1112,28 +1064,7 @@
"url": "./templates/Area1.geojson", "url": "./templates/Area1.geojson",
"type": "vcs.vcm.layer.GeoJSON", "type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...", "datasourceId": "...",
"activeOnStartup": false, "activeOnStartup": true,
"exclusive": false,
"projection": {
"epsg": "4326",
"proj4": ""
},
"altitudeMode": "relativeToGround",
"style": {
"image": {
"icon": {
"src": "",
"scale": 0.5
}
}
},
"heightAboveGround": 0
},{
"name": "AreaTwo",
"url": "./templates/Area2.geojson",
"type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...",
"activeOnStartup": false,
"exclusive": false, "exclusive": false,
"projection": { "projection": {
"epsg": "4326", "epsg": "4326",
...@@ -1154,7 +1085,7 @@ ...@@ -1154,7 +1085,7 @@
"url": "./templates/Area3.geojson", "url": "./templates/Area3.geojson",
"type": "vcs.vcm.layer.GeoJSON", "type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...", "datasourceId": "...",
"activeOnStartup": false, "activeOnStartup": true,
"exclusive": false, "exclusive": false,
"projection": { "projection": {
"epsg": "4326", "epsg": "4326",
...@@ -1175,7 +1106,7 @@ ...@@ -1175,7 +1106,7 @@
"url": "./templates/Area4.geojson", "url": "./templates/Area4.geojson",
"type": "vcs.vcm.layer.GeoJSON", "type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...", "datasourceId": "...",
"activeOnStartup": false, "activeOnStartup": true,
"exclusive": false, "exclusive": false,
"projection": { "projection": {
"epsg": "4326", "epsg": "4326",
...@@ -1258,7 +1189,7 @@ ...@@ -1258,7 +1189,7 @@
], ],
"viewpoints": [ "viewpoints": [
{ {
"name": "startview", "name": "terrainview",
"cameraPosition": [ "cameraPosition": [
9.103245149494352, 9.103245149494352,
48.80153653271925, 48.80153653271925,
...@@ -1292,7 +1223,7 @@ ...@@ -1292,7 +1223,7 @@
"roll": 0, "roll": 0,
"animate": false "animate": false
},{ },{
"name": "terrainview", "name": "startview",
"cameraPosition": [ "cameraPosition": [
9.102425015376122, 9.102425015376122,
48.80240454104815, 48.80240454104815,
......
...@@ -185,8 +185,8 @@ ...@@ -185,8 +185,8 @@
<div class="sub-menu"> <div class="sub-menu">
<!-- <a href="#" onclick="">Luftbilder</a> --> <!-- <a href="#" onclick="">Luftbilder</a> -->
<div class='box-4'> <div class='box-4'>
<p id="selectedArea" style="text-align: center; margin-top:0px;color:#000000;">Aus</p><div class='switch2'> <p id="selectedArea" style="text-align: center; margin-top:0px;color:#000000;">An</p><div class='switch2'>
<input type='checkbox' name='toggle' id='ALayerChange' onclick='switchArea(true);'> <input type='checkbox' name='toggle' id='ALayerChange' onclick='switchArea(true);' checked>
<label for='toggle'><i></i></label> <label for='toggle'><i></i></label>
<span></span> <span></span>
...@@ -199,8 +199,8 @@ ...@@ -199,8 +199,8 @@
<div class="sub-menu"> <div class="sub-menu">
<!-- <a href="#" onclick="">Luftbilder</a> --> <!-- <a href="#" onclick="">Luftbilder</a> -->
<div class='box-4'> <div class='box-4'>
<p id="selectedTerrain" style="text-align: center; margin-top:0px;color:#000000;">Aus</p><div class='switch2'> <p id="selectedTerrain" style="text-align: center; margin-top:0px;color:#000000;">An</p><div class='switch2'>
<input type='checkbox' name='toggle' id='TLayerChange' onclick='switchTerrain(true);'> <input type='checkbox' name='toggle' id='TLayerChange' onclick='switchTerrain(true);' checked>
<label for='toggle'><i></i></label> <label for='toggle'><i></i></label>
<span></span> <span></span>
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
</header> </header>
<div id="story-frame" class="startscreen vcm-map-top"> <div id="story-frame" class="startscreen vcm-map-top">
<!-- Content Start Screen --> <!-- Content Start Screen -->
<div class="balloon teaser-balloon" id="balloon-startscreen"> <div class="balloon teaser-balloon" style="overflow-y: scroll;" id="balloon-startscreen">
<div class="balloon-content"> <div class="balloon-content">
<h1 class="balloon-title i18n_balloon_startscreen_title"> <h1 class="balloon-title i18n_balloon_startscreen_title">
<!--img src="images/Logo_SV.png" width="150"--> <!--img src="images/Logo_SV.png" width="150"-->
...@@ -237,8 +237,34 @@ ...@@ -237,8 +237,34 @@
<p class="contentOne">Zusätzlich wurden verschiedene Inhalte kuriert und Umfragen erstellt welche Sie auf der Seite beantworten können um sich zu informieren und Ihre Meinung abzugeben.</p><br> <p class="contentOne">Zusätzlich wurden verschiedene Inhalte kuriert und Umfragen erstellt welche Sie auf der Seite beantworten können um sich zu informieren und Ihre Meinung abzugeben.</p><br>
<details> <details>
<summary class="contentOne">Anleitung zur Benutzung der Plattform</summary> <summary class="contentOne">Anleitung zur Benutzung der Plattform</summary>
<p class="contentOne">Hier kommt der ausführliche Inhalt zum Punkt 1</p> <p class="contentOne">Hier kommt der ausführliche Inhalt zur Anleitung</p>
<img style='padding-top:10px' id="erklImage" src='images/erklaerung.png' alt='Simply Easy Learning' usemap="#image-map">
<map name="image-map">
<area alt="ErklaerungOne" title="ErklaerungOne" onclick="erklOne()" coords="1638,121,52" shape="circle">
<area alt="ErklaerungTwo" title="ErklaerungTwo" onclick="erklTwo()" coords="1636,358,48" shape="circle">
<area alt="ErklaerungThree" title="ErklaerungThree" onclick="erklThree()" coords="1746,858,50" shape="circle">
<area alt="ErklaerungFour" title="ErklaerungFour" onclick="erklFour()" coords="388,732,52" shape="circle">
</map>
<details id="InhaltOne">
<summary class="contentOne">Punkt <img src='images/Intro/Bild1.png' style="width:20px;margin-bottom:-10px;">: Menü</summary>
<p class="contentOne">In diesem Menü können Sie verschiedene sogenannte Layer auswählen und damit verschiedene Inhalte wie das Gelände, die einzelnen Gebiete oder eine schematische Karte anzuzeigen. Damit können Sie ihre Anzeige individuell anpassen.</p>
</details>
<details id="InhaltTwo">
<summary class="contentOne">Punkt <img src='images/Intro/Bild2.png' style="width:20px;margin-bottom:-10px;">: Navigation</summary>
<p class="contentOne">Die Navigation bietet verschiedene Möglichkeiten. Die Navigation kann genutzt werden um sich auf der Karte zu bewegen und dient als Alternative zu der Navigation mit den Maustasten. <br>
Mit den <b>Pfeilen</b> kann man sich in die entsprechende Richtung bewegen. Das <b>Auge</b> lässt Sie um den momentanen Bildschirmmittelpunkt rotieren.
Die beiden Icons der <b>Grids</b> verringern bzw. vergrößern den Neigungswinkel. <b>Plus</b>Plus und <b>Minus</b> dienen zum Zoom. Der schräge Pfeil lässt Sie zu ihrem aktuellen Physischen Standort springen und das Icon des Männchens bringt Sie in einen Fußgänger Modus indem sie sich ähnliches wie in einem Spiele mit Pfeiltasten fortbewegen können.
</p>
</details>
<details id="InhaltThree">
<summary class="contentOne">Punkt <img src='images/Intro/Bild3.png' style="width:20px;margin-bottom:-10px;">: Funktionalitäten</summary>
<p class="contentOne">Die Funktionalitäten welche auf der rechten Seite angzeigt werden erlauben es Ihnen die Ansicht zu verändern. Sie können mit dem Icon des Gebäudes auf die Ausgangsansicht zurückspringen. Über das 3D Icon lässt sich zwischen der 2D und 3D Karte umschalten. Das Kartensymbol erlaubt die Anzeige einer kleinen Übersichtskarte die die Navigation erleichtern soll.</p>
</details>
<details id="InhaltFour">
<summary class="contentOne">Punkt <img src='images/Intro/Bild4.png' style="width:20px;margin-bottom:-10px;">: Inhalt</summary>
<p class="contentOne">Die Inhalte in der Karte welche für das Beteiligungsverfahren relevant sind werden über verschiedene Icons in der Karte verortet.</p>
</details>
</details> </details>
<button id="tourstart-btn" onclick="stopStory();" class="buttonset one"><span class="i18n_balloon_startscreen_btn">Start</span> <button id="tourstart-btn" onclick="stopStory();" class="buttonset one"><span class="i18n_balloon_startscreen_btn">Start</span>
</button> </button>
...@@ -681,6 +707,7 @@ ...@@ -681,6 +707,7 @@
<script src="https://cdn.jsdelivr.net/npm/apexcharts"></script> <script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
<script src="templates/slider.js"></script> <script src="templates/slider.js"></script>
<script src="templates/UserBalloon.js"></script> <script src="templates/UserBalloon.js"></script>
<script src="templates/ErklIntro.js"></script>
<link href="templates/sliders.css" rel="stylesheet"> <link href="templates/sliders.css" rel="stylesheet">
<script src="templates/limesurvey.js"></script> <script src="templates/limesurvey.js"></script>
......
This diff is collapsed.
...@@ -124,17 +124,17 @@ ...@@ -124,17 +124,17 @@
255, 255,
255, 255,
255, 255,
0.4 0.0
] ]
}, },
"stroke": { "stroke": {
"color": [ "color": [
51, 55,
153, 179,
204, 18,
1 1
], ],
"width": 2, "width": 7,
"lineDash": null "lineDash": null
} }
} }
......
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
204, 204,
1 1
], ],
"width": 2, "width": 5,
"lineDash": null "lineDash": null
} }
} }
......
...@@ -9,144 +9,194 @@ ...@@ -9,144 +9,194 @@
"coordinates": [ "coordinates": [
[ [
[ [
9.098740673234122, 9.103830210605949,
48.80704576883974, 48.80616678158506,
-0.0005591653052495394 330.72398963929055
], ],
[ [
9.098682306216068, 9.103689011594671,
48.80703950922856, 48.80641835529673,
-0.0005672519051057201 330.08903726903606
], ],
[ [
9.098661834428164, 9.103582821185094,
48.80700920599264, 48.806601527327956,
-0.0005743429705698347 329.5456873718459
], ],
[ [
9.098838635094406, 9.103461161698858,
48.8066440881573, 48.8068376169586,
-0.0005785430411284048 329.05686112365476
], ],
[ [
9.098852849509203, 9.103343629196035,
48.80659721721946, 48.807068535932956,
-0.0005820231349218494 328.4035304566965
], ],
[ [
9.098879140957347, 9.103179542599817,
48.806490987278835, 48.80740066535964,
-0.0005733525948018067 328.06912486800013
], ],
[ [
9.099059880390396, 9.103058618335059,
48.80571719193867, 48.807614921519814,
-0.0005505251295748942 327.6709914038638
], ],
[ [
9.099247519744807, 9.102812726323691,
48.80507508843837, 48.807537294995086,
-0.0005637301071960841 327.26949375861335
], ],
[ [
9.099750502465048, 9.10241153647438,
48.80511240906364, 48.80741681194476,
-0.0005629056697131768 326.9242972992077
], ],
[ [
9.10014547068206, 9.102336970866206,
48.80513924231812, 48.807398217403914,
-0.0005693507418844917 326.05148173460316
], ],
[ [
9.100770622376869, 9.102221013865561,
48.80518479313989, 48.807373298642204,
-0.001106979664436781 326.76347427310003
], ],
[ [
9.101138152497716, 9.102116800262857,
48.805211460408884, 48.807357806926035,
-0.0011408301599695842 326.7192285579923
], ],
[ [
9.101442684033366, 9.10155539493906,
48.8052326050107, 48.80734367694595,
-0.0005763536011701933 326.29293751700936
], ],
[ [
9.101858483933611, 9.101029175504808,
48.80526304495379, 48.807319727883765,
-0.0005729099541382402 326.1042181288067
], ],
[ [
9.10228864917083, 9.099953534563127,
48.80529316681438, 48.807136185531874,
-0.0005766626453595881 325.1333753064999
], ],
[ [
9.103006061552652, 9.09935966317753,
48.805345126447946, 48.80708148674151,
-0.0005674890391477674 324.68851514898654
], ],
[ [
9.103844395607695, 9.098677367455752,
48.80617893405898, 48.80703961137863,
-0.0011104219494355132 324.51475071359476
], ],
[ [
9.103660099608469, 9.098661988772907,
48.80648652851363, 48.80700798666757,
-0.0011407952711573798 324.52925270703014
], ],
[ [
9.103063123021172, 9.098765930290947,
48.80761547752152, 48.80679163089195,
-0.00112867650679204 324.9935944081323
], ],
[ [
9.102907625608463, 9.098837691074245,
48.807565649974435, 48.80664705383725,
-0.0010805816990570173 325.1664768472349
], ],
[ [
9.102395063167984, 9.098916400991827,
48.807411404640646, 48.80632640945413,
-0.0010706813832971956 325.7111250448541
], ],
[ [
9.102217556458038, 9.098988386923418,
48.807371019638424, 48.80602990178042,
-0.0010615835847448411 326.30408567527803
], ],
[ [
9.102120405075114, 9.099066389804745,
48.80735671102585, 48.805693432371925,
-0.0010706699775452338 327.4521375745608
], ],
[ [
9.101551708484266, 9.099169977870979,
48.807344545611954, 48.80534145058198,
-0.0010795790537127096 328.48435436782364
], ],
[ [
9.101031791864175, 9.09924394358922,
48.807319509187295, 48.80508805028654,
-0.0005802539593907802 329.45029320857276
], ],
[ [
9.099954099313774, 9.099402249302186,
48.80713655980006, 48.805098795086735,
-0.0011521024310646012 329.53505506298256
], ],
[ [
9.099361457067504, 9.099750514400625,
48.80708060492418, 48.80512275030253,
-0.0005579249441732669 329.7400254226582
], ],
[ [
9.098740673234122, 9.10021218675914,
48.80704576883974, 48.80515689636343,
-0.0005591653052495394 330.0332126213061
],
[
9.10059554400314,
48.80518232102506,
330.32769273025133
],
[
9.100994573740508,
48.80521634869319,
330.5147954386765
],
[
9.101486114565564,
48.80525352580733,
330.86836211331246
],
[
9.101907266350327,
48.80528786942958,
331.29184081856204
],
[
9.102531093808853,
48.80532986815382,
331.4043220461626
],
[
9.103022782329283,
48.805362620096474,
332.20158468997437
],
[
9.103308037190198,
48.80564550745186,
331.71008118769123
],
[
9.10351859358998,
48.80585459464206,
331.12724296966127
],
[
9.103808846383197,
48.806143750653746,
330.72281155529674
],
[
9.103830210605949,
48.80616678158506,
330.72398963929055
] ]
] ]
] ]
...@@ -159,17 +209,17 @@ ...@@ -159,17 +209,17 @@
255, 255,
255, 255,
255, 255,
0.4 0.0
] ]
}, },
"stroke": { "stroke": {
"color": [ "color": [
51, 240,
153, 151,
204, 36,
1 1
], ],
"width": 2, "width": 7,
"lineDash": null "lineDash": null
} }
} }
......
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
9.098740673234122,
48.80704576883974,
-0.0005591653052495394
],
[
9.098682306216068,
48.80703950922856,
-0.0005672519051057201
],
[
9.098661834428164,
48.80700920599264,
-0.0005743429705698347
],
[
9.098838635094406,
48.8066440881573,
-0.0005785430411284048
],
[
9.098852849509203,
48.80659721721946,
-0.0005820231349218494
],
[
9.098879140957347,
48.806490987278835,
-0.0005733525948018067
],
[
9.099059880390396,
48.80571719193867,
-0.0005505251295748942
],
[
9.099247519744807,
48.80507508843837,
-0.0005637301071960841
],
[
9.099750502465048,
48.80511240906364,
-0.0005629056697131768
],
[
9.10014547068206,
48.80513924231812,
-0.0005693507418844917
],
[
9.100770622376869,
48.80518479313989,
-0.001106979664436781
],
[
9.101138152497716,
48.805211460408884,
-0.0011408301599695842
],
[
9.101442684033366,
48.8052326050107,
-0.0005763536011701933
],
[
9.101858483933611,
48.80526304495379,
-0.0005729099541382402
],
[
9.10228864917083,
48.80529316681438,
-0.0005766626453595881
],
[
9.103006061552652,
48.805345126447946,
-0.0005674890391477674
],
[
9.103844395607695,
48.80617893405898,
-0.0011104219494355132
],
[
9.103660099608469,
48.80648652851363,
-0.0011407952711573798
],
[
9.103063123021172,
48.80761547752152,
-0.00112867650679204
],
[
9.102907625608463,
48.807565649974435,
-0.0010805816990570173
],
[
9.102395063167984,
48.807411404640646,
-0.0010706813832971956
],
[
9.102217556458038,
48.807371019638424,
-0.0010615835847448411
],
[
9.102120405075114,
48.80735671102585,
-0.0010706699775452338
],
[
9.101551708484266,
48.807344545611954,
-0.0010795790537127096
],
[
9.101031791864175,
48.807319509187295,
-0.0005802539593907802
],
[
9.099954099313774,
48.80713655980006,
-0.0011521024310646012
],
[
9.099361457067504,
48.80708060492418,
-0.0005579249441732669
],
[
9.098740673234122,
48.80704576883974,
-0.0005591653052495394
]
]
]
},
"vcsMeta": {
"style": {
"type": "vector",
"fill": {
"color": [
255,
255,
255,
0.0
]
},
"stroke": {
"color": [
240,
151,
36,
1
],
"width": 7,
"lineDash": null
}
}
}
}
],
"vcsMeta": {
"version": "1.0",
"altitudeMode": "clampToGround",
"embeddedIcons": []
}
}
\ No newline at end of file
...@@ -9,84 +9,129 @@ ...@@ -9,84 +9,129 @@
"coordinates": [ "coordinates": [
[ [
[ [
9.103063176971384, 9.105887164723272,
48.807615653864474, 48.80819587677718,
-0.00007261916302186129 -0.0001454032198749565
], ],
[ [
9.103119608342828, 9.10567865232217,
48.8075090044905, 48.808189964860674,
-0.0002910352051354052 -0.0001453480501186152
], ],
[ [
9.103183982731782, 9.105346262421662,
48.80738540034517, 48.80815310672395,
-0.00028934328339541094 -0.00014449956616038434
], ],
[ [
9.103447004941943, 9.104983468303878,
48.80688809379021, 48.808119348988015,
-0.00029011037471945116 -0.0001449801336151032
], ],
[ [
9.103678201463062, 9.104648546424258,
48.80645497064506, 48.80808852626521,
-0.00028835261698831647 -0.000145452777430347
], ],
[ [
9.103844860035629, 9.10443245817389,
48.80617923978443, 48.808048516062996,
-0.00029069318356981307 -0.0001440903908529876
], ],
[ [
9.104529289251499, 9.104232094195766,
48.80686303513795, 48.80799500412954,
-0.0011091593044844329 -0.0001449418250695584
], ],
[ [
9.10518207488548, 9.103890694400304,
48.8075067675648, 48.807893240505905,
-0.0010853101897687553 -0.0001443365242296104
], ],
[ [
9.105888932980427, 9.103578946460235,
48.80819583459609, 48.80778885146975,
-0.0010878510520459259 -0.00014431158166709908
], ],
[ [
9.105678281764785, 9.103208578405278,
48.80819017690101, 48.80766473724671,
-0.0010552220976862835 -0.0001452549105559472
], ],
[ [
9.105350830720848, 9.103072320727048,
48.8081538458637, 48.807617758577976,
-0.001061305954561368 -0.00014431109875003844
], ],
[ [
9.104649095603994, 9.103119450549675,
48.808088780422054, 48.807532842450286,
-0.001080035707113812 -0.0001435496349802892
], ],
[ [
9.104432682665308, 9.103206222374508,
48.80804811740262, 48.80738749299826,
-0.0010953676213419203 -0.000288277723478728
], ],
[ [
9.104213966273475, 9.10335364863634,
48.80799082512567, 48.80711907876616,
-0.0010848207430377839 -0.0002847798530499236
], ],
[ [
9.103852991909353, 9.103461022236365,
48.80788195061035, 48.80690504750402,
-0.0011590835290578125 -0.0002886032823568975
], ],
[ [
9.103063176971384, 9.103624275330336,
48.807615653864474, 48.806585214326475,
-0.00007261916302186129 -0.00028546465356573547
],
[
9.103856941151056,
48.806191267016516,
-0.0002896651100675345
],
[
9.10402662202507,
48.80636074939781,
-0.000289873052938059
],
[
9.1042127186745,
48.80654656597642,
-0.000288217406317424
],
[
9.104553251619723,
48.806887825463434,
-0.0002885319648285093
],
[
9.104793946912991,
48.80712573035868,
-0.00028679670096312925
],
[
9.105034767378664,
48.80736117704228,
-0.00029133034039950217
],
[
9.105397868394046,
48.80771703481946,
-0.000290578406312641
],
[
9.105670787086602,
48.80798528256179,
-0.00028742929975606856
],
[
9.105887164723272,
48.80819587677718,
-0.0001454032198749565
] ]
] ]
] ]
...@@ -99,17 +144,17 @@ ...@@ -99,17 +144,17 @@
255, 255,
255, 255,
255, 255,
0.4 0.0
] ]
}, },
"stroke": { "stroke": {
"color": [ "color": [
51, 151,
153, 8,
204, 158,
1 1
], ],
"width": 2, "width": 7,
"lineDash": null "lineDash": null
} }
} }
......
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
9.103063176971384,
48.807615653864474,
-0.00007261916302186129
],
[
9.103119608342828,
48.8075090044905,
-0.0002910352051354052
],
[
9.103183982731782,
48.80738540034517,
-0.00028934328339541094
],
[
9.103447004941943,
48.80688809379021,
-0.00029011037471945116
],
[
9.103678201463062,
48.80645497064506,
-0.00028835261698831647
],
[
9.103844860035629,
48.80617923978443,
-0.00029069318356981307
],
[
9.104529289251499,
48.80686303513795,
-0.0011091593044844329
],
[
9.10518207488548,
48.8075067675648,
-0.0010853101897687553
],
[
9.105888932980427,
48.80819583459609,
-0.0010878510520459259
],
[
9.105678281764785,
48.80819017690101,
-0.0010552220976862835
],
[
9.105350830720848,
48.8081538458637,
-0.001061305954561368
],
[
9.104649095603994,
48.808088780422054,
-0.001080035707113812
],
[
9.104432682665308,
48.80804811740262,
-0.0010953676213419203
],
[
9.104213966273475,
48.80799082512567,
-0.0010848207430377839
],
[
9.103852991909353,
48.80788195061035,
-0.0011590835290578125
],
[
9.103063176971384,
48.807615653864474,
-0.00007261916302186129
]
]
]
},
"vcsMeta": {
"style": {
"type": "vector",
"fill": {
"color": [
255,
255,
255,
0.0
]
},
"stroke": {
"color": [
151,
8,
158,
1
],
"width": 7,
"lineDash": null
}
}
}
}
],
"vcsMeta": {
"version": "1.0",
"altitudeMode": "clampToGround",
"embeddedIcons": []
}
}
\ No newline at end of file
function erklOne() {
document.getElementById("InhaltOne").open = true;
}
function erklTwo() {
document.getElementById("InhaltTwo").open = true;
}
function erklThree() {
document.getElementById("InhaltThree").open = true;
}
function erklFour() {
document.getElementById("InhaltFour").open = true;
}
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
// // document.body.style.msTransform = scale; // IE 9 // // document.body.style.msTransform = scale; // IE 9
// // document.body.style.transform = scale; // General // // document.body.style.transform = scale; // General
$("#tour-button").hide(); $("#tour-button").hide();
// removebuildings(); // removebuildings();
// document.getElementById("SLayerChange").checked = true; // document.getElementById("SLayerChange").checked = true;
......
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