forked from qwerty/tupali
renombre mapero
This commit is contained in:
parent
efaa1ab233
commit
4a1ace5231
262
Mapero.php
Normal file
262
Mapero.php
Normal file
@ -0,0 +1,262 @@
|
||||
<?php session_start();
|
||||
if(isset($_REQUEST['debug'])) {ini_set('display_errors', 'On');}
|
||||
require ('milfs/xajax/xajax.inc.php');
|
||||
$xajax = new xajax();
|
||||
//require ('json.lab.php');
|
||||
require ('milfs/funciones/funciones.php');
|
||||
require ("milfs/funciones/conex.php");
|
||||
//require_once ('includes/markdown.php');
|
||||
//require ('funciones/convert.php');
|
||||
$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') ;
|
||||
$id_empresa = remplacetas('form_id','id',$_REQUEST[id],'id_empresa') ;
|
||||
$plantilla ="mapa";
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head >
|
||||
<title><?php echo $formulario_nombre[0] ?> MILFS</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="user-scalable=no, width=device-width, maximum-scale=1, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
<?php $xajax->printJavascript("milfs/xajax/"); ?>
|
||||
<link rel="shortcut icon" href="favicon-152.png">
|
||||
<link rel="apple-touch-icon-precomposed" href="favicon-152.png">
|
||||
<link rel="stylesheet" href="librerias/leaflet/leaflet.css"/>
|
||||
<link rel="stylesheet" href="librerias/leaflet/leaflet-search.css"/>
|
||||
<script src="librerias/leaflet/leaflet.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
|
||||
<script src="librerias/leaflet/leaflet-providers.js"></script>
|
||||
<script src="librerias/leaflet/leaflet-search.js"></script>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="milfs/css/bootstrap.css">
|
||||
<style type="text/css">
|
||||
.navbar-default {
|
||||
background:rgba(255,255,255,1) ;
|
||||
|
||||
}
|
||||
@media (max-width: 800px) {
|
||||
.panel-map{
|
||||
max-width: 970px;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@media (min-width: 800px) {
|
||||
.panel-map{
|
||||
max-width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.leaflet-popup-content { word-wrap: break-word !important; /*width:600px !important; */ }
|
||||
|
||||
#map { position:absolute; top:0; bottom:0; width:100%; }
|
||||
/* Sticky footer styles
|
||||
-------------------------------------------------- */
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
body {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 60px;
|
||||
padding: 0; margin: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Custom page CSS
|
||||
-------------------------------------------------- */
|
||||
/* Not required for template or sticky footer method. */
|
||||
|
||||
body > .container {
|
||||
padding: 60px 15px 0;
|
||||
}
|
||||
.container .text-muted {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: absolute;
|
||||
bottom: 3px;
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
|
||||
height: 120px;
|
||||
|
||||
/* Set the fixed height of the footer here */
|
||||
|
||||
z-index: 999999;
|
||||
}
|
||||
#div_leyenda {
|
||||
padding: 2px;
|
||||
background-color: white;
|
||||
border-radius: 3px;
|
||||
width: 90%;
|
||||
|
||||
overflow-x: scroll;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 80%;
|
||||
}
|
||||
.modal-dialog {
|
||||
width: 70%;
|
||||
height: 50%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
height: 50%;
|
||||
}
|
||||
</style>
|
||||
<?php
|
||||
$css_adicional = remplacetas('form_parametrizacion','campo',"index",'descripcion'," tabla='css' and opcion = 'adicional' and id_empresa = '$id_empresa[0]'") ;
|
||||
|
||||
if($css_adicional[0] !="") {
|
||||
$css_adicional ="<style >
|
||||
$css_adicional[0]
|
||||
<!-- adicional -->
|
||||
</style>";
|
||||
}
|
||||
else {
|
||||
$css_adicional ="<style ><!-- nada --></style>";
|
||||
}
|
||||
echo $css_adicional; ?>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="map" style="">
|
||||
|
||||
<?php $categorias = lista_categorias($_REQUEST['id'],'','') ;
|
||||
if($categorias !="") {
|
||||
$pie="
|
||||
<div style='' class='' id='contenedor_pie' >
|
||||
<div style='' class='container' >
|
||||
<a href='#' onclick=\"xajax_limpia_div('contenedor_pie'); \"><span class='pull-right'><i class='fa fa-times'></i></span></a>
|
||||
$categorias
|
||||
</div></div>
|
||||
</div>";
|
||||
$leyenda ="<div id='div_leyenda'><a class='btn btn-default btn-xs' onclick=xajax_contenido_ocultar('div_leyenda');>Cerrar</a> $categorias </div> ";
|
||||
|
||||
|
||||
}else{
|
||||
|
||||
}
|
||||
//echo $pie;
|
||||
?>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
var map = L.map('map');
|
||||
//var terrainTiles = L.tileLayer.provider('OpenTopoMap');
|
||||
//terrainTiles.addTo(map);
|
||||
map.setView([4, -74.9005222], 5);
|
||||
|
||||
function addDataToMap(data, map) {
|
||||
var dataLayer = L.geoJson(data, {
|
||||
pointToLayer: function(feature, latlng) {
|
||||
var smallIcon = new L.Icon({
|
||||
iconSize: [60, 60],
|
||||
iconAnchor: [13, 27],
|
||||
popupAnchor: [1, -24],
|
||||
iconUrl: feature.properties.icon.iconUrl
|
||||
|
||||
});
|
||||
return L.marker(latlng, {icon: smallIcon});
|
||||
},
|
||||
onEachFeature: function(feature, layer) {
|
||||
var popupText = feature.properties.description
|
||||
|
||||
|
||||
layer.bindPopup(popupText); }
|
||||
});
|
||||
map.fitBounds(dataLayer.getBounds());
|
||||
dataLayer.addTo(map);
|
||||
|
||||
}
|
||||
|
||||
/* PROVIDERS */
|
||||
|
||||
var legend = L.control({position: 'bottomright'});
|
||||
|
||||
|
||||
|
||||
legend.onAdd = function (map) {
|
||||
var div = L.DomUtil.create('div', 'info legend');
|
||||
div.innerHTML = "<?php echo $leyenda; ?> <a class='btn btn-info btn-xs' onclick=\"xajax_contenido_show('div_leyenda'); \"><span class=''>Leyenda</span></a>";
|
||||
|
||||
div.id = "info legend"
|
||||
|
||||
return div;
|
||||
};
|
||||
legend.addTo(map);
|
||||
|
||||
|
||||
var defaultLayer = L.tileLayer.provider('OpenTopoMap').addTo(map);
|
||||
|
||||
var baseLayers = {
|
||||
'Topográfico': defaultLayer,
|
||||
'OpenStretMap': L.tileLayer.provider('OpenStreetMap.Mapnik') ,
|
||||
'Blanco y Negro': L.tileLayer.provider('OpenStreetMap.BlackAndWhite'),
|
||||
'Humanitario.': L.tileLayer.provider('OpenStreetMap.HOT'),
|
||||
'Satelital': L.tileLayer.provider('Esri.WorldImagery')
|
||||
|
||||
|
||||
};
|
||||
|
||||
var overlayLayers = {
|
||||
|
||||
};
|
||||
|
||||
var layerControl = L.control.layers(baseLayers, overlayLayers,{collapsed:false}).addTo(map);
|
||||
|
||||
|
||||
|
||||
|
||||
// resize layers control to fit into view.
|
||||
function resizeLayerControl() {
|
||||
var layerControlHeight = document.body.clientHeight - (10 + 50);
|
||||
var layerControl = document.getElementsByClassName('leaflet-control-layers-expanded')[0];
|
||||
|
||||
layerControl.style.overflowY = 'auto';
|
||||
layerControl.style.maxHeight = layerControlHeight + 'px';
|
||||
}
|
||||
|
||||
map.on('resize', resizeLayerControl);
|
||||
resizeLayerControl();
|
||||
|
||||
map.addControl( new L.Control.Search({
|
||||
url: 'https://nominatim.openstreetmap.org/search?format=json&q={s}',
|
||||
jsonpParam: 'json_callback',
|
||||
propertyName: 'display_name',
|
||||
propertyLoc: ['lat','lon'],
|
||||
markerLocation: true,
|
||||
autoCollapse: true,
|
||||
autoType: false,
|
||||
minLength: 2,
|
||||
zoom:17
|
||||
}) );
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* PROVIDERS */
|
||||
|
||||
|
||||
|
||||
/* $.getJSON("http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson", function(data) { addDataToMap(data, map); });*/
|
||||
$.getJSON("milfs/geojson.php?id=<?php echo $_REQUEST['id'] ?>&buscar=<?php echo $_REQUEST['buscar'] ?>", function(data) { addDataToMap(data, map); });
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -40,8 +40,10 @@ if (cxt1) {
|
||||
texto='$iniciales'; //texto de prueba
|
||||
|
||||
cxt1.beginPath() //iniciar ruta
|
||||
|
||||
|
||||
|
||||
|
||||
// #g8
|
||||
cxt1.save();
|
||||
cxt1.transform(50, 0.000000, 0.000000, 50, 30, 30);
|
||||
@ -95,7 +97,8 @@ cxt1.beginPath() //iniciar ruta
|
||||
cxt1.fill();
|
||||
cxt1.stroke();
|
||||
cxt1.restore();
|
||||
cxt1.restore();
|
||||
cxt1.restore();
|
||||
|
||||
|
||||
}}
|
||||
|
||||
|
289
mapero.php
289
mapero.php
@ -9,36 +9,56 @@ require ("milfs/funciones/conex.php");
|
||||
//require ('funciones/convert.php');
|
||||
$xajax->processRequests();
|
||||
//if($_REQUEST[id2] =='') {$agregar= $_REQUEST[id];}else {$agregar = $_REQUEST[id2];}
|
||||
if(isset($_REQUEST[categoria]) AND isset($_REQUEST[buscar])) {
|
||||
$_REQUEST[buscar] = "$_REQUEST[categoria]:$_REQUEST[buscar]";
|
||||
|
||||
}
|
||||
$formulario_nombre = remplacetas('form_id','id',$_REQUEST[id],'nombre') ;
|
||||
$formulario_descripcion = remplacetas('form_id','id',$_REQUEST[id],'descripcion') ;
|
||||
$agregar_nombre = remplacetas('form_id','id',$agregar,'nombre') ;
|
||||
$id_empresa = remplacetas('form_id','id',$_REQUEST[id],'id_empresa') ;
|
||||
$logo = remplacetas('empresa','id',"$id_empresa[0]",'imagen','') ;
|
||||
$razon_social = remplacetas('empresa','id',"$id_empresa[0]",'razon_social','') ;
|
||||
$campos_formulario = input_campos("$_REQUEST[id]","categoria");
|
||||
$plantilla ="mapa";
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head >
|
||||
<title><?php echo $formulario_nombre[0] ?> MILFS</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="user-scalable=no, width=device-width, maximum-scale=1, initial-scale=1">
|
||||
<!-- <meta name="viewport" content="user-scalable=no, width=device-width, maximum-scale=1, initial-scale=1"> -->
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
|
||||
<meta name="description" content="">
|
||||
<?php $xajax->printJavascript("milfs/xajax/"); ?>
|
||||
<link rel="shortcut icon" href="favicon-152.png">
|
||||
<link rel="apple-touch-icon-precomposed" href="favicon-152.png">
|
||||
<link rel="stylesheet" href="librerias/leaflet/leaflet.css"/>
|
||||
|
||||
<link rel="stylesheet" href="librerias/leaflet/leaflet-search.css"/>
|
||||
<script src="librerias/leaflet/leaflet.js"></script>
|
||||
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
|
||||
<script src="librerias/leaflet/leaflet-providers.js"></script>
|
||||
<script src="librerias/leaflet/leaflet-search.js"></script>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="milfs/css/bootstrap.css">
|
||||
<style type="text/css">
|
||||
.navbar-default {
|
||||
background:rgba(255,255,255,1) ;
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="milfs/css/bootstrap.css">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.3/leaflet.css" />
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.3/leaflet.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
}
|
||||
@media (max-width: 800px) {
|
||||
.panel-map{
|
||||
max-width: 970px;
|
||||
@ -58,28 +78,9 @@ background:rgba(255,255,255,1) ;
|
||||
#map { position:absolute; top:0; bottom:0; width:100%; }
|
||||
/* Sticky footer styles
|
||||
-------------------------------------------------- */
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
body {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 60px;
|
||||
padding: 0; margin: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Custom page CSS
|
||||
-------------------------------------------------- */
|
||||
/* Not required for template or sticky footer method. */
|
||||
|
||||
body > .container {
|
||||
padding: 60px 15px 0;
|
||||
}
|
||||
.container .text-muted {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: absolute;
|
||||
@ -106,9 +107,7 @@ body > .container {
|
||||
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
width: 70%;
|
||||
height: 50%;
|
||||
@ -118,8 +117,23 @@ code {
|
||||
.modal-content {
|
||||
height: 50%;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
|
||||
}
|
||||
</style>
|
||||
<?php
|
||||
$categorias = lista_categorias($_REQUEST['id'],'','') ;
|
||||
$css_adicional = remplacetas('form_parametrizacion','campo',"index",'descripcion'," tabla='css' and opcion = 'adicional' and id_empresa = '$id_empresa[0]'") ;
|
||||
|
||||
if($css_adicional[0] !="") {
|
||||
@ -134,10 +148,64 @@ code {
|
||||
echo $css_adicional; ?>
|
||||
</head>
|
||||
<body>
|
||||
<!--nav sidebar -->
|
||||
<aside>
|
||||
<nav class="navbar navbar-inverse sidebar navbar-fixed-top" role="navigation">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href="librerias/leaflet/css/sidebar.css" rel="stylesheet">
|
||||
|
||||
<div id="map" style="">
|
||||
<div class="nav-side-menu">
|
||||
<div class="brand"><a href="./"><img style='width: 100%;' src='images/banner.png' class='image-responsive'></a><br> <i class="fa fa-info-circle fa-lg pull-right" style="margin-top: 10px; margin-right: 5px;"></i></div>
|
||||
<i class="fa fa-bars fa-2x toggle-btn" data-toggle="collapse" data-target="#menu-content"></i>
|
||||
|
||||
<?php $categorias = lista_categorias($_REQUEST['id'],'','') ;
|
||||
|
||||
<br>
|
||||
<form action="?id=<?php echo $_REQUEST[id]; ?>" method="get">
|
||||
<div class='input-group '>
|
||||
<input type='hidden' id='id' name='id' value="<?php echo $_REQUEST[id]; ?>" >
|
||||
<?php echo $campos_formulario; ?><div id='div_campos'></div>
|
||||
<input type='text' id='buscar' name='buscar' class='form-control' placeholder='Buscar' >
|
||||
|
||||
|
||||
<input type="submit" class="btn btn-info " value="Buscar">
|
||||
|
||||
</div>
|
||||
</form>
|
||||
<hr>
|
||||
<div class="menu-list">
|
||||
<div style='width: calc(90% - 40px);;' class="container-fluid">
|
||||
<h1><?php echo $formulario_nombre[0]; ?></h1>
|
||||
<h2><?php echo $formulario_descripcion[0]; ?></h2>
|
||||
<hr>
|
||||
<h3>Categorías</h3>
|
||||
<div style="height: 300px; overflow: auto;" >
|
||||
|
||||
<?php echo $categorias; ?>
|
||||
</div>
|
||||
<div class="sidebar-logo">
|
||||
<a href="e<?php echo $id_empresa[0]; ?>" >
|
||||
<img style='margin: 0px auto;' class='img img-responsive block-center' src="milfs/images/secure/?file=150/<?php echo $logo[0]; ?>" alt="<?php echo $razon_social[0]; ?>">
|
||||
<h4><?php echo $razon_social[0]; ?></h4>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
</aside>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="map"></div>
|
||||
|
||||
<?php
|
||||
if($categorias !="") {
|
||||
$pie="
|
||||
<div style='' class='' id='contenedor_pie' >
|
||||
@ -154,17 +222,74 @@ $leyenda ="<div id='div_leyenda'><a class='btn btn-default btn-xs' onclick=xaja
|
||||
}
|
||||
//echo $pie;
|
||||
?>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
var map = L.map('map');
|
||||
//var terrainTiles = L.tileLayer.provider('OpenTopoMap');
|
||||
//terrainTiles.addTo(map);
|
||||
map.setView([4, -74.9005222], 5);
|
||||
|
||||
function addDataToMap(data, map) {
|
||||
var dataLayer = L.geoJson(data, {
|
||||
pointToLayer: function(feature, latlng) {
|
||||
<script type="text/javascript">
|
||||
|
||||
function htmlbodyHeightUpdate(){
|
||||
var height3 = $( window ).height()
|
||||
var height1 = $('.nav').height()+50
|
||||
height2 = $('.main').height()
|
||||
if(height2 > height3){
|
||||
$('html').height(Math.max(height1,height3,height2)+10);
|
||||
$('body').height(Math.max(height1,height3,height2)+10);
|
||||
}
|
||||
else
|
||||
{
|
||||
$('html').height(Math.max(height1,height3,height2));
|
||||
$('body').height(Math.max(height1,height3,height2));
|
||||
}
|
||||
|
||||
}
|
||||
$(document).ready(function () {
|
||||
htmlbodyHeightUpdate()
|
||||
$( window ).resize(function() {
|
||||
htmlbodyHeightUpdate()
|
||||
});
|
||||
$( window ).scroll(function() {
|
||||
height2 = $('.main').height()
|
||||
htmlbodyHeightUpdate()
|
||||
});
|
||||
});
|
||||
function htmlbodyHeightUpdate(){
|
||||
var height3 = $( window ).height()
|
||||
var height1 = $('.nav').height()+50
|
||||
height2 = $('.main').height()
|
||||
if(height2 > height3){
|
||||
$('html').height(Math.max(height1,height3,height2)+10);
|
||||
$('body').height(Math.max(height1,height3,height2)+10);
|
||||
}
|
||||
else
|
||||
{
|
||||
$('html').height(Math.max(height1,height3,height2));
|
||||
$('body').height(Math.max(height1,height3,height2));
|
||||
}
|
||||
|
||||
}
|
||||
$(document).ready(function () {
|
||||
htmlbodyHeightUpdate()
|
||||
$( window ).resize(function() {
|
||||
htmlbodyHeightUpdate()
|
||||
});
|
||||
$( window ).scroll(function() {
|
||||
height2 = $('.main').height()
|
||||
htmlbodyHeightUpdate()
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
var tiles = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
|
||||
maxZoom: 18,
|
||||
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
|
||||
}),
|
||||
latlng = L.latLng(4, -74.9005222);
|
||||
|
||||
var map = L.map('map', {center: latlng, zoom: 5, layers: [tiles],zoomControl: false});
|
||||
|
||||
|
||||
var geojson = L.geoJson(geojsonSample, {
|
||||
|
||||
pointToLayer: function(feature, latlng) {
|
||||
var smallIcon = new L.Icon({
|
||||
iconSize: [60, 60],
|
||||
iconAnchor: [13, 27],
|
||||
@ -174,26 +299,35 @@ function addDataToMap(data, map) {
|
||||
});
|
||||
return L.marker(latlng, {icon: smallIcon});
|
||||
},
|
||||
onEachFeature: function(feature, layer) {
|
||||
|
||||
onEachFeature: function(feature, layer) {
|
||||
var popupText = feature.properties.description
|
||||
|
||||
|
||||
layer.bindPopup(popupText); }
|
||||
});
|
||||
map.fitBounds(dataLayer.getBounds());
|
||||
dataLayer.addTo(map);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
/* PROVIDERS */
|
||||
|
||||
|
||||
|
||||
var markers = L.markerClusterGroup();
|
||||
markers.addLayer(geojson);
|
||||
map.fitBounds(geojson.getBounds());
|
||||
|
||||
var legend = L.control({position: 'bottomright'});
|
||||
//disable zoomControl when initializing map (which is topleft by default)
|
||||
|
||||
|
||||
//add zoom control with your options
|
||||
L.control.zoom({
|
||||
position:'topright'
|
||||
}).addTo(map);
|
||||
|
||||
|
||||
legend.onAdd = function (map) {
|
||||
var div = L.DomUtil.create('div', 'info legend');
|
||||
div.innerHTML = "<?php echo $leyenda; ?> <a class='btn btn-info btn-xs' onclick=\"xajax_contenido_show('div_leyenda'); \"><span class=''>Leyenda</span></a>";
|
||||
div.innerHTML = "";
|
||||
|
||||
div.id = "info legend"
|
||||
|
||||
@ -202,61 +336,8 @@ var legend = L.control({position: 'bottomright'});
|
||||
legend.addTo(map);
|
||||
|
||||
|
||||
var defaultLayer = L.tileLayer.provider('OpenTopoMap').addTo(map);
|
||||
map.addLayer(markers);
|
||||
|
||||
var baseLayers = {
|
||||
'Topográfico': defaultLayer,
|
||||
'OpenStretMap': L.tileLayer.provider('OpenStreetMap.Mapnik') ,
|
||||
'Blanco y Negro': L.tileLayer.provider('OpenStreetMap.BlackAndWhite'),
|
||||
'Humanitario.': L.tileLayer.provider('OpenStreetMap.HOT'),
|
||||
'Satelital': L.tileLayer.provider('Esri.WorldImagery')
|
||||
|
||||
|
||||
};
|
||||
|
||||
var overlayLayers = {
|
||||
|
||||
};
|
||||
|
||||
var layerControl = L.control.layers(baseLayers, overlayLayers,{collapsed:false}).addTo(map);
|
||||
|
||||
|
||||
|
||||
|
||||
// resize layers control to fit into view.
|
||||
function resizeLayerControl() {
|
||||
var layerControlHeight = document.body.clientHeight - (10 + 50);
|
||||
var layerControl = document.getElementsByClassName('leaflet-control-layers-expanded')[0];
|
||||
|
||||
layerControl.style.overflowY = 'auto';
|
||||
layerControl.style.maxHeight = layerControlHeight + 'px';
|
||||
}
|
||||
|
||||
map.on('resize', resizeLayerControl);
|
||||
resizeLayerControl();
|
||||
|
||||
map.addControl( new L.Control.Search({
|
||||
url: 'https://nominatim.openstreetmap.org/search?format=json&q={s}',
|
||||
jsonpParam: 'json_callback',
|
||||
propertyName: 'display_name',
|
||||
propertyLoc: ['lat','lon'],
|
||||
markerLocation: true,
|
||||
autoCollapse: true,
|
||||
autoType: false,
|
||||
minLength: 2,
|
||||
zoom:17
|
||||
}) );
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* PROVIDERS */
|
||||
|
||||
|
||||
|
||||
/* $.getJSON("http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson", function(data) { addDataToMap(data, map); });*/
|
||||
$.getJSON("milfs/geojson.php?id=<?php echo $_REQUEST['id'] ?>&buscar=<?php echo $_REQUEST['buscar'] ?>", function(data) { addDataToMap(data, map); });
|
||||
</script>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user