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