Repo for non destructive e-scooter intervention materials
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

393 lines
16 KiB

4 years ago
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.6.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.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>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_b1697a841bdc4418ac139dc0f9ed0291 {
4 years ago
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
</head>
<body>
<div class="folium-map" id="map_b1697a841bdc4418ac139dc0f9ed0291" ></div>
4 years ago
</body>
<script>
var map_b1697a841bdc4418ac139dc0f9ed0291 = L.map(
"map_b1697a841bdc4418ac139dc0f9ed0291",
4 years ago
{
4 years ago
center: [52.51619, 13.377693],
4 years ago
crs: L.CRS.EPSG3857,
4 years ago
zoom: 13,
zoomControl: false,
4 years ago
preferCanvas: false,
}
);
var tile_layer_6824f5ef29b74cf18735fab112817563 = L.tileLayer(
"https://stamen-tiles-{s}.a.ssl.fastly.net/toner/{z}/{x}/{y}.png",
{"attribution": "Map tiles by \u003ca href=\"http://stamen.com\"\u003eStamen Design\u003c/a\u003e, under \u003ca href=\"http://creativecommons.org/licenses/by/3.0\"\u003eCC BY 3.0\u003c/a\u003e. 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_b1697a841bdc4418ac139dc0f9ed0291);
4 years ago
var marker_79fb6142190a456faf5cb1294f3aab2e = L.marker(
[52.521088, 13.353991],
4 years ago
{}
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291);
4 years ago
var icon_2151608f26ea4be49d8c115c869b2e79 = L.AwesomeMarkers.icon(
4 years ago
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_79fb6142190a456faf5cb1294f3aab2e.setIcon(icon_2151608f26ea4be49d8c115c869b2e79);
4 years ago
var popup_6f7318cd24e0447b9e009b03629f2e9d = L.popup({"maxWidth": "100%"});
4 years ago
var html_49587496b8a94489940c3f08dc5249c6 = $(`<div id="html_49587496b8a94489940c3f08dc5249c6" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0];
popup_6f7318cd24e0447b9e009b03629f2e9d.setContent(html_49587496b8a94489940c3f08dc5249c6);
4 years ago
marker_79fb6142190a456faf5cb1294f3aab2e.bindPopup(popup_6f7318cd24e0447b9e009b03629f2e9d)
4 years ago
;
marker_79fb6142190a456faf5cb1294f3aab2e.bindTooltip(
`<div>
ARTIST_NAME_HERE
</div>`,
{"sticky": true}
);
var marker_839b710500994168b34f900562508923 = L.marker(
[52.461337, 13.32099],
{}
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291);
var icon_6fe64936618a4105b28369b56c05d7eb = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_839b710500994168b34f900562508923.setIcon(icon_6fe64936618a4105b28369b56c05d7eb);
var popup_a324419e69ee4ef2843c2c8be594f2fa = L.popup({"maxWidth": "100%"});
var html_3a6f12119ef74512b351bb8e8a9d2bae = $(`<div id="html_3a6f12119ef74512b351bb8e8a9d2bae" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0];
popup_a324419e69ee4ef2843c2c8be594f2fa.setContent(html_3a6f12119ef74512b351bb8e8a9d2bae);
marker_839b710500994168b34f900562508923.bindPopup(popup_a324419e69ee4ef2843c2c8be594f2fa)
;
marker_839b710500994168b34f900562508923.bindTooltip(
`<div>
ARTIST_NAME_HERE
</div>`,
{"sticky": true}
);
var marker_703163c22dd04b2eb31f6d4e97c530b7 = L.marker(
[52.54126, 13.368985],
{}
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291);
var icon_2e63feeb116d42f79ec161366fe36aa3 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_703163c22dd04b2eb31f6d4e97c530b7.setIcon(icon_2e63feeb116d42f79ec161366fe36aa3);
var popup_48e426e59ac342549c8b94632a51577f = L.popup({"maxWidth": "100%"});
var html_a117cd6f072446b382a5e101fca864c3 = $(`<div id="html_a117cd6f072446b382a5e101fca864c3" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0];
popup_48e426e59ac342549c8b94632a51577f.setContent(html_a117cd6f072446b382a5e101fca864c3);
marker_703163c22dd04b2eb31f6d4e97c530b7.bindPopup(popup_48e426e59ac342549c8b94632a51577f)
;
marker_703163c22dd04b2eb31f6d4e97c530b7.bindTooltip(
`<div>
ARTIST_NAME_HERE
</div>`,
{"sticky": true}
);
var marker_b488de1a62094a96b74eda27c92d437e = L.marker(
[52.516038, 13.294029],
{}
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291);
var icon_d4a176d2be6d4a879f7081e078caef28 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_b488de1a62094a96b74eda27c92d437e.setIcon(icon_d4a176d2be6d4a879f7081e078caef28);
var popup_9faf8b98ba9f47b68af0182d573f0b4b = L.popup({"maxWidth": "100%"});
var html_2ceb0141c41a419eaf71f06e91c98066 = $(`<div id="html_2ceb0141c41a419eaf71f06e91c98066" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0];
popup_9faf8b98ba9f47b68af0182d573f0b4b.setContent(html_2ceb0141c41a419eaf71f06e91c98066);
marker_b488de1a62094a96b74eda27c92d437e.bindPopup(popup_9faf8b98ba9f47b68af0182d573f0b4b)
;
marker_b488de1a62094a96b74eda27c92d437e.bindTooltip(
`<div>
ARTIST_NAME_HERE
</div>`,
{"sticky": true}
);
var marker_bf2f7218ce664900b5d930253b225266 = L.marker(
[52.502256, 13.346028],
{}
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291);
var icon_529b87e9a6744d66b7ad8dad20637f30 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_bf2f7218ce664900b5d930253b225266.setIcon(icon_529b87e9a6744d66b7ad8dad20637f30);
var popup_465fd2e8ec8c46bd859a479d48944cb7 = L.popup({"maxWidth": "100%"});
var html_bca84d64f85b4b4493cfb196c2226959 = $(`<div id="html_bca84d64f85b4b4493cfb196c2226959" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0];
popup_465fd2e8ec8c46bd859a479d48944cb7.setContent(html_bca84d64f85b4b4493cfb196c2226959);
marker_bf2f7218ce664900b5d930253b225266.bindPopup(popup_465fd2e8ec8c46bd859a479d48944cb7)
;
marker_bf2f7218ce664900b5d930253b225266.bindTooltip(
`<div>
ARTIST_NAME_HERE
</div>`,
{"sticky": true}
);
var marker_028a2b3e38744adab8efee93b8a2a4fd = L.marker(
[52.523244, 13.485684],
{}
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291);
var icon_851f323a1e494bb89961582303bb35e9 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_028a2b3e38744adab8efee93b8a2a4fd.setIcon(icon_851f323a1e494bb89961582303bb35e9);
var popup_21ef284a39154a6da3c531ba47ad25ca = L.popup({"maxWidth": "100%"});
var html_8c1d5ba5b8b148bda4a7914bd2e2fcc6 = $(`<div id="html_8c1d5ba5b8b148bda4a7914bd2e2fcc6" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0];
popup_21ef284a39154a6da3c531ba47ad25ca.setContent(html_8c1d5ba5b8b148bda4a7914bd2e2fcc6);
marker_028a2b3e38744adab8efee93b8a2a4fd.bindPopup(popup_21ef284a39154a6da3c531ba47ad25ca)
;
marker_028a2b3e38744adab8efee93b8a2a4fd.bindTooltip(
`<div>
ARTIST_NAME_HERE
</div>`,
{"sticky": true}
);
var marker_0d83cff4fafc4e23b0b18754ab79edfc = L.marker(
[52.478558, 13.419809],
{}
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291);
var icon_829f86f3b19c47959bfd2ee7f14b979d = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_0d83cff4fafc4e23b0b18754ab79edfc.setIcon(icon_829f86f3b19c47959bfd2ee7f14b979d);
var popup_a54b01ef8c3946fe8643f82098379055 = L.popup({"maxWidth": "100%"});
var html_a6423891542a4cc6b4d8eef28482cb3d = $(`<div id="html_a6423891542a4cc6b4d8eef28482cb3d" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0];
popup_a54b01ef8c3946fe8643f82098379055.setContent(html_a6423891542a4cc6b4d8eef28482cb3d);
marker_0d83cff4fafc4e23b0b18754ab79edfc.bindPopup(popup_a54b01ef8c3946fe8643f82098379055)
;
marker_0d83cff4fafc4e23b0b18754ab79edfc.bindTooltip(
`<div>
ARTIST_NAME_HERE
</div>`,
{"sticky": true}
);
var marker_7afdc5c57e3d426eb90de5f899776369 = L.marker(
[52.512429, 13.316471],
{}
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291);
var icon_8a7da631df98476db61b6a3d502ae01a = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_7afdc5c57e3d426eb90de5f899776369.setIcon(icon_8a7da631df98476db61b6a3d502ae01a);
var popup_0e1da11516304a9292739529cdbfe03d = L.popup({"maxWidth": "100%"});
var html_8d78af86e2f94207b370ecf2e5651534 = $(`<div id="html_8d78af86e2f94207b370ecf2e5651534" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0];
popup_0e1da11516304a9292739529cdbfe03d.setContent(html_8d78af86e2f94207b370ecf2e5651534);
marker_7afdc5c57e3d426eb90de5f899776369.bindPopup(popup_0e1da11516304a9292739529cdbfe03d)
;
marker_7afdc5c57e3d426eb90de5f899776369.bindTooltip(
`<div>
ARTIST_NAME_HERE
</div>`,
{"sticky": true}
);
var marker_e4b6d0226741409eaf88c7cc6d16d8c1 = L.marker(
[52.525817, 13.404346],
{}
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291);
var icon_6ade22642ec64ce2b7c9e7b16cf06105 = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_e4b6d0226741409eaf88c7cc6d16d8c1.setIcon(icon_6ade22642ec64ce2b7c9e7b16cf06105);
var popup_3e260d8d90fe45319ac0ec48d7787317 = L.popup({"maxWidth": "100%"});
var html_8fdee151a9744c17bb6f24452823601e = $(`<div id="html_8fdee151a9744c17bb6f24452823601e" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0];
popup_3e260d8d90fe45319ac0ec48d7787317.setContent(html_8fdee151a9744c17bb6f24452823601e);
marker_e4b6d0226741409eaf88c7cc6d16d8c1.bindPopup(popup_3e260d8d90fe45319ac0ec48d7787317)
;
marker_e4b6d0226741409eaf88c7cc6d16d8c1.bindTooltip(
`<div>
ARTIST_NAME_HERE
</div>`,
{"sticky": true}
);
var marker_4e2e29c054874b54a56438e48415b887 = L.marker(
[52.505015, 13.358382],
{}
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291);
var icon_376a899c38d94375b2f73659cb16b3bf = L.AwesomeMarkers.icon(
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
);
marker_4e2e29c054874b54a56438e48415b887.setIcon(icon_376a899c38d94375b2f73659cb16b3bf);
var popup_95e6d9920c6c4db7888501196688e087 = L.popup({"maxWidth": "100%"});
var html_6740ba851d5f473cb52b7b5d2b9eeaea = $(`<div id="html_6740ba851d5f473cb52b7b5d2b9eeaea" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0];
popup_95e6d9920c6c4db7888501196688e087.setContent(html_6740ba851d5f473cb52b7b5d2b9eeaea);
marker_4e2e29c054874b54a56438e48415b887.bindPopup(popup_95e6d9920c6c4db7888501196688e087)
;
marker_4e2e29c054874b54a56438e48415b887.bindTooltip(
4 years ago
`<div>
4 years ago
ARTIST_NAME_HERE
4 years ago
</div>`,
{"sticky": true}
);
</script>