From 74e89340f343a2ebac8fb33f3bb38435ddfe5a90 Mon Sep 17 00:00:00 2001 From: kleper Date: Sun, 27 Nov 2016 10:28:59 -0500 Subject: [PATCH] Arreglando coasa del mapa --- milfs/map.php | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/milfs/map.php b/milfs/map.php index d660807..d341490 100755 --- a/milfs/map.php +++ b/milfs/map.php @@ -7,7 +7,7 @@ require ('funciones/funciones.php'); require ("funciones/conex.php"); require_once ('includes/markdown.php'); //require ('funciones/convert.php'); -$xajax->processRequests(); +$xajax->processRequests(); if($_REQUEST[id2] =='') {$agregar= $_REQUEST[id];}else {$agregar = $_REQUEST[id2];} $formulario_nombre = remplacetas('form_id','id',$_REQUEST[id],'nombre') ; $agregar_nombre = remplacetas('form_id','id',$agregar,'nombre') ; @@ -47,8 +47,8 @@ background:rgba(255,255,255,1) ; .panel-map{ max-width: 970px; } - - + + } @media (min-width: 800px) { .panel-map{ @@ -56,7 +56,7 @@ background:rgba(255,255,255,1) ; } } - + .leaflet-popup-content { width:600px !important; } #map { position:absolute; top:0; bottom:0; width:100%; } @@ -69,7 +69,7 @@ html { body { /* Margin bottom by footer height */ margin-bottom: 60px; - padding: 0; margin: 0; + padding: 0; margin: 0; } @@ -90,9 +90,9 @@ body > .container { bottom: 3px; width: 95%; margin: 0 auto; - + height: 120px; - + /* Set the fixed height of the footer here */ z-index: 999999; @@ -104,10 +104,10 @@ body > .container { width: 90%; height: 120px; overflow-x: scroll; - - - - + + + + } code { @@ -128,8 +128,8 @@ code { - -
+ +
"; - - + + }else{ - + } echo $pie; ?> @@ -159,7 +159,7 @@ var geoJson = [ - + @@ -191,16 +191,16 @@ myLayer.setGeoJSON(geoJson);