Lint layers

This commit is contained in:
Pieter Vander Vennet 2023-10-26 16:10:36 +02:00
parent 4190bf7933
commit 55c24c2bfe
6 changed files with 12 additions and 21 deletions

View file

@ -118,4 +118,4 @@
"description": { "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. " "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. "
} }
} }

View file

@ -5466,4 +5466,4 @@
}, },
"neededChangesets": 10 "neededChangesets": 10
} }
} }

View file

@ -145,4 +145,4 @@
"width": "2" "width": "2"
} }
] ]
} }

View file

@ -48,7 +48,6 @@
"_closest_other_drinking_water_id=get(feat)('_closest_other_drinking_water')?.id", "_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))" "_closest_other_drinking_water_distance=Math.floor(Number(get(feat)('_closest_other_drinking_water')?.distance))"
], ],
"minzoom": 13,
"presets": [ "presets": [
{ {
"title": { "title": {
@ -206,7 +205,6 @@
"amenity=" "amenity="
] ]
}, },
"neededChangesets": 1,
"nonDeleteMappings": [ "nonDeleteMappings": [
{ {
"if": { "if": {

View file

@ -2400,7 +2400,9 @@
}, },
{ {
"id": "sugar_free", "id": "sugar_free",
"labels": ["diets"], "labels": [
"diets"
],
"question": { "question": {
"en": "Does this shop have a sugar free offering?", "en": "Does this shop have a sugar free offering?",
"de": "Verkauft das Geschäft zuckerfreie Produkte?" "de": "Verkauft das Geschäft zuckerfreie Produkte?"
@ -2442,7 +2444,9 @@
}, },
{ {
"id": "lactose_free", "id": "lactose_free",
"labels": ["diets"], "labels": [
"diets"
],
"question": { "question": {
"en": "Does {title()} have a lactose-free offering?", "en": "Does {title()} have a lactose-free offering?",
"de": "Verkauft {title()} laktosefreie Produkte?" "de": "Verkauft {title()} laktosefreie Produkte?"
@ -2480,7 +2484,9 @@
}, },
{ {
"id": "gluten_free", "id": "gluten_free",
"labels": ["diets"], "labels": [
"diets"
],
"question": { "question": {
"en": "Does this shop have a gluten free offering?", "en": "Does this shop have a gluten free offering?",
"de": "Verkauft das Geschäft glutenfreie Produkte?" "de": "Verkauft das Geschäft glutenfreie Produkte?"

View file

@ -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": [ "tagRenderings": [
{ {
"id": "stop_name", "id": "stop_name",