forked from qwerty/tupali
mejoras en visualizacion de mapa
This commit is contained in:
parent
d03e77f3d8
commit
c119b18641
@ -1726,6 +1726,7 @@ window.addEventListener("load",function() {
|
||||
}, 0);
|
||||
});*/
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
@ -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
2
milfs
@ -1 +1 @@
|
||||
Subproject commit 8960da1e2775bb6949fbf38f0244c18dffd56676
|
||||
Subproject commit 5a368faa7ab29494dcd372032bb572778395d8a3
|
Loading…
Reference in New Issue
Block a user