Commit 702b6b4b authored by Patrick's avatar Patrick
Browse files

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

parent 343a166b
...@@ -633,6 +633,27 @@ ...@@ -633,6 +633,27 @@
"layerNames": [ "layerNames": [
"MK_Walz" "MK_Walz"
] ]
},{
"template": [
"<div class='balloon' onclick='showtourSpecific()' id='myBalloon'>",
" <h1 class='balloon-title'>Haltestelle U13</h1>",
" <div class='balloon-content' style='height:310px; margin-right: 0px;'",
" </div>",
"<p class='balloon-text'><span>hier stehen Infos zur U13</span><br></p>",
"<img style='padding-top:10px' src='images/MK_Images/Info_U13.jpg' alt='Simply Easy Learning' width='375'>",
"</div>",
"<% %>",
"<% %>"
],
"minTop": "balloonHeight + 10",
"minLeft": "70",
"layerTypes": [
""
],
"layerNames": [
"MK_U13"
]
},{ },{
"template": [ "template": [
"<div class='balloon' onclick='showtourSpecific()' id='myBalloon'>", "<div class='balloon' onclick='showtourSpecific()' id='myBalloon'>",
...@@ -825,7 +846,8 @@ ...@@ -825,7 +846,8 @@
"" ""
], ],
"layerNames": [ "layerNames": [
"MK_bereichD" "MK_bereichD",
"AreaTwo"
] ]
}, },
{ {
...@@ -1451,6 +1473,24 @@ ...@@ -1451,6 +1473,24 @@
} }
}, },
"heightAboveGround": 0 "heightAboveGround": 0
},{
"name": "MK_U13",
"url": "./marker/u13.geojson",
"type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...",
"activeOnStartup": true,
"exclusive": false,
"projection": { "epsg": "4326", "proj4": ""},
"altitudeMode": "relativeToGround",
"style": {
"image": {
"icon": {
"src": "./icons/info_button.png",
"scale": 0.5
}
}
},
"heightAboveGround": 0
},{ },{
"name": "MK_Walz", "name": "MK_Walz",
"url": "./marker/walz.geojson", "url": "./marker/walz.geojson",
...@@ -1543,7 +1583,7 @@ ...@@ -1543,7 +1583,7 @@
"heightAboveGround": 0 "heightAboveGround": 0
},{ },{
"name": "StuttgartLocal", "name": "StuttgartLocal",
"url": "./datasource-data/Weilimdorf/tileset.json", "url": "./datasource-data/Weilimdorf2/tileset.json",
"type": "vcs.vcm.layer.cesium.Buildings", "type": "vcs.vcm.layer.cesium.Buildings",
"datasourceId": "zECwoSwXppPMrqfLoc", "datasourceId": "zECwoSwXppPMrqfLoc",
"activeOnStartup": false, "activeOnStartup": false,
...@@ -1666,6 +1706,27 @@ ...@@ -1666,6 +1706,27 @@
} }
}, },
"heightAboveGround": 0 "heightAboveGround": 0
},{
"name": "AreaTwo",
"url": "./templates/Area2.geojson",
"type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...",
"activeOnStartup": true,
"exclusive": false,
"projection": {
"epsg": "4326",
"proj4": ""
},
"altitudeMode": "relativeToGround",
"style": {
"image": {
"icon": {
"src": "",
"scale": 0.5
}
}
},
"heightAboveGround": 0
},{ },{
"name": "AreaThree", "name": "AreaThree",
"url": "./templates/Area3.geojson", "url": "./templates/Area3.geojson",
......
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