diff --git a/mapero.php b/mapero.php index 9d61852..a905bc1 100644 --- a/mapero.php +++ b/mapero.php @@ -56,56 +56,7 @@ $plantilla ="mapa"; - - - $valor) { - if($valor !=""){ - - $obj=file_get_contents("$valor[0]"); - $li .=""; - $layer .= " - var geojsonAux_$clave = L.geoJson(geojsonAuxiliar_$clave, { - - pointToLayer: function(feature, latlng) { - var smallIcon = new L.Icon({ - iconSize: [60, 60], - iconAnchor: [13, 27], - popupAnchor: [1, -24], - /*iconUrl: feature.properties.icon.iconUrl*/ - iconUrl: 'https://tupale.co/milfs/images/secure/?file=150/da6d16547658ebc06c5378b30d1ee4bf.png' - - }); - return L.marker(latlng, {icon: smallIcon}); - }, - - onEachFeature: function(feature, layer) { - var popupText = feature.properties.description - - - layer.bindPopup(popupText); } - }); - - - "; - $add_layer .= "markers.addLayer(geojsonAux_$clave);"; - $capas_nombre .="geojsonAux_$clave,"; - $capas .= "{ - '$clave': geojsonAux_$clave - };"; - $overlays =" - var overlays = $capas "; - } - } -//$obj=file_get_contents("$otro_json[0]"); -//echo ""; - echo $li; - -?>