forked from MapComplete/MapComplete
Chore: lint themes
This commit is contained in:
parent
d4895a0989
commit
9b983757c2
4 changed files with 82 additions and 66 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"id": "openlovemap",
|
||||
"hideFromOverview": true,
|
||||
"title": {
|
||||
"en": "Open Love Map"
|
||||
},
|
||||
|
@ -8,6 +7,7 @@
|
|||
"en": "<p><i>Love in the palm of your hand</i></p>Open Love Map lists various adult entries, such as brothels, erotic stores and stripclubs."
|
||||
},
|
||||
"icon": "./assets/layers/stripclub/stripclub.svg",
|
||||
"hideFromOverview": true,
|
||||
"layers": [
|
||||
"brothel",
|
||||
"stripclub",
|
||||
|
@ -115,12 +115,14 @@
|
|||
"override": {
|
||||
"minzoom": 18,
|
||||
"=presets": [],
|
||||
"=name": null
|
||||
"=name": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "cinema",
|
||||
"hideTagRenderingsWithLabels": ["wikipedia"],
|
||||
"hideTagRenderingsWithLabels": [
|
||||
"wikipedia"
|
||||
],
|
||||
"override": {
|
||||
"id": "erotic_cinema",
|
||||
"pointRendering": [
|
||||
|
@ -159,7 +161,9 @@
|
|||
"=filter": [
|
||||
"open_now"
|
||||
],
|
||||
"tagRenderings+": ["opening_hours"],
|
||||
"tagRenderings+": [
|
||||
"opening_hours"
|
||||
],
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"=and": [
|
||||
|
@ -187,14 +191,14 @@
|
|||
"override": {
|
||||
"minzoom": 18,
|
||||
"=presets": [],
|
||||
"=name": null
|
||||
"=name": null
|
||||
}
|
||||
},
|
||||
"love_hotel",
|
||||
{
|
||||
"builtin": "hotel",
|
||||
"override": {
|
||||
"minzoom": 17,
|
||||
"minzoom": 17,
|
||||
"+tagRenderings": [
|
||||
{
|
||||
"id": "hotel-type",
|
||||
|
@ -205,38 +209,45 @@
|
|||
{
|
||||
"if": "tourism=hotel",
|
||||
"then": "This is a regular, tourist hotel where people stay multiple days",
|
||||
"addExtraTags": ["amenity="]
|
||||
"addExtraTags": [
|
||||
"amenity="
|
||||
]
|
||||
},
|
||||
{
|
||||
"if": "amenity=love_hotel",
|
||||
"then": "This is a love hotel where people rent rooms for sexual activity. The hotel rent rooms for a few days",
|
||||
"addExtraTags": ["tourism="]
|
||||
"addExtraTags": [
|
||||
"tourism="
|
||||
]
|
||||
}
|
||||
]
|
||||
}],
|
||||
}
|
||||
],
|
||||
"=presets": []
|
||||
}
|
||||
}
|
||||
],
|
||||
"overrideAll": {
|
||||
"tagRenderings+": [{
|
||||
"id": "has_video_booth",
|
||||
"question": {"en":
|
||||
"Does {title()} have a private video booth?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "This is for use by a single person."
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "service:private_video_booth=yes",
|
||||
"then": "Private video booths are available"
|
||||
"tagRenderings+": [
|
||||
{
|
||||
"id": "has_video_booth",
|
||||
"question": {
|
||||
"en": "Does {title()} have a private video booth?"
|
||||
},
|
||||
{
|
||||
"if": "service:private_video_booth=no",
|
||||
"then": "No private video booths"
|
||||
}
|
||||
]
|
||||
}]
|
||||
"questionHint": {
|
||||
"en": "This is for use by a single person."
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "service:private_video_booth=yes",
|
||||
"then": "Private video booths are available"
|
||||
},
|
||||
{
|
||||
"if": "service:private_video_booth=no",
|
||||
"then": "No private video booths"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue