Merge branch 'develop' into RobinLinde-patch-7
This commit is contained in:
commit
df61fba10c
120 changed files with 3188 additions and 411 deletions
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue