|
|
@ -23,7 +23,7 @@ |
|
|
|
<meta name="viewport" content="width=device-width, |
|
|
|
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
|
|
|
<style> |
|
|
|
#map_50d38849c61c4829817ca1c69812780f { |
|
|
|
#map_b1697a841bdc4418ac139dc0f9ed0291 { |
|
|
|
position: relative; |
|
|
|
width: 100.0%; |
|
|
|
height: 100.0%; |
|
|
@ -35,18 +35,18 @@ |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
|
|
|
|
<div class="folium-map" id="map_50d38849c61c4829817ca1c69812780f" ></div> |
|
|
|
<div class="folium-map" id="map_b1697a841bdc4418ac139dc0f9ed0291" ></div> |
|
|
|
|
|
|
|
</body> |
|
|
|
<script> |
|
|
|
|
|
|
|
var map_50d38849c61c4829817ca1c69812780f = L.map( |
|
|
|
"map_50d38849c61c4829817ca1c69812780f", |
|
|
|
var map_b1697a841bdc4418ac139dc0f9ed0291 = L.map( |
|
|
|
"map_b1697a841bdc4418ac139dc0f9ed0291", |
|
|
|
{ |
|
|
|
center: [52.51619, 13.377693], |
|
|
|
crs: L.CRS.EPSG3857, |
|
|
|
zoom: 13, |
|
|
|
zoomControl: true, |
|
|
|
zoomControl: false, |
|
|
|
preferCanvas: false, |
|
|
|
} |
|
|
|
); |
|
|
@ -55,38 +55,38 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_d1b9dec719a54bdc9d31218bf3fa0d2b = L.tileLayer( |
|
|
|
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_50d38849c61c4829817ca1c69812780f); |
|
|
|
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291); |
|
|
|
|
|
|
|
|
|
|
|
var marker_c1d449ccb48f4de3b1627e82f9670c43 = L.marker( |
|
|
|
var marker_79fb6142190a456faf5cb1294f3aab2e = L.marker( |
|
|
|
[52.521088, 13.353991], |
|
|
|
{} |
|
|
|
).addTo(map_50d38849c61c4829817ca1c69812780f); |
|
|
|
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291); |
|
|
|
|
|
|
|
|
|
|
|
var icon_f0c3187f29d349ce804f2f42f6ac4825 = L.AwesomeMarkers.icon( |
|
|
|
var icon_2151608f26ea4be49d8c115c869b2e79 = L.AwesomeMarkers.icon( |
|
|
|
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"} |
|
|
|
); |
|
|
|
marker_c1d449ccb48f4de3b1627e82f9670c43.setIcon(icon_f0c3187f29d349ce804f2f42f6ac4825); |
|
|
|
marker_79fb6142190a456faf5cb1294f3aab2e.setIcon(icon_2151608f26ea4be49d8c115c869b2e79); |
|
|
|
|
|
|
|
|
|
|
|
var popup_023478dc16eb4c2e8543dacfb638c186 = L.popup({"maxWidth": "100%"}); |
|
|
|
var popup_6f7318cd24e0447b9e009b03629f2e9d = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_f1511e957aef452eb6c8a600c5def8e7 = $(`<div id="html_f1511e957aef452eb6c8a600c5def8e7" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0]; |
|
|
|
popup_023478dc16eb4c2e8543dacfb638c186.setContent(html_f1511e957aef452eb6c8a600c5def8e7); |
|
|
|
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); |
|
|
|
|
|
|
|
|
|
|
|
marker_c1d449ccb48f4de3b1627e82f9670c43.bindPopup(popup_023478dc16eb4c2e8543dacfb638c186) |
|
|
|
marker_79fb6142190a456faf5cb1294f3aab2e.bindPopup(popup_6f7318cd24e0447b9e009b03629f2e9d) |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_c1d449ccb48f4de3b1627e82f9670c43.bindTooltip( |
|
|
|
marker_79fb6142190a456faf5cb1294f3aab2e.bindTooltip( |
|
|
|
`<div> |
|
|
|
ARTIST_NAME_HERE |
|
|
|
</div>`, |
|
|
@ -94,32 +94,32 @@ |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
var marker_86cee3784d5b49db9af9fc4d466efd12 = L.marker( |
|
|
|
var marker_839b710500994168b34f900562508923 = L.marker( |
|
|
|
[52.461337, 13.32099], |
|
|
|
{} |
|
|
|
).addTo(map_50d38849c61c4829817ca1c69812780f); |
|
|
|
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291); |
|
|
|
|
|
|
|
|
|
|
|
var icon_b9364084afaf4c9fa9ef8a27d9b941a6 = L.AwesomeMarkers.icon( |
|
|
|
var icon_6fe64936618a4105b28369b56c05d7eb = L.AwesomeMarkers.icon( |
|
|
|
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"} |
|
|
|
); |
|
|
|
marker_86cee3784d5b49db9af9fc4d466efd12.setIcon(icon_b9364084afaf4c9fa9ef8a27d9b941a6); |
|
|
|
marker_839b710500994168b34f900562508923.setIcon(icon_6fe64936618a4105b28369b56c05d7eb); |
|
|
|
|
|
|
|
|
|
|
|
var popup_c5b5c8f42ae94f59bfce8fd052ea0595 = L.popup({"maxWidth": "100%"}); |
|
|
|
var popup_a324419e69ee4ef2843c2c8be594f2fa = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_38abbe80c3c34362b6e9099f203f6dcb = $(`<div id="html_38abbe80c3c34362b6e9099f203f6dcb" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0]; |
|
|
|
popup_c5b5c8f42ae94f59bfce8fd052ea0595.setContent(html_38abbe80c3c34362b6e9099f203f6dcb); |
|
|
|
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_86cee3784d5b49db9af9fc4d466efd12.bindPopup(popup_c5b5c8f42ae94f59bfce8fd052ea0595) |
|
|
|
marker_839b710500994168b34f900562508923.bindPopup(popup_a324419e69ee4ef2843c2c8be594f2fa) |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_86cee3784d5b49db9af9fc4d466efd12.bindTooltip( |
|
|
|
marker_839b710500994168b34f900562508923.bindTooltip( |
|
|
|
`<div> |
|
|
|
ARTIST_NAME_HERE |
|
|
|
</div>`, |
|
|
@ -127,32 +127,32 @@ |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
var marker_5522d3f8cc594688869f816f0b40f5e0 = L.marker( |
|
|
|
var marker_703163c22dd04b2eb31f6d4e97c530b7 = L.marker( |
|
|
|
[52.54126, 13.368985], |
|
|
|
{} |
|
|
|
).addTo(map_50d38849c61c4829817ca1c69812780f); |
|
|
|
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291); |
|
|
|
|
|
|
|
|
|
|
|
var icon_7a6c048d9b464acb8cef44df2efb3528 = L.AwesomeMarkers.icon( |
|
|
|
var icon_2e63feeb116d42f79ec161366fe36aa3 = L.AwesomeMarkers.icon( |
|
|
|
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"} |
|
|
|
); |
|
|
|
marker_5522d3f8cc594688869f816f0b40f5e0.setIcon(icon_7a6c048d9b464acb8cef44df2efb3528); |
|
|
|
marker_703163c22dd04b2eb31f6d4e97c530b7.setIcon(icon_2e63feeb116d42f79ec161366fe36aa3); |
|
|
|
|
|
|
|
|
|
|
|
var popup_9606483243e44b33b8f304452f3f01b2 = L.popup({"maxWidth": "100%"}); |
|
|
|
var popup_48e426e59ac342549c8b94632a51577f = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_0e4453b8e0134c66a7480a68fd9555bf = $(`<div id="html_0e4453b8e0134c66a7480a68fd9555bf" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0]; |
|
|
|
popup_9606483243e44b33b8f304452f3f01b2.setContent(html_0e4453b8e0134c66a7480a68fd9555bf); |
|
|
|
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_5522d3f8cc594688869f816f0b40f5e0.bindPopup(popup_9606483243e44b33b8f304452f3f01b2) |
|
|
|
marker_703163c22dd04b2eb31f6d4e97c530b7.bindPopup(popup_48e426e59ac342549c8b94632a51577f) |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_5522d3f8cc594688869f816f0b40f5e0.bindTooltip( |
|
|
|
marker_703163c22dd04b2eb31f6d4e97c530b7.bindTooltip( |
|
|
|
`<div> |
|
|
|
ARTIST_NAME_HERE |
|
|
|
</div>`, |
|
|
@ -160,32 +160,32 @@ |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
var marker_0c6389b1f5f44f2192fed6e1cbd2ba39 = L.marker( |
|
|
|
var marker_b488de1a62094a96b74eda27c92d437e = L.marker( |
|
|
|
[52.516038, 13.294029], |
|
|
|
{} |
|
|
|
).addTo(map_50d38849c61c4829817ca1c69812780f); |
|
|
|
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291); |
|
|
|
|
|
|
|
|
|
|
|
var icon_7fa880bf1052482b814f65407e58573b = L.AwesomeMarkers.icon( |
|
|
|
var icon_d4a176d2be6d4a879f7081e078caef28 = L.AwesomeMarkers.icon( |
|
|
|
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"} |
|
|
|
); |
|
|
|
marker_0c6389b1f5f44f2192fed6e1cbd2ba39.setIcon(icon_7fa880bf1052482b814f65407e58573b); |
|
|
|
marker_b488de1a62094a96b74eda27c92d437e.setIcon(icon_d4a176d2be6d4a879f7081e078caef28); |
|
|
|
|
|
|
|
|
|
|
|
var popup_b5a4e3d7c1a7462baa93db7cd2cc83f7 = L.popup({"maxWidth": "100%"}); |
|
|
|
var popup_9faf8b98ba9f47b68af0182d573f0b4b = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_4b0228a283964135818f69aac6de9ca0 = $(`<div id="html_4b0228a283964135818f69aac6de9ca0" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0]; |
|
|
|
popup_b5a4e3d7c1a7462baa93db7cd2cc83f7.setContent(html_4b0228a283964135818f69aac6de9ca0); |
|
|
|
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_0c6389b1f5f44f2192fed6e1cbd2ba39.bindPopup(popup_b5a4e3d7c1a7462baa93db7cd2cc83f7) |
|
|
|
marker_b488de1a62094a96b74eda27c92d437e.bindPopup(popup_9faf8b98ba9f47b68af0182d573f0b4b) |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_0c6389b1f5f44f2192fed6e1cbd2ba39.bindTooltip( |
|
|
|
marker_b488de1a62094a96b74eda27c92d437e.bindTooltip( |
|
|
|
`<div> |
|
|
|
ARTIST_NAME_HERE |
|
|
|
</div>`, |
|
|
@ -193,32 +193,32 @@ |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
var marker_fe99560265a54d869fc0f2defb802a4f = L.marker( |
|
|
|
var marker_bf2f7218ce664900b5d930253b225266 = L.marker( |
|
|
|
[52.502256, 13.346028], |
|
|
|
{} |
|
|
|
).addTo(map_50d38849c61c4829817ca1c69812780f); |
|
|
|
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291); |
|
|
|
|
|
|
|
|
|
|
|
var icon_7ed29a93caca40b4b4074593caa6777c = L.AwesomeMarkers.icon( |
|
|
|
var icon_529b87e9a6744d66b7ad8dad20637f30 = L.AwesomeMarkers.icon( |
|
|
|
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"} |
|
|
|
); |
|
|
|
marker_fe99560265a54d869fc0f2defb802a4f.setIcon(icon_7ed29a93caca40b4b4074593caa6777c); |
|
|
|
marker_bf2f7218ce664900b5d930253b225266.setIcon(icon_529b87e9a6744d66b7ad8dad20637f30); |
|
|
|
|
|
|
|
|
|
|
|
var popup_2c1668a13e264dd3890da2de790e6bb6 = L.popup({"maxWidth": "100%"}); |
|
|
|
var popup_465fd2e8ec8c46bd859a479d48944cb7 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_3341ef5374354b2f89edc95d9700096a = $(`<div id="html_3341ef5374354b2f89edc95d9700096a" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0]; |
|
|
|
popup_2c1668a13e264dd3890da2de790e6bb6.setContent(html_3341ef5374354b2f89edc95d9700096a); |
|
|
|
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_fe99560265a54d869fc0f2defb802a4f.bindPopup(popup_2c1668a13e264dd3890da2de790e6bb6) |
|
|
|
marker_bf2f7218ce664900b5d930253b225266.bindPopup(popup_465fd2e8ec8c46bd859a479d48944cb7) |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_fe99560265a54d869fc0f2defb802a4f.bindTooltip( |
|
|
|
marker_bf2f7218ce664900b5d930253b225266.bindTooltip( |
|
|
|
`<div> |
|
|
|
ARTIST_NAME_HERE |
|
|
|
</div>`, |
|
|
@ -226,32 +226,32 @@ |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
var marker_9c892b8b9ac549c684f814cc5e1b98e3 = L.marker( |
|
|
|
[52.523263, 13.485609], |
|
|
|
var marker_028a2b3e38744adab8efee93b8a2a4fd = L.marker( |
|
|
|
[52.523244, 13.485684], |
|
|
|
{} |
|
|
|
).addTo(map_50d38849c61c4829817ca1c69812780f); |
|
|
|
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291); |
|
|
|
|
|
|
|
|
|
|
|
var icon_377758e4839249b9a99da21214ee76ea = L.AwesomeMarkers.icon( |
|
|
|
var icon_851f323a1e494bb89961582303bb35e9 = L.AwesomeMarkers.icon( |
|
|
|
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"} |
|
|
|
); |
|
|
|
marker_9c892b8b9ac549c684f814cc5e1b98e3.setIcon(icon_377758e4839249b9a99da21214ee76ea); |
|
|
|
marker_028a2b3e38744adab8efee93b8a2a4fd.setIcon(icon_851f323a1e494bb89961582303bb35e9); |
|
|
|
|
|
|
|
|
|
|
|
var popup_31f96171124841d1a96b551ff5ccb2d9 = L.popup({"maxWidth": "100%"}); |
|
|
|
var popup_21ef284a39154a6da3c531ba47ad25ca = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_2bb3b5f556664cbe8a84adba3b92dc3c = $(`<div id="html_2bb3b5f556664cbe8a84adba3b92dc3c" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0]; |
|
|
|
popup_31f96171124841d1a96b551ff5ccb2d9.setContent(html_2bb3b5f556664cbe8a84adba3b92dc3c); |
|
|
|
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_9c892b8b9ac549c684f814cc5e1b98e3.bindPopup(popup_31f96171124841d1a96b551ff5ccb2d9) |
|
|
|
marker_028a2b3e38744adab8efee93b8a2a4fd.bindPopup(popup_21ef284a39154a6da3c531ba47ad25ca) |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_9c892b8b9ac549c684f814cc5e1b98e3.bindTooltip( |
|
|
|
marker_028a2b3e38744adab8efee93b8a2a4fd.bindTooltip( |
|
|
|
`<div> |
|
|
|
ARTIST_NAME_HERE |
|
|
|
</div>`, |
|
|
@ -259,32 +259,32 @@ |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
var marker_bc972bc4fdae430a87193b6ed90d3481 = L.marker( |
|
|
|
var marker_0d83cff4fafc4e23b0b18754ab79edfc = L.marker( |
|
|
|
[52.478558, 13.419809], |
|
|
|
{} |
|
|
|
).addTo(map_50d38849c61c4829817ca1c69812780f); |
|
|
|
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291); |
|
|
|
|
|
|
|
|
|
|
|
var icon_b8c2cf5767ef4e6f838f303cf4fa8550 = L.AwesomeMarkers.icon( |
|
|
|
var icon_829f86f3b19c47959bfd2ee7f14b979d = L.AwesomeMarkers.icon( |
|
|
|
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"} |
|
|
|
); |
|
|
|
marker_bc972bc4fdae430a87193b6ed90d3481.setIcon(icon_b8c2cf5767ef4e6f838f303cf4fa8550); |
|
|
|
marker_0d83cff4fafc4e23b0b18754ab79edfc.setIcon(icon_829f86f3b19c47959bfd2ee7f14b979d); |
|
|
|
|
|
|
|
|
|
|
|
var popup_43e7b1c463b641c6a8f0e38cb15c6e8d = L.popup({"maxWidth": "100%"}); |
|
|
|
var popup_a54b01ef8c3946fe8643f82098379055 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_58ee20271c2f45849ed0494476c12709 = $(`<div id="html_58ee20271c2f45849ed0494476c12709" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0]; |
|
|
|
popup_43e7b1c463b641c6a8f0e38cb15c6e8d.setContent(html_58ee20271c2f45849ed0494476c12709); |
|
|
|
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_bc972bc4fdae430a87193b6ed90d3481.bindPopup(popup_43e7b1c463b641c6a8f0e38cb15c6e8d) |
|
|
|
marker_0d83cff4fafc4e23b0b18754ab79edfc.bindPopup(popup_a54b01ef8c3946fe8643f82098379055) |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_bc972bc4fdae430a87193b6ed90d3481.bindTooltip( |
|
|
|
marker_0d83cff4fafc4e23b0b18754ab79edfc.bindTooltip( |
|
|
|
`<div> |
|
|
|
ARTIST_NAME_HERE |
|
|
|
</div>`, |
|
|
@ -292,32 +292,32 @@ |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
var marker_4a9cf5cbd85a48e08039d946564b10c4 = L.marker( |
|
|
|
[52.507907, 13.306222], |
|
|
|
var marker_7afdc5c57e3d426eb90de5f899776369 = L.marker( |
|
|
|
[52.512429, 13.316471], |
|
|
|
{} |
|
|
|
).addTo(map_50d38849c61c4829817ca1c69812780f); |
|
|
|
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291); |
|
|
|
|
|
|
|
|
|
|
|
var icon_41c8098088d54f938cd84e7128fd5247 = L.AwesomeMarkers.icon( |
|
|
|
var icon_8a7da631df98476db61b6a3d502ae01a = L.AwesomeMarkers.icon( |
|
|
|
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"} |
|
|
|
); |
|
|
|
marker_4a9cf5cbd85a48e08039d946564b10c4.setIcon(icon_41c8098088d54f938cd84e7128fd5247); |
|
|
|
marker_7afdc5c57e3d426eb90de5f899776369.setIcon(icon_8a7da631df98476db61b6a3d502ae01a); |
|
|
|
|
|
|
|
|
|
|
|
var popup_84bff0fa155f4f7fb8b95cebd0fafc71 = L.popup({"maxWidth": "100%"}); |
|
|
|
var popup_0e1da11516304a9292739529cdbfe03d = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_27687378ba184e4092494a57b0bfb953 = $(`<div id="html_27687378ba184e4092494a57b0bfb953" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0]; |
|
|
|
popup_84bff0fa155f4f7fb8b95cebd0fafc71.setContent(html_27687378ba184e4092494a57b0bfb953); |
|
|
|
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_4a9cf5cbd85a48e08039d946564b10c4.bindPopup(popup_84bff0fa155f4f7fb8b95cebd0fafc71) |
|
|
|
marker_7afdc5c57e3d426eb90de5f899776369.bindPopup(popup_0e1da11516304a9292739529cdbfe03d) |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_4a9cf5cbd85a48e08039d946564b10c4.bindTooltip( |
|
|
|
marker_7afdc5c57e3d426eb90de5f899776369.bindTooltip( |
|
|
|
`<div> |
|
|
|
ARTIST_NAME_HERE |
|
|
|
</div>`, |
|
|
@ -325,32 +325,32 @@ |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
var marker_e8e682cffb0347d4a3c981624106dee1 = L.marker( |
|
|
|
var marker_e4b6d0226741409eaf88c7cc6d16d8c1 = L.marker( |
|
|
|
[52.525817, 13.404346], |
|
|
|
{} |
|
|
|
).addTo(map_50d38849c61c4829817ca1c69812780f); |
|
|
|
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291); |
|
|
|
|
|
|
|
|
|
|
|
var icon_91f2aefa694e47ce9c1ea859f4a012d8 = L.AwesomeMarkers.icon( |
|
|
|
var icon_6ade22642ec64ce2b7c9e7b16cf06105 = L.AwesomeMarkers.icon( |
|
|
|
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"} |
|
|
|
); |
|
|
|
marker_e8e682cffb0347d4a3c981624106dee1.setIcon(icon_91f2aefa694e47ce9c1ea859f4a012d8); |
|
|
|
marker_e4b6d0226741409eaf88c7cc6d16d8c1.setIcon(icon_6ade22642ec64ce2b7c9e7b16cf06105); |
|
|
|
|
|
|
|
|
|
|
|
var popup_f03c617ed3fa493ea12785eb8334837e = L.popup({"maxWidth": "100%"}); |
|
|
|
var popup_3e260d8d90fe45319ac0ec48d7787317 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_ce686ed1919f427798456629126c2d02 = $(`<div id="html_ce686ed1919f427798456629126c2d02" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0]; |
|
|
|
popup_f03c617ed3fa493ea12785eb8334837e.setContent(html_ce686ed1919f427798456629126c2d02); |
|
|
|
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_e8e682cffb0347d4a3c981624106dee1.bindPopup(popup_f03c617ed3fa493ea12785eb8334837e) |
|
|
|
marker_e4b6d0226741409eaf88c7cc6d16d8c1.bindPopup(popup_3e260d8d90fe45319ac0ec48d7787317) |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_e8e682cffb0347d4a3c981624106dee1.bindTooltip( |
|
|
|
marker_e4b6d0226741409eaf88c7cc6d16d8c1.bindTooltip( |
|
|
|
`<div> |
|
|
|
ARTIST_NAME_HERE |
|
|
|
</div>`, |
|
|
@ -358,32 +358,32 @@ |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
var marker_26c45a761a46403da912e5293508f0ae = L.marker( |
|
|
|
var marker_4e2e29c054874b54a56438e48415b887 = L.marker( |
|
|
|
[52.505015, 13.358382], |
|
|
|
{} |
|
|
|
).addTo(map_50d38849c61c4829817ca1c69812780f); |
|
|
|
).addTo(map_b1697a841bdc4418ac139dc0f9ed0291); |
|
|
|
|
|
|
|
|
|
|
|
var icon_981bf1c54a1c44bb84e33e693eec2283 = L.AwesomeMarkers.icon( |
|
|
|
var icon_376a899c38d94375b2f73659cb16b3bf = L.AwesomeMarkers.icon( |
|
|
|
{"extraClasses": "fa-rotate-0", "icon": "cloud", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"} |
|
|
|
); |
|
|
|
marker_26c45a761a46403da912e5293508f0ae.setIcon(icon_981bf1c54a1c44bb84e33e693eec2283); |
|
|
|
marker_4e2e29c054874b54a56438e48415b887.setIcon(icon_376a899c38d94375b2f73659cb16b3bf); |
|
|
|
|
|
|
|
|
|
|
|
var popup_dda7d815ff034d68bb36f02c3f6b99d4 = L.popup({"maxWidth": "100%"}); |
|
|
|
var popup_95e6d9920c6c4db7888501196688e087 = L.popup({"maxWidth": "100%"}); |
|
|
|
|
|
|
|
|
|
|
|
var html_88e6e043ca94433f988c1d2a5dece236 = $(`<div id="html_88e6e043ca94433f988c1d2a5dece236" style="width: 100.0%; height: 100.0%;"><strong>ARTIST_NAME + ARTWORK_TITLE<strong/></div>`)[0]; |
|
|
|
popup_dda7d815ff034d68bb36f02c3f6b99d4.setContent(html_88e6e043ca94433f988c1d2a5dece236); |
|
|
|
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_26c45a761a46403da912e5293508f0ae.bindPopup(popup_dda7d815ff034d68bb36f02c3f6b99d4) |
|
|
|
marker_4e2e29c054874b54a56438e48415b887.bindPopup(popup_95e6d9920c6c4db7888501196688e087) |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
marker_26c45a761a46403da912e5293508f0ae.bindTooltip( |
|
|
|
marker_4e2e29c054874b54a56438e48415b887.bindTooltip( |
|
|
|
`<div> |
|
|
|
ARTIST_NAME_HERE |
|
|
|
</div>`, |
|
|
|