cesar/Ruidos
0
1<!DOCTYPE html>2<head> 3 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />4 <script>L_PREFER_CANVAS=false; L_NO_TOUCH=false; L_DISABLE_3D=false;</script>5 <script src="https://cdn.jsdelivr.net/npm/leaflet@1.4.0/dist/leaflet.js"></script>6 <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>7 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>8 <script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>9 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.4.0/dist/leaflet.css"/>10 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>11 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>12 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/>13 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>14 <link rel="stylesheet" href="https://rawcdn.githack.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css"/>15 <style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>16 <style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>17 18 <meta name="viewport" content="width=device-width,19 initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />20 <style>#map_11cecb01d2feecb343a82949b698aa14 {21 position: relative;22 width: 100.0%;23 height: 100.0%;24 left: 0.0%;25 top: 0.0%;26 }27 </style>28 <script src="https://leaflet.github.io/Leaflet.heat/dist/leaflet-heat.js"></script>29</head>30<body> 31 32 <div class="folium-map" id="map_11cecb01d2feecb343a82949b698aa14" ></div>33</body>34<script> 35 36 37 var bounds = null;38 39 40 var map_11cecb01d2feecb343a82949b698aa14 = L.map(41 'map_11cecb01d2feecb343a82949b698aa14', {42 center: [-34.519452548614176, -58.496488135774285],43 zoom: 15,44 maxBounds: bounds,45 layers: [],46 worldCopyJump: false,47 crs: L.CRS.EPSG3857,48 zoomControl: true,49 });50 51 52 53 var tile_layer_1b336d2d02f035f1c61325eafa18da75 = L.tileLayer(54 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',55 {56 "attribution": null,57 "detectRetina": false,58 "maxNativeZoom": 18,59 "maxZoom": 18,60 "minZoom": 0,61 "noWrap": false,62 "opacity": 1,63 "subdomains": "abc",64 "tms": false65}).addTo(map_11cecb01d2feecb343a82949b698aa14);66 67 var heat_map_858a514c4a8130d86fd90680dce31753 = L.heatLayer(68 [[-34.518068, -58.491101], [-34.515208, -58.500845], [-34.518165, -58.497853], [-34.524709, -58.50112], [-34.517745, -58.49911], [-34.516208, -58.504914]],69 {70 minOpacity: 0.5,71 maxZoom: 18,72 max: 1.0,73 radius: 25,74 blur: 15,75 gradient: null76 })77 .addTo(map_11cecb01d2feecb343a82949b698aa14);78 79</script>80 