1
0
Fork 0

mejoras en visualizacion de mapa

This commit is contained in:
humano 2018-11-03 20:16:10 -05:00
parent d03e77f3d8
commit c119b18641
3 changed files with 4 additions and 3 deletions

View File

@ -1726,6 +1726,7 @@ window.addEventListener("load",function() {
}, 0);
});*/
</script>
</body>
</html>

View File

@ -71,7 +71,7 @@ $plantilla ="mapa";
<link rel="stylesheet" href="librerias/leaflet/dist/MarkerCluster.css" />
<link rel="stylesheet" href="librerias/leaflet/dist/MarkerCluster.Default.css" />
<script src="librerias/leaflet/dist/leaflet.markercluster-src.js"></script>
<script type="text/javascript" src="milfs/geojson.js.php?id=<?php echo $_REQUEST['id'] ?>&buscar=<?php echo $_REQUEST['buscar'] ?>"></script>
<script type="text/javascript" src="milfs/geojson.js.php?id=<?php echo $_REQUEST['id'] ?>&buscar=<?php echo $_REQUEST['buscar'] ?>&item=<?php echo $_REQUEST['item'] ?>"></script>
<?php
$otro_json = remplacetas('form_parametrizacion','campo',$_REQUEST[id],'descripcion'," tabla='form_id' and opcion = 'json'") ;;
//$obj = file_get_contents('https://www.kleper.net/wiki/RutaPazTerritorial.geojson');
@ -135,7 +135,7 @@ $ids = json_decode($otro_json[0]);
}
.leaflet-popup-content { word-wrap: break-word !important; /*width:600px !important; */ }
.leaflet-popup-content { word-wrap: break-word !important; width:600px !important; }
#map { position:absolute; top:0; bottom:0; width:100%; }
/* Sticky footer styles

2
milfs

@ -1 +1 @@
Subproject commit 8960da1e2775bb6949fbf38f0244c18dffd56676
Subproject commit 5a368faa7ab29494dcd372032bb572778395d8a3