Commit f7de02b4 authored by Patrick's avatar Patrick
Browse files

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

parent d21a4dea
......@@ -575,6 +575,27 @@
"layerNames": [
"MK_Jugendhaus"
]
},{
"template": [
"<div class='balloon' onclick='showtourSpecific()' id='myBalloon'>",
" <h1 class='balloon-title'>Jugendhaus Multiplikator</h1>",
" <div class='balloon-content' style='height:290px; margin-right: 0px;'",
" </div>",
"<p class='balloon-text'><span>hier stehen Infos zum Jugendhaus</span><br></p>",
"<img style='padding-top:10px' src='images/content/contentboeckingerstrasse/station2_gartenkiosk.jpg' alt='Simply Easy Learning' width='375'>",
"</div>",
"<% %>",
"<% openquestionaire() %>"
],
"minTop": "balloonHeight + 10",
"minLeft": "70",
"layerTypes": [
""
],
"layerNames": [
"MK_Jugendhaus_multi"
]
},{
"template": [
"<div class='balloon' onclick='showtourSpecific()' id='myBalloon'>",
......@@ -1192,7 +1213,7 @@
"style": {
"image": {
"icon": {
"src": "./icons/befragung.png",
"src": "./icons/Symbol_Fragebogen.png",
"scale": 0.5
}
}
......@@ -1217,6 +1238,24 @@
},
"heightAboveGround": 0
},{
"name": "MK_Jugendhaus_multi",
"url": "./marker/Jugendhaus_multi.geojson",
"type": "vcs.vcm.layer.GeoJSON",
"datasourceId": "...",
"activeOnStartup": true,
"exclusive": false,
"projection": { "epsg": "4326", "proj4": ""},
"altitudeMode": "relativeToGround",
"style": {
"image": {
"icon": {
"src": "./icons/multiplikatoren.png",
"scale": 0.5
}
}
},
"heightAboveGround": 0
},{
"name": "MK_Spatzennest",
"url": "./marker/Spatzennest.geojson",
"type": "vcs.vcm.layer.GeoJSON",
......
{
"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.105359652589584,
48.807953302900586
]
}
}
]
}
\ No newline at end of file
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