beehouse1.html
beehouse1.html — HTML, 3Kb
File contents
<!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%203","markerLon":7.856275793909164,"markerLat":48.0090727079265,"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.85421585738576,"markerLat":48.00315791929725,"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.845439669489066,"markerLat":47.99500961803348,"markerIconImage":0,"markerContent":"Stadttheater"},{"markerName":"Bee%20house%204","markerLon":7.836427447198967,"markerLat":48.00646712613313,"markerIconImage":0,"markerContent":"Klinikum%20Freiburg"}],"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>