Merge branch 'develop' into RobinLinde-patch-7

This commit is contained in:
Robin van der Linde 2023-01-29 14:13:09 +01:00
commit df61fba10c
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
120 changed files with 3188 additions and 411 deletions

View file

@ -147,6 +147,7 @@
"tagRenderings": [
"images",
{
"condition": "_referencing_ways~*",
"question": {
"en": "Can a bicycle go past this barrier?",
"nl": "Kan een fietser langs deze barrière?",
@ -410,7 +411,8 @@
"condition": {
"and": [
"cycle_barrier!=double",
"cycle_barrier!=triple"
"cycle_barrier!=triple",
"_referencing_ways~*"
]
},
"freeform": {

View file

@ -11,7 +11,8 @@
}
},
"source": {
"geoJson": "https://raw.githubusercontent.com/osmlab/osm-community-index/main/dist/completeFeatureCollection.json",
"geoJson": "https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/community_index/tile_{z}_{x}_{y}.geojson",
"geoJsonZoomLevel": 6,
"osmTags": "resources~*",
"isOsmCache": false
},
@ -142,4 +143,4 @@
"en": "A layer showing the OpenStreetMap Communities",
"de": "Eine Ebene aller OpenStreetMap-Communities"
}
}
}