diff --git a/src/main/resources/views/website-detail.html b/src/main/resources/views/website-detail.html index 15aed8a..26b3d3d 100644 --- a/src/main/resources/views/website-detail.html +++ b/src/main/resources/views/website-detail.html @@ -51,11 +51,9 @@ bounds = L.latLngBounds(corner1, corner2) lCoordinate = L.latLng(latitude, longitude) map = L.map('map', { center: [ latitude, longitude ], zoom: 16, minZoom: 10, maxBounds: bounds, zoomSnap: 0.5 }) - L.tileLayer('https://api.tiles.mapbox.com/v4/kiezatlas.pd8lkp64/{z}/{x}/{y}.png?' // old style id="kiezatlas.map-feifsq6f" - + 'access_token=pk.eyJ1Ijoia2llemF0bGFzIiwiYSI6ImNpa3BndjU2ODAwYm53MGxzM3JtOXFmb2IifQ._PcBhOcfLYDD8RP3BS0U_g', { - attribution: 'Map data © OpenStreetMap contributors,' - + 'CC-BY-SA, Imagery © Mapbox', - id: 'kiezatlas.m7222ia5'}).addTo(map) + L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + attribution: 'Map data © OpenStreetMap contributors,' + + 'CC-BY-SA', maxZoom: 19}).addTo(map) // override map instance of leafletMap leafletMap.setup('map', false, map, 16) leafletMap.set_map_center(lCoordinate) @@ -192,7 +190,7 @@

Name des Angebots

@@ -262,8 +260,8 @@

- - Statistische Informationen zur Bevölkerungsstruktur in der Umgebung dieses Ortes + + Statistische Informationen zur Bevölkerungsstruktur in der Umgebung dieses Ortes (Stand: Juni 2020)
diff --git a/src/main/resources/views/website-edit.html b/src/main/resources/views/website-edit.html index 544a6e1..51d77f6 100755 --- a/src/main/resources/views/website-edit.html +++ b/src/main/resources/views/website-edit.html @@ -49,11 +49,9 @@ } document.cookie = " dm4_no_geocoding=true;" map = L.map('map', { scrollWheelZoom: true } ).setView(lCoordinate, (geoObjectId !== -1) ? 17 : 14) - L.tileLayer('https://api.tiles.mapbox.com/v4/kiezatlas.pd8lkp64/{z}/{x}/{y}.png?' // old style id="kiezatlas.map-feifsq6f" - + 'access_token=pk.eyJ1Ijoia2llemF0bGFzIiwiYSI6ImNpa3BndjU2ODAwYm53MGxzM3JtOXFmb2IifQ._PcBhOcfLYDD8RP3BS0U_g', { - attribution: 'Map data © OpenStreetMap contributors,' - + 'CC-BY-SA, Imagery © Mapbox', - id: 'kiezatlas.m7222ia5'}).addTo(map) + L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + attribution: 'Map data © OpenStreetMap contributors,' + + 'CC-BY-SA', maxZoom: 19}).addTo(map) draggableMarker = L.marker(lCoordinate, { draggable: true} ) draggableMarker.on('dragend', function(e) { var pos = draggableMarker.getLatLng() diff --git a/src/main/resources/views/website-grid.html b/src/main/resources/views/website-grid.html index 5c46d16..de9fe7d 100644 --- a/src/main/resources/views/website-grid.html +++ b/src/main/resources/views/website-grid.html @@ -81,7 +81,7 @@

Interessante Infos

-
+
Sozialraumdaten
- Unsere sozialraumorienterte Auswertung der Zahlen des Amtes für Statistik Berlin-Brandenburg ist wieder auf dem neuesten Stand. - Dazu wurde die Auswertung des Monitoring Soziale Stadt von 2015 auf 2017 aktualisiert. - Über den Sozialraumdaten-Stadtplan gelangen Sie mit zwei Klicks auf eine von 438 Auswertungen der Bevölkerungsstruktur in den Berliner Kiezen. + Unsere sozialraumorienterte Auswertung der Zahlen des Amtes für Statistik Berlin-Brandenburg ist wieder auf dem neuesten Stand (Juni 2020). + Über den Sozialraumdaten-Stadtplan gelangen Sie mit zwei Klicks auf eine von 438 Auswertungen der Bevölkerungsstruktur in den Berliner Kiez'en.
diff --git a/src/main/resources/views/website-lor.html b/src/main/resources/views/website-lor.html index eb42117..49e521a 100644 --- a/src/main/resources/views/website-lor.html +++ b/src/main/resources/views/website-lor.html @@ -55,10 +55,10 @@

Sozialraumdaten im Kiezatlas - Datenbank lebensweltlich orientierter Planung

Diese Karte zeigt den Status von 447 kleinräumlichen Planungseinheiten Berlins (LORs) aus dem Monitoring Soziale Stadt 2017. - Über die Auswahl eines Planungsraums in der Karte gelangen Sie zu den Kiezatlas-Sozialraumdaten. + Über die Auswahl eines Planungsraums in der Karte gelangen Sie zu den Kiezatlas-Sozialraumdaten (Stand: Juni 2020).

- Datenbasis der Sozialraumdaten:
Altersverteilung, Staatsangehörigkeit und Migration des Amts für Statistik Berlin Brandenburg (2011/12 - 2019/06), Monitoring Soziale Stadt (2017). + Datenbasis der Sozialraumdaten:
Altersverteilung, Staatsangehörigkeit und Migration des Amts für Statistik Berlin Brandenburg (2011/12 - 2020/06), Monitoring Soziale Stadt (2017).

diff --git a/src/main/resources/web/ka-map.js b/src/main/resources/web/ka-map.js index 82bcf18..33f4ca5 100755 --- a/src/main/resources/web/ka-map.js +++ b/src/main/resources/web/ka-map.js @@ -36,11 +36,9 @@ var leafletMap = (function($, L) { } else { map.map = new L.Map(elementId) map.elementId = elementId - L.tileLayer('https://api.tiles.mapbox.com/v4/kiezatlas.pd8lkp64/{z}/{x}/{y}.png?' // old style id="kiezatlas.map-feifsq6f" - + 'access_token=pk.eyJ1Ijoia2llemF0bGFzIiwiYSI6ImNpa3BndjU2ODAwYm53MGxzM3JtOXFmb2IifQ._PcBhOcfLYDD8RP3BS0U_g', { - attribution: 'Map data © OpenStreetMap contributors,' - + 'CC-BY-SA, Imagery © Mapbox', - id: 'kiezatlas.m7222ia5'}).addTo(map.map) + L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + attribution: 'Map data © OpenStreetMap contributors,' + + 'CC-BY-SA', maxZoom: 19}).addTo(map.map) } L.Util.setOptions(map.map, { dragging: true, touchZoom: true, scrollWheelZoom: false, doubleClickZoom: true, @@ -110,8 +108,8 @@ var leafletMap = (function($, L) { if (map.is_circle_query_active()) { mapping.circle_search_control = new L.CircleEditor( map.get_current_location_coords(), mapping.circle_search_radius, { - color: colors.ka_gold, weight: 3, opacity: .4, extendedIconClass: "extend-icon-medium", - className: "leaflet-search-control", clickable: false, zIndexOffset: 101, fillColor: colors.ka_gold + color: colors.ka_blue ,weight: 3, opacity: .4, extendedIconClass: "extend-icon-medium", + className: "leaflet-search-control", clickable: false, zIndexOffset: 101, fillColor: colors.m_blue }) mapping.control_group.addLayer(mapping.circle_search_control) mapping.circle_search_control.on('edit', function(event) { diff --git a/src/main/resources/web/ka-model.js b/src/main/resources/web/ka-model.js index 364d64e..efdc777 100644 --- a/src/main/resources/web/ka-model.js +++ b/src/main/resources/web/ka-model.js @@ -32,6 +32,7 @@ var model = { leafletMap.render_circle_search_control(fitBounds) console.log("Activating circle query control...") } else { + leafletMap.set_circle_control_fixed(true) leafletMap.render_circle_search_control(fitBounds) } }, diff --git a/src/main/resources/web/ka-monitoring.js b/src/main/resources/web/ka-monitoring.js index 3e31add..c729264 100644 --- a/src/main/resources/web/ka-monitoring.js +++ b/src/main/resources/web/ka-monitoring.js @@ -210,7 +210,7 @@ $(document).ready(function () { infoEW = features[i].get('EW'); infoLink = features[i].get('SCHLUESSEL'); } - var link = 'Link zur Auswertung
' + var link = 'Link zur Auswertung
' var statusDyn = 'Status Index: ' + (infoStatus).toFixed(2) + ', ' + 'Dynamik: ' + infoDyn + '
' if (infoDyn == null) { link = "Keine Auswertung aufgrund zu geringer Einwohnerzahl, "