From 4275484e5b571b2dca2492b9ea75057c19f41aab Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 17 Aug 2023 13:40:30 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Berlin=20Stra=C3=9Fenbefahrung=202014?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../europe/de/BerlinStrassenbefahrung.geojson | 92 +++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 sources/europe/de/BerlinStrassenbefahrung.geojson diff --git a/sources/europe/de/BerlinStrassenbefahrung.geojson b/sources/europe/de/BerlinStrassenbefahrung.geojson new file mode 100644 index 000000000..10b56023a --- /dev/null +++ b/sources/europe/de/BerlinStrassenbefahrung.geojson @@ -0,0 +1,92 @@ +{ + "type": "Feature", + "properties": { + "id": "Berlin-Strassenbefahrung-2014", + "name": "Berlin/Geoportal Straßenbefahrung 2014", + "type": "tms", + "category": "other", + "url": "https://mapproxy.codefor.de/tiles/1.0.0/strassenbefahrung/mercator/{zoom}/{x}/{y}.png", + "start_date": "2014", + "end_date": "2015", + "country_code": "DE", + "best": false, + "attribution": { + "text": "Geoportal Berlin/Straßenbefahrung 2014 (codefor.de proxy)", + "required": true + }, + "license_url": "https://wiki.openstreetmap.org/wiki/File:2019-06-03_Datenlizenz_Deutschland_Berlin_OSM.pdf", + "privacy_policy_url": "https://codefor.de/datenschutz/", + "max_zoom": 21 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [13.29535, 52.392], + [13.35417, 52.39279], + [13.38418, 52.36617], + [13.42861, 52.36674], + [13.44254, 52.38473], + [13.53103, 52.38581], + [13.5313, 52.37719], + [13.58956, 52.37786], + [13.61959, 52.36012], + [13.62038, 52.33319], + [13.66454, 52.33367], + [13.66428, 52.34287], + [13.67876, 52.34302], + [13.67826, 52.36081], + [13.70772, 52.36111], + [13.70722, 52.37923], + [13.75097, 52.39814], + [13.75027, 52.42468], + [13.76454, 52.42482], + [13.7636, 52.46069], + [13.73406, 52.4604], + [13.7188, 52.47807], + [13.68929, 52.48692], + [13.65989, 52.48661], + [13.65912, 52.51344], + [13.67365, 52.51359], + [13.67314, 52.53139], + [13.65822, 52.53124], + [13.62826, 52.55788], + [13.5988, 52.55755], + [13.59798, 52.58464], + [13.56782, 52.59313], + [13.53842, 52.59279], + [13.52345, 52.6017], + [13.52288, 52.61946], + [13.53757, 52.61964], + [13.53643, 52.6558], + [13.50681, 52.65545], + [13.50593, 52.68261], + [13.44682, 52.68189], + [13.43254, 52.67251], + [13.43315, 52.65458], + [13.32953, 52.65323], + [13.31405, 52.67086], + [13.26973, 52.67025], + [13.27041, 52.65222], + [13.21212, 52.63346], + [13.18403, 52.60593], + [13.13972, 52.60527], + [13.11055, 52.59579], + [13.11534, 52.47934], + [13.10073, 52.47912], + [13.10259, 52.43394], + [13.07356, 52.42447], + [13.07431, 52.4067], + [13.08906, 52.40693], + [13.11888, 52.38921], + [13.11926, 52.38001], + [13.14877, 52.38046], + [13.14839, 52.3897], + [13.19241, 52.39035], + [13.19206, 52.39937], + [13.29502, 52.40083], + [13.29535, 52.392] + ] + ] + } +}