From 7d095d76683731299d2bd42e882e4a652f3a333e Mon Sep 17 00:00:00 2001 From: fredyrivera Date: Tue, 2 May 2017 12:37:43 -0500 Subject: [PATCH] Parametrizacion apara incluir varios geojson adicionales en un mapa --- Mapero.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mapero.php b/Mapero.php index f470bc9..e345971 100644 --- a/Mapero.php +++ b/Mapero.php @@ -76,8 +76,8 @@ $ids = json_decode($otro_json[0]); iconSize: [60, 60], iconAnchor: [13, 27], popupAnchor: [1, -24], - /* iconUrl: feature.properties.icon.iconUrl*/ - iconUrl: 'http://localhost/default/tupali/milfs/images/secure/?file=150/da6d16547658ebc06c5378b30d1ee4bf.png' + /*iconUrl: feature.properties.icon.iconUrl*/ + iconUrl: 'https://tupale.co/milfs/images/secure/?file=150/da6d16547658ebc06c5378b30d1ee4bf.png' }); return L.marker(latlng, {icon: smallIcon});