| | <!DOCTYPE html> |
| | <head> |
| | <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
| | <script>L_PREFER_CANVAS=false; L_NO_TOUCH=false; L_DISABLE_3D=false;</script> |
| | <script src="https://cdn.jsdelivr.net/npm/leaflet@1.4.0/dist/leaflet.js"></script> |
| | <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script> |
| | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> |
| | <script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script> |
| | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.4.0/dist/leaflet.css"/> |
| | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/> |
| | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/> |
| | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"/> |
| | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/> |
| | <link rel="stylesheet" href="https://rawcdn.githack.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css"/> |
| | <style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style> |
| | <style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style> |
| | |
| | <meta name="viewport" content="width=device-width, |
| | initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
| | <style>#map_11cecb01d2feecb343a82949b698aa14 { |
| | position: relative; |
| | width: 100.0%; |
| | height: 100.0%; |
| | left: 0.0%; |
| | top: 0.0%; |
| | } |
| | </style> |
| | <script src="https://leaflet.github.io/Leaflet.heat/dist/leaflet-heat.js"></script> |
| | </head> |
| | <body> |
| | |
| | <div class="folium-map" id="map_11cecb01d2feecb343a82949b698aa14" ></div> |
| | </body> |
| | <script> |
| | |
| | |
| | var bounds = null; |
| | |
| | |
| | var map_11cecb01d2feecb343a82949b698aa14 = L.map( |
| | 'map_11cecb01d2feecb343a82949b698aa14', { |
| | center: [-34.519452548614176, -58.496488135774285], |
| | zoom: 15, |
| | maxBounds: bounds, |
| | layers: [], |
| | worldCopyJump: false, |
| | crs: L.CRS.EPSG3857, |
| | zoomControl: true, |
| | }); |
| | |
| | |
| | |
| | var tile_layer_1b336d2d02f035f1c61325eafa18da75 = L.tileLayer( |
| | 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', |
| | { |
| | "attribution": null, |
| | "detectRetina": false, |
| | "maxNativeZoom": 18, |
| | "maxZoom": 18, |
| | "minZoom": 0, |
| | "noWrap": false, |
| | "opacity": 1, |
| | "subdomains": "abc", |
| | "tms": false |
| | }).addTo(map_11cecb01d2feecb343a82949b698aa14); |
| | |
| | var heat_map_858a514c4a8130d86fd90680dce31753 = L.heatLayer( |
| | [[-34.518068, -58.491101], [-34.515208, -58.500845], [-34.518165, -58.497853], [-34.524709, -58.50112], [-34.517745, -58.49911], [-34.516208, -58.504914]], |
| | { |
| | minOpacity: 0.5, |
| | maxZoom: 18, |
| | max: 1.0, |
| | radius: 25, |
| | blur: 15, |
| | gradient: null |
| | }) |
| | .addTo(map_11cecb01d2feecb343a82949b698aa14); |
| | |
| | </script> |
| |
|