forked from MapComplete/MapComplete
Themes: add open love map, see https://github.com/thomersch/OpenLoveMap/issues/21
This commit is contained in:
parent
a571d857d6
commit
d6a55a5ee9
11 changed files with 565 additions and 6 deletions
92
assets/layers/brothel/brothel.json
Normal file
92
assets/layers/brothel/brothel.json
Normal file
|
@ -0,0 +1,92 @@
|
|||
{
|
||||
"id": "brothel",
|
||||
"name": {
|
||||
"en": "Brothels"
|
||||
},
|
||||
"description": {
|
||||
"en": "An establishment specifically dedicated to prostitution. "
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "amenity=brothel"
|
||||
},
|
||||
"minzoom": 6,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Brothel"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "name~*",
|
||||
"then": {
|
||||
"*": "{name}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"pointRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"marker": [
|
||||
{
|
||||
"icon": "circle",
|
||||
"color": "white"
|
||||
},
|
||||
{
|
||||
"icon": "ring",
|
||||
"color": "#fc6488"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"location": [
|
||||
"centroid",
|
||||
"point"
|
||||
],
|
||||
"marker": [
|
||||
{
|
||||
"icon": "heart",
|
||||
"color": "#fc6488"
|
||||
}
|
||||
],
|
||||
"iconSize": "28,28"
|
||||
}
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a brothel"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=brothel"
|
||||
]
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
"reviews",
|
||||
{
|
||||
"multiAnswer": false,
|
||||
"id": "name",
|
||||
"freeform": {
|
||||
"inline": false,
|
||||
"key": "name"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the name of this brothel?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This brothel is named <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"opening_hours",
|
||||
"contact"
|
||||
],
|
||||
"deletion": {
|
||||
"omitDefaultDeleteReasons": false
|
||||
},
|
||||
"allowMove": true,
|
||||
"allowSplit": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue