forked from MapComplete/MapComplete
Lint layers
This commit is contained in:
parent
4190bf7933
commit
55c24c2bfe
6 changed files with 12 additions and 21 deletions
assets/layers
animal_shelter
charging_station
climbing_opportunity
drinking_water
questions
transit_stops
|
@ -118,4 +118,4 @@
|
|||
"description": {
|
||||
"en": "An animal shelter is a facility where animals in trouble are brought and facility's staff (volunteers or not) feeds them and cares of them, rehabilitating and healing them if necessary. This definition includes kennels for abandoned dogs, catteries for abandoned cats, shelters for other abandoned pets and wildlife recovery centres. "
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5466,4 +5466,4 @@
|
|||
},
|
||||
"neededChangesets": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -145,4 +145,4 @@
|
|||
"width": "2"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
"_closest_other_drinking_water_id=get(feat)('_closest_other_drinking_water')?.id",
|
||||
"_closest_other_drinking_water_distance=Math.floor(Number(get(feat)('_closest_other_drinking_water')?.distance))"
|
||||
],
|
||||
"minzoom": 13,
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
|
@ -206,7 +205,6 @@
|
|||
"amenity="
|
||||
]
|
||||
},
|
||||
"neededChangesets": 1,
|
||||
"nonDeleteMappings": [
|
||||
{
|
||||
"if": {
|
||||
|
|
|
@ -2400,7 +2400,9 @@
|
|||
},
|
||||
{
|
||||
"id": "sugar_free",
|
||||
"labels": ["diets"],
|
||||
"labels": [
|
||||
"diets"
|
||||
],
|
||||
"question": {
|
||||
"en": "Does this shop have a sugar free offering?",
|
||||
"de": "Verkauft das Geschäft zuckerfreie Produkte?"
|
||||
|
@ -2442,7 +2444,9 @@
|
|||
},
|
||||
{
|
||||
"id": "lactose_free",
|
||||
"labels": ["diets"],
|
||||
"labels": [
|
||||
"diets"
|
||||
],
|
||||
"question": {
|
||||
"en": "Does {title()} have a lactose-free offering?",
|
||||
"de": "Verkauft {title()} laktosefreie Produkte?"
|
||||
|
@ -2480,7 +2484,9 @@
|
|||
},
|
||||
{
|
||||
"id": "gluten_free",
|
||||
"labels": ["diets"],
|
||||
"labels": [
|
||||
"diets"
|
||||
],
|
||||
"question": {
|
||||
"en": "Does this shop have a gluten free offering?",
|
||||
"de": "Verkauft das Geschäft glutenfreie Produkte?"
|
||||
|
|
|
@ -42,19 +42,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"mapRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"icon": {
|
||||
"render": "./assets/layers/transit_stops/bus_stop.svg",
|
||||
"mappings": []
|
||||
},
|
||||
"label": "<div style=\"background: white; display: block\">{name}</div>"
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "stop_name",
|
||||
|
|
Loading…
Add table
Reference in a new issue