From 5c180454e62a4d48335e267a94874502edc392dc Mon Sep 17 00:00:00 2001 From: humano Date: Mon, 6 Apr 2020 21:13:02 -0500 Subject: [PATCH] =?UTF-8?q?tama=C3=B1o=20de=20icono?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labmapero.php | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/labmapero.php b/labmapero.php index ec98b9f..b3dbfda 100644 --- a/labmapero.php +++ b/labmapero.php @@ -105,6 +105,7 @@ $ids = json_decode($otro_json[0]); iconSize: [100, 100], iconAnchor: [13, 27], popupAnchor: [1, -24], + className: 'mapIcon', /*iconUrl: feature.properties.icon.iconUrl*/ iconUrl: 'https://tupale.co/milfs/images/secure/?file=150/da6d16547658ebc06c5378b30d1ee4bf.png' @@ -140,20 +141,29 @@ $ids = json_decode($otro_json[0]); +";} +else{ $hoja_estilo ="";} +print $hoja_estilo; +$css_adicional = remplacetas('form_parametrizacion','campo',"index",'descripcion'," tabla='css' and opcion = 'adicional' and id_empresa = '$empresa[0]'") ; +if($css_adicional[0] !="") { +$css_adicional =""; +} + +print $css_adicional; + ?> @@ -259,10 +269,11 @@ $ids = json_decode($otro_json[0]); pointToLayer: function(feature, latlng) { var smallIcon = new L.Icon({ - iconSize: [50, 50], + iconSize: [70, 70], iconAnchor: [13, 27], popupAnchor: [1, -24], autoPanPadding: [30,30], + className: 'mapIcon', iconUrl: feature.properties.icon.iconUrl