Upload 3 files
Browse files- Manhattan_map.html +95 -0
- Philadelphia_map.html +95 -0
- Pittsburgh_map.html +95 -0
Manhattan_map.html
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
|
5 |
+
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
6 |
+
|
7 |
+
<script>
|
8 |
+
L_NO_TOUCH = false;
|
9 |
+
L_DISABLE_3D = false;
|
10 |
+
</script>
|
11 |
+
|
12 |
+
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
|
13 |
+
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
|
14 |
+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script>
|
15 |
+
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
|
16 |
+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
|
17 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
|
18 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css"/>
|
19 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"/>
|
20 |
+
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/>
|
21 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"/>
|
22 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
|
23 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
|
24 |
+
|
25 |
+
<meta name="viewport" content="width=device-width,
|
26 |
+
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
27 |
+
<style>
|
28 |
+
#map_04ebe21ccca45e4b7c56014a60851f02 {
|
29 |
+
position: relative;
|
30 |
+
width: 100.0%;
|
31 |
+
height: 100.0%;
|
32 |
+
left: 0.0%;
|
33 |
+
top: 0.0%;
|
34 |
+
}
|
35 |
+
.leaflet-container { font-size: 1rem; }
|
36 |
+
</style>
|
37 |
+
|
38 |
+
</head>
|
39 |
+
<body>
|
40 |
+
|
41 |
+
|
42 |
+
<div class="folium-map" id="map_04ebe21ccca45e4b7c56014a60851f02" ></div>
|
43 |
+
|
44 |
+
</body>
|
45 |
+
<script>
|
46 |
+
|
47 |
+
|
48 |
+
var map_04ebe21ccca45e4b7c56014a60851f02 = L.map(
|
49 |
+
"map_04ebe21ccca45e4b7c56014a60851f02",
|
50 |
+
{
|
51 |
+
center: [40.7501, -73.9885],
|
52 |
+
crs: L.CRS.EPSG3857,
|
53 |
+
zoom: 12,
|
54 |
+
zoomControl: true,
|
55 |
+
preferCanvas: false,
|
56 |
+
}
|
57 |
+
);
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
+
|
62 |
+
|
63 |
+
var tile_layer_437f5083832620de33fb716738a8a4da = L.tileLayer(
|
64 |
+
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
|
65 |
+
{"attribution": "Data by \u0026copy; \u003ca target=\"_blank\" href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca target=\"_blank\" 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}
|
66 |
+
).addTo(map_04ebe21ccca45e4b7c56014a60851f02);
|
67 |
+
|
68 |
+
|
69 |
+
function geo_json_695785bd5860de1f28170aaa77c01483_styler(feature) {
|
70 |
+
switch(feature.id) {
|
71 |
+
default:
|
72 |
+
return {"color": "red"};
|
73 |
+
}
|
74 |
+
}
|
75 |
+
|
76 |
+
function geo_json_695785bd5860de1f28170aaa77c01483_onEachFeature(feature, layer) {
|
77 |
+
layer.on({
|
78 |
+
});
|
79 |
+
};
|
80 |
+
var geo_json_695785bd5860de1f28170aaa77c01483 = L.geoJson(null, {
|
81 |
+
onEachFeature: geo_json_695785bd5860de1f28170aaa77c01483_onEachFeature,
|
82 |
+
|
83 |
+
style: geo_json_695785bd5860de1f28170aaa77c01483_styler,
|
84 |
+
});
|
85 |
+
|
86 |
+
function geo_json_695785bd5860de1f28170aaa77c01483_add (data) {
|
87 |
+
geo_json_695785bd5860de1f28170aaa77c01483
|
88 |
+
.addData(data)
|
89 |
+
.addTo(map_04ebe21ccca45e4b7c56014a60851f02);
|
90 |
+
}
|
91 |
+
geo_json_695785bd5860de1f28170aaa77c01483_add({"bbox": [-74.0203570671504, 40.7003781907179, -73.9455846946375, 40.7873649535321], "features": [{"bbox": [-74.0203570671504, 40.7003781907179, -73.9455846946375, 40.7873649535321], "geometry": {"coordinates": [[[-73.9455846946375, 40.7711351085905], [-73.9841893202025, 40.7873649535321], [-73.9976322499213, 40.7733311258037], [-74.0035177432988, 40.7642404854275], [-74.0097394992375, 40.7563218869601], [-74.01237903206, 40.741427380319], [-74.0159612551762, 40.7237048027967], [-74.0199205544099, 40.7110727528606], [-74.0203570671504, 40.7073623945662], [-74.0188292725586, 40.7010329598287], [-74.0087894795267, 40.7003781907179], [-73.9976584046436, 40.707144138196], [-73.9767057930988, 40.7104179837498], [-73.9695033328803, 40.730061057073], [-73.9736502039152, 40.7366087481808], [-73.968412051029, 40.7433746956588], [-73.968412051029, 40.7433746956588], [-73.9455846946375, 40.7711351085905]]], "type": "Polygon"}, "id": "0", "properties": {}, "type": "Feature"}], "type": "FeatureCollection"});
|
92 |
+
|
93 |
+
|
94 |
+
</script>
|
95 |
+
</html>
|
Philadelphia_map.html
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
|
5 |
+
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
6 |
+
|
7 |
+
<script>
|
8 |
+
L_NO_TOUCH = false;
|
9 |
+
L_DISABLE_3D = false;
|
10 |
+
</script>
|
11 |
+
|
12 |
+
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
|
13 |
+
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
|
14 |
+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script>
|
15 |
+
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
|
16 |
+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
|
17 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
|
18 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css"/>
|
19 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"/>
|
20 |
+
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/>
|
21 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"/>
|
22 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
|
23 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
|
24 |
+
|
25 |
+
<meta name="viewport" content="width=device-width,
|
26 |
+
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
27 |
+
<style>
|
28 |
+
#map_27fe3d69a291420d92982be496c27560 {
|
29 |
+
position: relative;
|
30 |
+
width: 100.0%;
|
31 |
+
height: 100.0%;
|
32 |
+
left: 0.0%;
|
33 |
+
top: 0.0%;
|
34 |
+
}
|
35 |
+
.leaflet-container { font-size: 1rem; }
|
36 |
+
</style>
|
37 |
+
|
38 |
+
</head>
|
39 |
+
<body>
|
40 |
+
|
41 |
+
|
42 |
+
<div class="folium-map" id="map_27fe3d69a291420d92982be496c27560" ></div>
|
43 |
+
|
44 |
+
</body>
|
45 |
+
<script>
|
46 |
+
|
47 |
+
|
48 |
+
var map_27fe3d69a291420d92982be496c27560 = L.map(
|
49 |
+
"map_27fe3d69a291420d92982be496c27560",
|
50 |
+
{
|
51 |
+
center: [39.945, -75.1722],
|
52 |
+
crs: L.CRS.EPSG3857,
|
53 |
+
zoom: 12,
|
54 |
+
zoomControl: true,
|
55 |
+
preferCanvas: false,
|
56 |
+
}
|
57 |
+
);
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
+
|
62 |
+
|
63 |
+
var tile_layer_7afbda23a971dbc53663f988b212a5ce = L.tileLayer(
|
64 |
+
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
|
65 |
+
{"attribution": "Data by \u0026copy; \u003ca target=\"_blank\" href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca target=\"_blank\" 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}
|
66 |
+
).addTo(map_27fe3d69a291420d92982be496c27560);
|
67 |
+
|
68 |
+
|
69 |
+
function geo_json_7e1d8a55d84396ae9965b8e58f3de796_styler(feature) {
|
70 |
+
switch(feature.id) {
|
71 |
+
default:
|
72 |
+
return {"color": "red"};
|
73 |
+
}
|
74 |
+
}
|
75 |
+
|
76 |
+
function geo_json_7e1d8a55d84396ae9965b8e58f3de796_onEachFeature(feature, layer) {
|
77 |
+
layer.on({
|
78 |
+
});
|
79 |
+
};
|
80 |
+
var geo_json_7e1d8a55d84396ae9965b8e58f3de796 = L.geoJson(null, {
|
81 |
+
onEachFeature: geo_json_7e1d8a55d84396ae9965b8e58f3de796_onEachFeature,
|
82 |
+
|
83 |
+
style: geo_json_7e1d8a55d84396ae9965b8e58f3de796_styler,
|
84 |
+
});
|
85 |
+
|
86 |
+
function geo_json_7e1d8a55d84396ae9965b8e58f3de796_add (data) {
|
87 |
+
geo_json_7e1d8a55d84396ae9965b8e58f3de796
|
88 |
+
.addData(data)
|
89 |
+
.addTo(map_27fe3d69a291420d92982be496c27560);
|
90 |
+
}
|
91 |
+
geo_json_7e1d8a55d84396ae9965b8e58f3de796_add({"bbox": [-75.22263421669665, 39.90776465256959, -75.07177493555591, 40.000608952140176], "features": [{"bbox": [-75.22263421669665, 39.90776465256959, -75.07177493555591, 40.000608952140176], "geometry": {"coordinates": [[[-75.13268365517321, 39.90776465256959], [-75.21817102089587, 39.91856137325554], [-75.22263421669665, 40.000608952140176], [-75.07177493555591, 39.98109045133228], [-75.13013980371997, 39.96293598213398], [-75.13528964502856, 39.94872477328648], [-75.13563296778247, 39.92476957374444], [-75.13268365517321, 39.90776465256959]]], "type": "Polygon"}, "id": "0", "properties": {}, "type": "Feature"}], "type": "FeatureCollection"});
|
92 |
+
|
93 |
+
|
94 |
+
</script>
|
95 |
+
</html>
|
Pittsburgh_map.html
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
|
5 |
+
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
6 |
+
|
7 |
+
<script>
|
8 |
+
L_NO_TOUCH = false;
|
9 |
+
L_DISABLE_3D = false;
|
10 |
+
</script>
|
11 |
+
|
12 |
+
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
|
13 |
+
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
|
14 |
+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script>
|
15 |
+
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
|
16 |
+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
|
17 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
|
18 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css"/>
|
19 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"/>
|
20 |
+
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/>
|
21 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"/>
|
22 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
|
23 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
|
24 |
+
|
25 |
+
<meta name="viewport" content="width=device-width,
|
26 |
+
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
27 |
+
<style>
|
28 |
+
#map_164eb6bb2e7846ef3e8fae144272b3ef {
|
29 |
+
position: relative;
|
30 |
+
width: 100.0%;
|
31 |
+
height: 100.0%;
|
32 |
+
left: 0.0%;
|
33 |
+
top: 0.0%;
|
34 |
+
}
|
35 |
+
.leaflet-container { font-size: 1rem; }
|
36 |
+
</style>
|
37 |
+
|
38 |
+
</head>
|
39 |
+
<body>
|
40 |
+
|
41 |
+
|
42 |
+
<div class="folium-map" id="map_164eb6bb2e7846ef3e8fae144272b3ef" ></div>
|
43 |
+
|
44 |
+
</body>
|
45 |
+
<script>
|
46 |
+
|
47 |
+
|
48 |
+
var map_164eb6bb2e7846ef3e8fae144272b3ef = L.map(
|
49 |
+
"map_164eb6bb2e7846ef3e8fae144272b3ef",
|
50 |
+
{
|
51 |
+
center: [40.4407, -79.9806],
|
52 |
+
crs: L.CRS.EPSG3857,
|
53 |
+
zoom: 12,
|
54 |
+
zoomControl: true,
|
55 |
+
preferCanvas: false,
|
56 |
+
}
|
57 |
+
);
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
+
|
62 |
+
|
63 |
+
var tile_layer_e932b13a9715f57a12926d182b642e5a = L.tileLayer(
|
64 |
+
"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
|
65 |
+
{"attribution": "Data by \u0026copy; \u003ca target=\"_blank\" href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca target=\"_blank\" 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}
|
66 |
+
).addTo(map_164eb6bb2e7846ef3e8fae144272b3ef);
|
67 |
+
|
68 |
+
|
69 |
+
function geo_json_c42578f27a07ed3677475cad7f9c98ba_styler(feature) {
|
70 |
+
switch(feature.id) {
|
71 |
+
default:
|
72 |
+
return {"color": "red"};
|
73 |
+
}
|
74 |
+
}
|
75 |
+
|
76 |
+
function geo_json_c42578f27a07ed3677475cad7f9c98ba_onEachFeature(feature, layer) {
|
77 |
+
layer.on({
|
78 |
+
});
|
79 |
+
};
|
80 |
+
var geo_json_c42578f27a07ed3677475cad7f9c98ba = L.geoJson(null, {
|
81 |
+
onEachFeature: geo_json_c42578f27a07ed3677475cad7f9c98ba_onEachFeature,
|
82 |
+
|
83 |
+
style: geo_json_c42578f27a07ed3677475cad7f9c98ba_styler,
|
84 |
+
});
|
85 |
+
|
86 |
+
function geo_json_c42578f27a07ed3677475cad7f9c98ba_add (data) {
|
87 |
+
geo_json_c42578f27a07ed3677475cad7f9c98ba
|
88 |
+
.addData(data)
|
89 |
+
.addTo(map_164eb6bb2e7846ef3e8fae144272b3ef);
|
90 |
+
}
|
91 |
+
geo_json_c42578f27a07ed3677475cad7f9c98ba_add({"bbox": [-80.035, 40.425, -79.93, 40.46], "features": [{"bbox": [-80.035, 40.425, -79.93, 40.46], "geometry": {"coordinates": [[[-79.93, 40.425], [-79.93, 40.46], [-80.035, 40.46], [-80.035, 40.425], [-79.93, 40.425]]], "type": "Polygon"}, "id": "0", "properties": {}, "type": "Feature"}], "type": "FeatureCollection"});
|
92 |
+
|
93 |
+
|
94 |
+
</script>
|
95 |
+
</html>
|