forked from MapComplete/MapComplete
fixed more small things
This commit is contained in:
parent
c7f4628116
commit
bd6ed338ae
15 changed files with 73 additions and 38 deletions
|
@ -156,6 +156,7 @@
|
|||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
"level",
|
||||
{
|
||||
"question": {
|
||||
"nl": "Wat is de naam van dit café?",
|
||||
|
|
|
@ -32,10 +32,10 @@
|
|||
"osmTags": {
|
||||
"and": [
|
||||
{
|
||||
"or": [
|
||||
"amenity=drinking_water",
|
||||
"drinking_water=yes"
|
||||
]
|
||||
"or": [
|
||||
"amenity=drinking_water",
|
||||
"drinking_water=yes"
|
||||
]
|
||||
},
|
||||
"man_made!=reservoir_covered",
|
||||
"access!=permissive",
|
||||
|
@ -258,4 +258,4 @@
|
|||
"es": "Una capa que muestra fuentes de agua potable",
|
||||
"fr": "Une couche montrant les fontaines d'eau potable"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -15,6 +15,7 @@
|
|||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
"multilevels",
|
||||
{
|
||||
"id": "operational_status",
|
||||
"question": {
|
||||
|
@ -156,4 +157,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -34,6 +34,7 @@
|
|||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
"level",
|
||||
{
|
||||
"id": "Entrance type",
|
||||
"question": {
|
||||
|
|
|
@ -137,6 +137,7 @@
|
|||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
"level",
|
||||
{
|
||||
"question": {
|
||||
"nl": "Wat is de naam van deze eetgelegenheid?",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "id_presets",
|
||||
"description": {
|
||||
"en": "Layer containing various presets and questions generated by ID. These are meant to be reused in other layers by importing the tagRenderings with `id_preset.<tagrendering>"
|
||||
"en": "Layer containing various presets and questions generated by ID. These are meant to be reused in other layers by importing the tagRenderings with `id_preset.<tagrendering>"
|
||||
},
|
||||
"#dont-translate": "*",
|
||||
"source": {
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
"level",
|
||||
{
|
||||
"id": "parking-type",
|
||||
"mappings": [
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
"level",
|
||||
{
|
||||
"question": {
|
||||
"en": "What material is this picnic table made of?",
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
"level",
|
||||
{
|
||||
"id": "desk-height",
|
||||
"question": {
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
},
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
"level",
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the name of this shop?",
|
||||
|
@ -97,7 +98,14 @@
|
|||
"freeform": {
|
||||
"key": "name"
|
||||
},
|
||||
"id": "shops-name"
|
||||
"id": "shops-name",
|
||||
"en": {
|
||||
"question": "What kind of shop is this?",
|
||||
"render": "This is a {shop}"
|
||||
},
|
||||
"nl": {
|
||||
"question": "Wat voor soort winkel is dit?"
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "id_presets.shop_types",
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
"level",
|
||||
{
|
||||
"question": {
|
||||
"en": "Are these toilets publicly accessible?",
|
||||
|
@ -526,7 +527,6 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"level",
|
||||
"description"
|
||||
],
|
||||
"filter": [
|
||||
|
@ -541,7 +541,10 @@
|
|||
"es": "Accesible con sillas de ruedas"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": ["wheelchair=yes", "wheelchair=designated"]
|
||||
"or": [
|
||||
"wheelchair=yes",
|
||||
"wheelchair=designated"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -619,7 +622,10 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"or": ["wheelchair=yes", "wheelchair=designated"]
|
||||
"or": [
|
||||
"wheelchair=yes",
|
||||
"wheelchair=designated"
|
||||
]
|
||||
},
|
||||
"then": "circle:white;./assets/layers/toilet/wheelchair.svg"
|
||||
},
|
||||
|
@ -634,7 +640,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
|
||||
"iconBadges": [
|
||||
{
|
||||
"if": "opening_hours~*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue