{"id":873,"date":"2015-04-13T23:31:12","date_gmt":"2015-04-13T21:31:12","guid":{"rendered":"http:\/\/178.63.30.6\/ste\/wordpress\/?page_id=873"},"modified":"2016-03-31T22:59:39","modified_gmt":"2016-03-31T20:59:39","slug":"prova-mappa","status":"publish","type":"page","link":"https:\/\/housenaos.shibumi.it\/?page_id=873","title":{"rendered":"Itinerario 2014"},"content":{"rendered":"\n<div class=\"twitter-share\"><a href=\"https:\/\/twitter.com\/intent\/tweet?via=daddybroken\" class=\"twitter-share-button\">Tweet<\/a><\/div>\n<p><strong>Equipaggio: Stefano, Sara, Iago (5), Nina (2)<\/strong><\/p>\n<link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/housenaos.shibumi.it\/wp-content\/plugins\/osm\/\/css\/osm_map.css\" \/><style type=\"text\/css\">#map_1 {clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; left: 0px; border-radius:0px;\nbox-shadow: none;}#map_1 img{clear: both; padding: 0px; margin: 0px; border: 0px; width: 100%; height: 100%; position: absolute; margin-top:0px; margin-right:0px;margin-left:0px; margin-bottom:0px; border-radius:0px;\nbox-shadow: none;}<\/style><div id=\"map_1\" class=\"OSM_Map\" style=\"width:100%; height:450px; overflow:hidden;padding:0px;border:thin solid blue;\"><script type=\"text\/javascript\" src=\"https:\/\/housenaos.shibumi.it\/wp-content\/plugins\/osm\/js\/OL\/2.13.1\/OpenLayers.js\"><\/script><script type=\"text\/javascript\" src=\"https:\/\/housenaos.shibumi.it\/wp-content\/plugins\/osm\/js\/OSM\/openlayers\/OpenStreetMap.js\"><\/script><script type=\"text\/javascript\" src=\"https:\/\/housenaos.shibumi.it\/wp-content\/plugins\/osm\/js\/OSeaM\/harbours.js\"><\/script><script type=\"text\/javascript\" src=\"https:\/\/housenaos.shibumi.it\/wp-content\/plugins\/osm\/js\/OSeaM\/map_utils.js\"><\/script><script type=\"text\/javascript\" src=\"https:\/\/housenaos.shibumi.it\/wp-content\/plugins\/osm\/js\/OSeaM\/utilities.js\"><\/script><script type=\"text\/javascript\" src=\"https:\/\/housenaos.shibumi.it\/wp-content\/plugins\/osm\/js\/osm-plugin-lib.js\"><\/script><script type=\"text\/javascript\">\/* <![CDATA[ *\/(function($) { OpenLayers.ImgPath = \"https:\/\/housenaos.shibumi.it\/wp-content\/plugins\/osm\/themes\/ol\/\"; map_1 = new OpenLayers.Map (\"map_1\", {            controls:[              new OpenLayers.Control.Navigation(),              new OpenLayers.Control.PanZoom(),              new OpenLayers.Control.Attribution()              ],          maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34),          maxResolution: 156543.0399,          numZoomLevels: 19,          units: \"m\",          projection: new OpenLayers.Projection(\"EPSG:900913\"),          displayProjection: new OpenLayers.Projection(\"EPSG:4326\")      } );var layerMapnik   = new OpenLayers.Layer.OSM.Mapnik(\"Mapnik\");var layerSeamark  = new OpenLayers.Layer.TMS(\"Seezeichen\", \"http:\/\/t1.openseamap.org\/seamark\/\", { numZoomLevels: 18, type: \"png\", getURL: getTileURL, tileOptions: {crossOriginKeyword: null}, isBaseLayer: false, displayOutsideMaxExtent: true});var layerPois = new OpenLayers.Layer.Vector(\"Haefen\", { projection: new OpenLayers.Projection(\"EPSG:4326\"), visibility: true, displayOutsideMaxExtent:true});layerPois.setOpacity(0.8);map_1.addLayers([layerMapnik, layerSeamark, layerPois]);map_1.addControl(new OpenLayers.Control.LayerSwitcher());map_1.addControl(new OpenLayers.Control.MousePosition({displayProjection: new OpenLayers.Projection(\"EPSG:4326\")}));map_1.addControl(new OpenLayers.Control.ScaleLine({geodesic: true}));var lonLat = new OpenLayers.LonLat(15.775,40.735).transform(map_1.displayProjection, map_1.projection);map_1.setCenter (lonLat,6);  function osm_map_1onPopupClose(evt) {    select.unselectAll();  }  function osm_map_1onFeatureSelect(event) {    var feature = event.feature;    var content = \"<b>\"+feature.attributes.name + \"<\/b> <br>\" + feature.attributes.description;    if (content.search(\"<script\") != -1) {       content = \"Content contained Javascript! Escaped content below.<br>\" + content.replace(\/<\/g, \"&lt;\");    }    popup = new OpenLayers.Popup.FramedCloud(\"OSM Plugin\",      feature.geometry.getBounds().getCenterLonLat(),        new OpenLayers.Size(200,100),        content,        null, true, osm_map_1onPopupClose);    popup.autoSize = true;    feature.popup = popup;    map_1.addPopup(popup);   }  function osm_map_1onFeatureUnselect(event) {    var feature = event.feature;    if(feature.popup) {      map_1.removePopup(feature.popup);      feature.popup.destroy();      delete feature.popup;    }     }  var lgml = new OpenLayers.Layer.Vector(\"wp-content\/uploads\/naos2014.gpx\",{   strategies: [new OpenLayers.Strategy.Fixed()],\t  protocol: new OpenLayers.Protocol.HTTP({\t   url: \"wp-content\/uploads\/naos2014.gpx\",\t   format: new OpenLayers.Format.GPX()\t  }),    style: {strokeColor: \"blue\", strokeWidth: 5, strokeOpacity: 0.5},    projection: new OpenLayers.Projection(\"EPSG:4326\")  });  map_1.addLayer(lgml);var MarkerLayer = new OpenLayers.Layer.Markers(\"Marker\");map_1.addLayer(MarkerLayer);\n      function osm_map_1MarkerPopUpClick(a_evt){\n        if (this.popup == null){\n          this.popup = this.createPopup(this.closeBox);\n          map_1.addPopup(this.popup);\n          this.popup.show();\n        }\n        else{\n          for (var i = 0; i < map_1.popups.length; i++){\n          map_1.popups[i].hide();\n          }\n          this.popup.toggle();\n        }\n        OpenLayers.Event.stop(a_evt);\n      }\n    var map_1IconArray = [];var Mdata = {};\n        Mdata.icon = new OpenLayers.Icon(\"https:\/\/housenaos.shibumi.it\/wp-content\/plugins\/osm\/icons\/mic_orange_sailing_1.png\",\n          new OpenLayers.Size(32,41),\n          new OpenLayers.Pixel(-16, -41));map_1IconArray.push(Mdata);var ll = new OpenLayers.LonLat(19.854617,39.649252).transform(map_1.displayProjection, map_1.projection);var feature = new OpenLayers.Feature(MarkerLayer, ll, map_1IconArray[0]);feature.closeBox = true;feature.popupClass = OpenLayers.Class(OpenLayers.Popup.FramedCloud, {\"autoSize\": true, minSize: new OpenLayers.Size(150,150),\"keepInMap\": true } );feature.data.popupContentHTML = \"\";feature.data.overflow = \"hidden\";var marker = new OpenLayers.Marker(ll,map_1IconArray[0].icon.clone());marker.feature = feature;MarkerLayer.addMarker(marker);var lonLat = new OpenLayers.LonLat(15.775,40.735).transform(map_1.displayProjection, map_1.projection);map_1.setCenter (lonLat,6);})(jQuery)\/* ]]> *\/ <\/script><\/div>\n<p>&nbsp;<\/p>\n\n<div class=\"twitter-share\"><a href=\"https:\/\/twitter.com\/intent\/tweet?via=daddybroken\" class=\"twitter-share-button\">Tweet<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Equipaggio: Stefano, Sara, Iago (5), Nina (2) &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":2908,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/housenaos.shibumi.it\/index.php?rest_route=\/wp\/v2\/pages\/873"}],"collection":[{"href":"https:\/\/housenaos.shibumi.it\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/housenaos.shibumi.it\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/housenaos.shibumi.it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/housenaos.shibumi.it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=873"}],"version-history":[{"count":28,"href":"https:\/\/housenaos.shibumi.it\/index.php?rest_route=\/wp\/v2\/pages\/873\/revisions"}],"predecessor-version":[{"id":4865,"href":"https:\/\/housenaos.shibumi.it\/index.php?rest_route=\/wp\/v2\/pages\/873\/revisions\/4865"}],"up":[{"embeddable":true,"href":"https:\/\/housenaos.shibumi.it\/index.php?rest_route=\/wp\/v2\/pages\/2908"}],"wp:attachment":[{"href":"https:\/\/housenaos.shibumi.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=873"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}