Commit 71d4c27e authored by Eric Duminil's avatar Eric Duminil
Browse files

Updated versions

parent b007b252
Pipeline #11037 passed with stages
in 10 seconds
.leaflet-control-geocoder{border-radius:4px;background:#fff;min-width:26px;min-height:26px}.leaflet-touch .leaflet-control-geocoder{min-width:30px;min-height:30px}.leaflet-control-geocoder a,.leaflet-control-geocoder .leaflet-control-geocoder-icon{border-bottom:none;display:inline-block}.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a{width:inherit;height:inherit;line-height:inherit}.leaflet-control-geocoder a:hover,.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover{border-bottom:none;display:inline-block}.leaflet-control-geocoder-form{display:none;vertical-align:middle}.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form{display:inline-block}.leaflet-control-geocoder-form input{font-size:120%;border:0;background-color:transparent;width:246px}.leaflet-control-geocoder-icon{border-radius:4px;width:26px;height:26px;border:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.2 13l3.4 6.6c.6 1.1 2.5-.4 2-1.2l-4-6.2z'/%3E%3Ccircle cx='10.8' cy='8.9' r='3.9' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;cursor:pointer}.leaflet-touch .leaflet-control-geocoder-icon{width:30px;height:30px}.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23000' stroke-linecap='round' stroke-width='1.6' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cg%3E%3Cpath stroke-opacity='.1' d='M14 8.4l3-5'/%3E%3Cpath stroke-opacity='.2' d='M15.6 10l5-3'/%3E%3Cpath stroke-opacity='.3' d='M16.2 12H22'/%3E%3Cpath stroke-opacity='.4' d='M15.6 14l5 3m-6.5-1.4l2.9 5'/%3E%3Cpath stroke-opacity='.5' d='M12 16.2V22m-2-6.4l-3 5'/%3E%3Cpath stroke-opacity='.6' d='M8.4 14l-5 3'/%3E%3Cpath stroke-opacity='.7' d='M7.8 12H2'/%3E%3Cpath stroke-opacity='.8' d='M8.4 10l-5-3'/%3E%3Cpath stroke-opacity='.9' d='M10 8.4l-3-5'/%3E%3Cpath d='M12 7.8V2'/%3E%3CanimateTransform attributeName='transform' calcMode='discrete' dur='1s' repeatCount='indefinite' type='rotate' values='0 12 12;30 12 12;60 12 12;90 12 12;120 12 12;150 12 12;180 12 12;210 12 12;240 12 12;270 12 12;300 12 12;330 12 12'/%3E%3C/g%3E%3C/svg%3E")}.leaflet-control-geocoder-form-no-error{display:none}.leaflet-control-geocoder-form input:focus{outline:none}.leaflet-control-geocoder-form button{display:none}.leaflet-control-geocoder-error{margin-top:8px;margin-left:8px;display:block;color:#444}.leaflet-control-geocoder-alternatives{display:block;width:272px;list-style:none;padding:0;margin:0}.leaflet-control-geocoder-alternatives-minimized{display:none;height:0}.leaflet-control-geocoder-alternatives li{white-space:nowrap;display:block;overflow:hidden;padding:5px 8px;text-overflow:ellipsis;border-bottom:1px solid #ccc;cursor:pointer}.leaflet-control-geocoder-alternatives li a,.leaflet-control-geocoder-alternatives li a:hover{width:inherit;height:inherit;line-height:inherit;background:inherit;border-radius:inherit;text-align:left}.leaflet-control-geocoder-alternatives li:last-child{border-bottom:none}.leaflet-control-geocoder-alternatives li:hover,.leaflet-control-geocoder-selected{background-color:#f5f5f5}.leaflet-control-geocoder-address-context{color:#666}
This diff is collapsed.
......@@ -25,7 +25,7 @@
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_ab0380794fce0cfbe201d6de66e2ab2a {
#map_1c2d4d9114b2a94b14b3dc5e66d431ee {
position: relative;
width: 100.0%;
height: 100.0%;
......@@ -35,15 +35,27 @@
.leaflet-container { font-size: 1rem; }
</style>
<script src="https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css"/>
<script src="./Control.Geocoder.js"></script>
<link rel="stylesheet" href="./Control.Geocoder.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/leaflet.markercluster.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/MarkerCluster.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/MarkerCluster.Default.css"/>
</head>
<body>
<h1>Quartiersarchetypen in Baden-Württemberg</h1>
<div style="position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
z-index: 999;
background-color: white;
padding: 5px 10px;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,0.3);">
<h3 style="margin: 0; font-size:16px;"><b>Quartiersarchetypen in Baden-Württemberg</b></h3>
</div>
<script>
// Wait for the page to fully load
......@@ -102,15 +114,15 @@
</script>
<div class="folium-map" id="map_ab0380794fce0cfbe201d6de66e2ab2a" ></div>
<div class="folium-map" id="map_1c2d4d9114b2a94b14b3dc5e66d431ee" ></div>
</body>
<script>
const qa_names = ['QA1 (EFH/ZFH)', 'QA2 (MFH)', 'QA3 (MFH groß)', 'QA4 (Innenstadtwohnen)', 'QA5 (Gewerbe)'];const qa_colors = ['cadetblue', 'darkgreen', 'darkred', 'beige', 'black'];const qa_icons = ['house-chimney', 'building', 'city', 'landmark', 'industry']
var map_ab0380794fce0cfbe201d6de66e2ab2a = L.map(
"map_ab0380794fce0cfbe201d6de66e2ab2a",
var map_1c2d4d9114b2a94b14b3dc5e66d431ee = L.map(
"map_1c2d4d9114b2a94b14b3dc5e66d431ee",
{
center: [0.0, 0.0],
crs: L.CRS.EPSG3857,
......@@ -123,20 +135,20 @@
 
}
);
L.control.scale().addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
L.control.scale().addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
 
 
map_ab0380794fce0cfbe201d6de66e2ab2a.fitBounds(
map_1c2d4d9114b2a94b14b3dc5e66d431ee.fitBounds(
[[47.53564, 7.52587], [49.78976, 10.4856]],
{}
);
 
var geocoderOpts_geocoder_291fd861f201852fb40cef15a7a77b63 = {
var geocoderOpts_geocoder_fcbdf965970c05c017ea03112b1ef664 = {
"collapsed": false,
"position": "topright",
"defaultMarkGeocode": true,
......@@ -147,23 +159,23 @@
};
 
// note: geocoder name should start with lowercase
var geocoderName_geocoder_291fd861f201852fb40cef15a7a77b63 = geocoderOpts_geocoder_291fd861f201852fb40cef15a7a77b63["provider"];
var geocoderName_geocoder_fcbdf965970c05c017ea03112b1ef664 = geocoderOpts_geocoder_fcbdf965970c05c017ea03112b1ef664["provider"];
 
var customGeocoder_geocoder_291fd861f201852fb40cef15a7a77b63 = L.Control.Geocoder[ geocoderName_geocoder_291fd861f201852fb40cef15a7a77b63 ](
geocoderOpts_geocoder_291fd861f201852fb40cef15a7a77b63['providerOptions']
var customGeocoder_geocoder_fcbdf965970c05c017ea03112b1ef664 = L.Control.Geocoder[ geocoderName_geocoder_fcbdf965970c05c017ea03112b1ef664 ](
geocoderOpts_geocoder_fcbdf965970c05c017ea03112b1ef664['providerOptions']
);
geocoderOpts_geocoder_291fd861f201852fb40cef15a7a77b63["geocoder"] = customGeocoder_geocoder_291fd861f201852fb40cef15a7a77b63;
geocoderOpts_geocoder_fcbdf965970c05c017ea03112b1ef664["geocoder"] = customGeocoder_geocoder_fcbdf965970c05c017ea03112b1ef664;
 
L.Control.geocoder(
geocoderOpts_geocoder_291fd861f201852fb40cef15a7a77b63
geocoderOpts_geocoder_fcbdf965970c05c017ea03112b1ef664
).on('markgeocode', function(e) {
var zoom = geocoderOpts_geocoder_291fd861f201852fb40cef15a7a77b63['zoom'] || map_ab0380794fce0cfbe201d6de66e2ab2a.getZoom();
map_ab0380794fce0cfbe201d6de66e2ab2a.setView(e.geocode.center, zoom);
}).addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
var zoom = geocoderOpts_geocoder_fcbdf965970c05c017ea03112b1ef664['zoom'] || map_1c2d4d9114b2a94b14b3dc5e66d431ee.getZoom();
map_1c2d4d9114b2a94b14b3dc5e66d431ee.setView(e.geocode.center, zoom);
}).addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
 
var tile_layer_7b252588b861f897a4bf25b1bc2b9272 = L.tileLayer(
var tile_layer_1bc05716b324a7c9ca9d7727a369d61a = L.tileLayer(
"https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",
{
"minZoom": 0,
......@@ -180,10 +192,10 @@
);
tile_layer_7b252588b861f897a4bf25b1bc2b9272.addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
tile_layer_1bc05716b324a7c9ca9d7727a369d61a.addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
var tile_layer_aea7df31e2a8413483b4312446d913cd = L.tileLayer(
var tile_layer_c8a8ad9f5917b4d39a42605b1599fc07 = L.tileLayer(
"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
{
"minZoom": 0,
......@@ -200,10 +212,10 @@
);
tile_layer_aea7df31e2a8413483b4312446d913cd.addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
tile_layer_c8a8ad9f5917b4d39a42605b1599fc07.addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
var fast_marker_cluster_c41ff8a3de36e81e520368869ee42361 = (function(){
var fast_marker_cluster_b8f07b41a7accfe91c9b3eec75c899f5 = (function(){
var callback = function (row) {
let [lat, lon, plz, qa, inhabitants, distribution] = row;
var marker = L.marker(new L.LatLng(lat, lon), { color: "red" });
......@@ -295,15 +307,15 @@
marker.addTo(cluster);
}
 
cluster.addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
cluster.addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
return cluster;
})();
fast_marker_cluster_c41ff8a3de36e81e520368869ee42361.addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
fast_marker_cluster_b8f07b41a7accfe91c9b3eec75c899f5.addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
var fast_marker_cluster_a0d750ea7d2729b0c87b8d05b23b12e5 = (function(){
var fast_marker_cluster_0f0064ea86212560dc42a46011ece6d4 = (function(){
var callback = function (row) {
let [lat, lon, plz, qa, inhabitants, distribution] = row;
var marker = L.marker(new L.LatLng(lat, lon), { color: "red" });
......@@ -395,15 +407,15 @@
marker.addTo(cluster);
}
 
cluster.addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
cluster.addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
return cluster;
})();
fast_marker_cluster_a0d750ea7d2729b0c87b8d05b23b12e5.addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
fast_marker_cluster_0f0064ea86212560dc42a46011ece6d4.addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
var fast_marker_cluster_49d8feed25e92d6d3868b01178eb4747 = (function(){
var fast_marker_cluster_6b32f096a999241449f943d86bfcea6d = (function(){
var callback = function (row) {
let [lat, lon, plz, qa, inhabitants, distribution] = row;
var marker = L.marker(new L.LatLng(lat, lon), { color: "red" });
......@@ -495,15 +507,15 @@
marker.addTo(cluster);
}
 
cluster.addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
cluster.addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
return cluster;
})();
fast_marker_cluster_49d8feed25e92d6d3868b01178eb4747.addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
fast_marker_cluster_6b32f096a999241449f943d86bfcea6d.addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
var fast_marker_cluster_354d3b7caafd7203a37a488b4736a028 = (function(){
var fast_marker_cluster_2c183eec561457d06fd0d0937d5028eb = (function(){
var callback = function (row) {
let [lat, lon, plz, qa, inhabitants, distribution] = row;
var marker = L.marker(new L.LatLng(lat, lon), { color: "red" });
......@@ -595,15 +607,15 @@
marker.addTo(cluster);
}
 
cluster.addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
cluster.addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
return cluster;
})();
fast_marker_cluster_354d3b7caafd7203a37a488b4736a028.addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
fast_marker_cluster_2c183eec561457d06fd0d0937d5028eb.addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
var fast_marker_cluster_df7d2e4306ceadadabd8eb48c24f09c9 = (function(){
var fast_marker_cluster_0844d0c5541f56e588ec7f7551c0f817 = (function(){
var callback = function (row) {
let [lat, lon, plz, qa, inhabitants, distribution] = row;
var marker = L.marker(new L.LatLng(lat, lon), { color: "red" });
......@@ -695,36 +707,36 @@
marker.addTo(cluster);
}
 
cluster.addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
cluster.addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
return cluster;
})();
fast_marker_cluster_df7d2e4306ceadadabd8eb48c24f09c9.addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
fast_marker_cluster_0844d0c5541f56e588ec7f7551c0f817.addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
var layer_control_9e19cbfa13aaad6d6ca71aaa21ca7898_layers = {
var layer_control_80ae81dcf8f25df26ce8c5044cdfdcc2_layers = {
base_layers : {
"CartoDB" : tile_layer_7b252588b861f897a4bf25b1bc2b9272,
"Satellite" : tile_layer_aea7df31e2a8413483b4312446d913cd,
"CartoDB" : tile_layer_1bc05716b324a7c9ca9d7727a369d61a,
"Satellite" : tile_layer_c8a8ad9f5917b4d39a42605b1599fc07,
},
overlays : {
"QA1 (EFH/ZFH)" : fast_marker_cluster_c41ff8a3de36e81e520368869ee42361,
"QA2 (MFH)" : fast_marker_cluster_a0d750ea7d2729b0c87b8d05b23b12e5,
"QA3 (MFH gro\u00df)" : fast_marker_cluster_49d8feed25e92d6d3868b01178eb4747,
"QA4 (Innenstadtwohnen)" : fast_marker_cluster_354d3b7caafd7203a37a488b4736a028,
"QA5 (Gewerbe)" : fast_marker_cluster_df7d2e4306ceadadabd8eb48c24f09c9,
"QA1 (EFH/ZFH)" : fast_marker_cluster_b8f07b41a7accfe91c9b3eec75c899f5,
"QA2 (MFH)" : fast_marker_cluster_0f0064ea86212560dc42a46011ece6d4,
"QA3 (MFH gro\u00df)" : fast_marker_cluster_6b32f096a999241449f943d86bfcea6d,
"QA4 (Innenstadtwohnen)" : fast_marker_cluster_2c183eec561457d06fd0d0937d5028eb,
"QA5 (Gewerbe)" : fast_marker_cluster_0844d0c5541f56e588ec7f7551c0f817,
},
};
let layer_control_9e19cbfa13aaad6d6ca71aaa21ca7898 = L.control.layers(
layer_control_9e19cbfa13aaad6d6ca71aaa21ca7898_layers.base_layers,
layer_control_9e19cbfa13aaad6d6ca71aaa21ca7898_layers.overlays,
let layer_control_80ae81dcf8f25df26ce8c5044cdfdcc2 = L.control.layers(
layer_control_80ae81dcf8f25df26ce8c5044cdfdcc2_layers.base_layers,
layer_control_80ae81dcf8f25df26ce8c5044cdfdcc2_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_ab0380794fce0cfbe201d6de66e2ab2a);
).addTo(map_1c2d4d9114b2a94b14b3dc5e66d431ee);
 
</script>
......@@ -35,15 +35,27 @@
.leaflet-container { font-size: 1rem; }
</style>
<script src="https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css"/>
<script src="./Control.Geocoder.js"></script>
<link rel="stylesheet" href="./Control.Geocoder.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/leaflet.markercluster.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/MarkerCluster.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/MarkerCluster.Default.css"/>
</head>
<body>
<h1>Quartiersarchetypen (Trainingsdaten)</h1>
<div style="position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
z-index: 999;
background-color: white;
padding: 5px 10px;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,0.3);">
<h3 style="margin: 0; font-size:16px;"><b>Quartiersarchetypen (Trainingsdaten)</b></h3>
</div>
<script>
// Wait for the page to fully load
......@@ -136,7 +148,7 @@
coordinateControl.onAdd = function(_map) {
this._div = L.DomUtil.create('div', 'coordinate-info');
this._div.style.padding = '5px 10px 30px 10px';
this._div.style.padding = '5px 10px 10px 10px';
this._div.style.background = 'rgba(255,255,255,0.8)';
this._div.style.border = '1px solid #ccc';
this._div.style.borderRadius = '5px';
......@@ -453,7 +465,7 @@
var geocoderOpts_geocoder_3c26d214cd8be2d73172dcb832a13b2d = {
var geocoderOpts_geocoder_3d7efe9730b6e78acf80b16e5d63e5f4 = {
"collapsed": false,
"position": "topright",
"defaultMarkGeocode": true,
......@@ -464,23 +476,23 @@
};
// note: geocoder name should start with lowercase
var geocoderName_geocoder_3c26d214cd8be2d73172dcb832a13b2d = geocoderOpts_geocoder_3c26d214cd8be2d73172dcb832a13b2d["provider"];
var geocoderName_geocoder_3d7efe9730b6e78acf80b16e5d63e5f4 = geocoderOpts_geocoder_3d7efe9730b6e78acf80b16e5d63e5f4["provider"];
var customGeocoder_geocoder_3c26d214cd8be2d73172dcb832a13b2d = L.Control.Geocoder[ geocoderName_geocoder_3c26d214cd8be2d73172dcb832a13b2d ](
geocoderOpts_geocoder_3c26d214cd8be2d73172dcb832a13b2d['providerOptions']
var customGeocoder_geocoder_3d7efe9730b6e78acf80b16e5d63e5f4 = L.Control.Geocoder[ geocoderName_geocoder_3d7efe9730b6e78acf80b16e5d63e5f4 ](
geocoderOpts_geocoder_3d7efe9730b6e78acf80b16e5d63e5f4['providerOptions']
);
geocoderOpts_geocoder_3c26d214cd8be2d73172dcb832a13b2d["geocoder"] = customGeocoder_geocoder_3c26d214cd8be2d73172dcb832a13b2d;
geocoderOpts_geocoder_3d7efe9730b6e78acf80b16e5d63e5f4["geocoder"] = customGeocoder_geocoder_3d7efe9730b6e78acf80b16e5d63e5f4;
L.Control.geocoder(
geocoderOpts_geocoder_3c26d214cd8be2d73172dcb832a13b2d
geocoderOpts_geocoder_3d7efe9730b6e78acf80b16e5d63e5f4
).on('markgeocode', function(e) {
var zoom = geocoderOpts_geocoder_3c26d214cd8be2d73172dcb832a13b2d['zoom'] || germany_1.getZoom();
var zoom = geocoderOpts_geocoder_3d7efe9730b6e78acf80b16e5d63e5f4['zoom'] || germany_1.getZoom();
germany_1.setView(e.geocode.center, zoom);
}).addTo(germany_1);
var tile_layer_b7bc27f856805acac01a980f75834583 = L.tileLayer(
var tile_layer_eb3895b76979b6e18e6104591be16d89 = L.tileLayer(
"https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",
{
"minZoom": 0,
......@@ -497,10 +509,10 @@
);
tile_layer_b7bc27f856805acac01a980f75834583.addTo(germany_1);
tile_layer_eb3895b76979b6e18e6104591be16d89.addTo(germany_1);
var tile_layer_c3363aaa7824c1302312bd74a6975a6a = L.tileLayer(
var tile_layer_560fb4a4dd82ac80ca622542aea19387 = L.tileLayer(
"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
{
"minZoom": 0,
......@@ -517,10 +529,10 @@
);
tile_layer_c3363aaa7824c1302312bd74a6975a6a.addTo(germany_1);
tile_layer_560fb4a4dd82ac80ca622542aea19387.addTo(germany_1);
var fast_marker_cluster_03fd76055acee142fe4a67166a048097 = (function(){
var fast_marker_cluster_032d9e27559be3fa835838d1998c5a5e = (function(){
var callback = function (row) {
let [lat, lon, plz, qa, inhabitants, distribution] = row;
var marker = L.marker(new L.LatLng(lat, lon), { color: "red" });
......@@ -617,10 +629,10 @@
})();
fast_marker_cluster_03fd76055acee142fe4a67166a048097.addTo(germany_1);
fast_marker_cluster_032d9e27559be3fa835838d1998c5a5e.addTo(germany_1);
var fast_marker_cluster_0de630167e261f2c8263421921739ad1 = (function(){
var fast_marker_cluster_7edde5ded0c05d10327357a2eed46233 = (function(){
var callback = function (row) {
let [lat, lon, plz, qa, inhabitants, distribution] = row;
var marker = L.marker(new L.LatLng(lat, lon), { color: "red" });
......@@ -717,10 +729,10 @@
})();
fast_marker_cluster_0de630167e261f2c8263421921739ad1.addTo(germany_1);
fast_marker_cluster_7edde5ded0c05d10327357a2eed46233.addTo(germany_1);
var fast_marker_cluster_9b01d94fb592b0c553d77521c8a5be50 = (function(){
var fast_marker_cluster_d60c4e65fb903dd853a127587bc60cba = (function(){
var callback = function (row) {
let [lat, lon, plz, qa, inhabitants, distribution] = row;
var marker = L.marker(new L.LatLng(lat, lon), { color: "red" });
......@@ -817,10 +829,10 @@
})();
fast_marker_cluster_9b01d94fb592b0c553d77521c8a5be50.addTo(germany_1);
fast_marker_cluster_d60c4e65fb903dd853a127587bc60cba.addTo(germany_1);
var fast_marker_cluster_1422c34e2494a2b6ad2cbb10c2cf87aa = (function(){
var fast_marker_cluster_51336e74cbd1c6876bfa2a838fcac8c2 = (function(){
var callback = function (row) {
let [lat, lon, plz, qa, inhabitants, distribution] = row;
var marker = L.marker(new L.LatLng(lat, lon), { color: "red" });
......@@ -917,10 +929,10 @@
})();
fast_marker_cluster_1422c34e2494a2b6ad2cbb10c2cf87aa.addTo(germany_1);
fast_marker_cluster_51336e74cbd1c6876bfa2a838fcac8c2.addTo(germany_1);
var fast_marker_cluster_e3ae000cea2e8b1f380970a0b804b6ab = (function(){
var fast_marker_cluster_62315c37443d08635d374b7d86f8316c = (function(){
var callback = function (row) {
let [lat, lon, plz, qa, inhabitants, distribution] = row;
var marker = L.marker(new L.LatLng(lat, lon), { color: "red" });
......@@ -1017,25 +1029,25 @@
})();
fast_marker_cluster_e3ae000cea2e8b1f380970a0b804b6ab.addTo(germany_1);
fast_marker_cluster_62315c37443d08635d374b7d86f8316c.addTo(germany_1);
var layer_control_59a0c0a8f9013842a0ce3981d09718fb_layers = {
var layer_control_fea8c2411272f97d09b6c356575c6d81_layers = {
base_layers : {
"CartoDB" : tile_layer_b7bc27f856805acac01a980f75834583,
"Satellite" : tile_layer_c3363aaa7824c1302312bd74a6975a6a,
"CartoDB" : tile_layer_eb3895b76979b6e18e6104591be16d89,
"Satellite" : tile_layer_560fb4a4dd82ac80ca622542aea19387,
},
overlays : {
"QA1 (EFH/ZFH)" : fast_marker_cluster_03fd76055acee142fe4a67166a048097,
"QA2 (MFH)" : fast_marker_cluster_0de630167e261f2c8263421921739ad1,
"QA3 (MFH gro\u00df)" : fast_marker_cluster_9b01d94fb592b0c553d77521c8a5be50,
"QA4 (Innenstadtwohnen)" : fast_marker_cluster_1422c34e2494a2b6ad2cbb10c2cf87aa,
"QA5 (Gewerbe)" : fast_marker_cluster_e3ae000cea2e8b1f380970a0b804b6ab,
"QA1 (EFH/ZFH)" : fast_marker_cluster_032d9e27559be3fa835838d1998c5a5e,
"QA2 (MFH)" : fast_marker_cluster_7edde5ded0c05d10327357a2eed46233,
"QA3 (MFH gro\u00df)" : fast_marker_cluster_d60c4e65fb903dd853a127587bc60cba,
"QA4 (Innenstadtwohnen)" : fast_marker_cluster_51336e74cbd1c6876bfa2a838fcac8c2,
"QA5 (Gewerbe)" : fast_marker_cluster_62315c37443d08635d374b7d86f8316c,
},
};
let layer_control_59a0c0a8f9013842a0ce3981d09718fb = L.control.layers(
layer_control_59a0c0a8f9013842a0ce3981d09718fb_layers.base_layers,
layer_control_59a0c0a8f9013842a0ce3981d09718fb_layers.overlays,
let layer_control_fea8c2411272f97d09b6c356575c6d81 = L.control.layers(
layer_control_fea8c2411272f97d09b6c356575c6d81_layers.base_layers,
layer_control_fea8c2411272f97d09b6c356575c6d81_layers.overlays,
{
"position": "topright",
"collapsed": false,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment