InsektenhausStandorte.html
InsektenhausStandorte.html — HTML, 4Kb
Dateiinhalt
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>comapp openstreetmap-Generator</title> <link rel="stylesheet" type="text/css" href="http://www.comapp-online.de/osm3/shared/css/generator_3.0/map.css" /> </head> <body id="fe"> <div id="map"></div> <script type="text/javascript" src="http://openlayers.org/api/OpenLayers.js"></script> <script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script> <script type="text/javascript" src="http://www.comapp-online.de/osm3/shared/js/jquery_1.8.3/jquery.min.js"></script> <script type="text/javascript" src="http://www.comapp-online.de/osm3/shared/js/plugins/jquery.flash.js"></script> <script type="text/javascript" src="http://www.comapp-online.de/osm3/shared/js/plugins/modernizr_2.6.2.js"></script> <script type="text/javascript" src="http://www.comapp-online.de/osm3/shared/js/generator_3.0/mapGenerator.min.js"></script> <script type="text/javascript"> (function($){ // ********** - comapp - mapGenerator jsonData - start - ************ // var json = {"version":3,"locale":"de","units":"m","flashPath":"http://www.comapp-online.de/osm3/shared/swf/audioPlayer.swf","iconPath":"http://www.comapp-online.de/osm3/shared/img/marker/","geoPath":"http://www.comapp-online.de/osm3/shared/ajax/geopos.php","title":"Insektenhaus","descriptionStartStatus":1,"descriptionText":"Standorte%20der%20Insektenh%E4user","descriptionButtonShowText":"Informationen und Hilfe zur Karte anzeigen","descriptionButtonHideText":"Informationen und Hilfe zur Karte verstecken","audioPlayImage":"http://www.comapp-online.de/osm3/shared/img/play.png","audioStopImage":"http://www.comapp-online.de/osm3/shared/img/stop.png","audioDownloadImage":"http://www.comapp-online.de/osm3/shared/img/download.png","geoDownloadImage":"http://www.comapp-online.de/osm3/shared/img/geo.png","lon":7.8515862640056,"lat":48.002791497787,"zoom":14,"panzoombar":1,"permalinkchk":false,"scaleline":1,"showPopupOnHover":true,"markers":[{"markerName":"Bee%20house%204","markerLon":7.85637364955649,"markerLat":48.00911366589324,"markerIconImage":0,"markerContent":"Sch%E4nzlestrasse%2C%20Botanischer%20Garten","markerContentLinkLink_1":"https://www.nature.uni-freiburg.de/bilder/Archiv/Pollen_oval/view","markerShowPopupOnLoad":true},{"markerName":"Bee%20house%201","markerLon":7.854270797688822,"markerLat":48.00301941796322,"markerIconImage":0,"markerContent":"Habsburgerstrasse%20114%20","markerShowPopupOnLoad":true,"markerContentLinkLink_1":"https://www.nature.uni-freiburg.de/bilder/aktuelles/Insektenhaus_2016/image_view_fullscreen","markerContentLinkTitle_1":"Haus%201","markerContentLinkLink_2":"","markerContentLinkTitle_2":""},{"markerName":"Bee%20house%202","markerLon":7.845575076062566,"markerLat":47.99537726163297,"markerIconImage":0,"markerContent":"Stadttheater"},{"markerName":"Bee%20house%205","markerLon":7.836713057477345,"markerLat":48.00674496249309,"markerIconImage":0,"markerContent":"Klinikum%20Freiburg"},{"markerName":"Bee%20house%203","markerLon":7.891462307889355,"markerLat":47.9907533689869,"markerIconImage":0,"markerContent":"Dreisam","markerShowPopupOnLoad":true},{"markerName":"Bee%20house%206","markerLon":7.7956725773413,"markerLat":48.01711620747841,"markerIconImage":0,"markerContent":"Botanischer%20Garten%20Lehen"}],"requiredField":"Dieses Feld muss ausgefüllt werden.","linkMasterPath":"https://www.nature.uni-freiburg.de/bilder/"}; // ********** - comapp - mapGenerator jsonData - end - ************ // $.fn.getJsonData = function() { return json; }; $('body').mapGeneratorModel('initVal'); $('body').mapGeneratorMap('buildMap'); $('body').mapGeneratorMap('setBaseMode'); })(window.jQuery); if (!window.console) console = { log: function() {}, info: function() {}, warn: function() {}, error: function() {}, debug: function() {} }; function setFlashStatus() { $('body').mapGeneratorModel('setFlashStatus',true); } </script> <script type="text/javascript" src="http://mediensyndikat.de/geo/generator2.js"></script> </body> </html>