forked from GISMentors/geopython-english
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#54 Ch7 Visual. - WIP fix requests package being removed - edits in Ch7
- Loading branch information
Showing
4 changed files
with
87 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,23 +7,23 @@ | |
L_DISABLE_3D = false; | ||
</script> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script> | ||
<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> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/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://cdn.jsdelivr.net/npm/leaflet@1.6.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> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/> | ||
|
||
<meta name="viewport" content="width=device-width, | ||
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
<style> | ||
#map_0ee40feee62e4657b29dd3a619f743c5 { | ||
#map_c49ee9af21004f61b4c62a4069f02580 { | ||
position: relative; | ||
width: 100.0%; | ||
height: 100.0%; | ||
|
@@ -35,13 +35,13 @@ | |
</head> | ||
<body> | ||
|
||
<div class="folium-map" id="map_0ee40feee62e4657b29dd3a619f743c5" ></div> | ||
<div class="folium-map" id="map_c49ee9af21004f61b4c62a4069f02580" ></div> | ||
|
||
</body> | ||
<script> | ||
|
||
var map_0ee40feee62e4657b29dd3a619f743c5 = L.map( | ||
"map_0ee40feee62e4657b29dd3a619f743c5", | ||
var map_c49ee9af21004f61b4c62a4069f02580 = L.map( | ||
"map_c49ee9af21004f61b4c62a4069f02580", | ||
{ | ||
center: [44.43225, 26.10626], | ||
crs: L.CRS.EPSG3857, | ||
|
@@ -55,9 +55,9 @@ | |
|
||
|
||
|
||
var tile_layer_1fd55c01a0bb4df1b4caeeeecfe3d741 = L.tileLayer( | ||
var tile_layer_b814d75a7f4c495b87c2f4092787b91e = L.tileLayer( | ||
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", | ||
{"attribution": "Data by \u0026copy; \u003ca href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false} | ||
).addTo(map_0ee40feee62e4657b29dd3a619f743c5); | ||
).addTo(map_c49ee9af21004f61b4c62a4069f02580); | ||
|
||
</script> |
Large diffs are not rendered by default.
Oops, something went wrong.