forked from MapComplete/MapComplete
Chore: lint themes
This commit is contained in:
parent
091b7fbba5
commit
1a7bcdca61
2 changed files with 86 additions and 89 deletions
|
|
@ -1,9 +1,20 @@
|
||||||
{
|
{
|
||||||
"credits": "Pieter Vander Vennet",
|
"id": "nesting_site",
|
||||||
|
"name": {
|
||||||
|
"en": "Artificial nesting sites"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"en": "A man-made device equipped with one or multiple nests, serving as an artificial nesting aid for wild animals"
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"osmTags": "man_made=nesting_site"
|
||||||
|
},
|
||||||
"minzoom": 10,
|
"minzoom": 10,
|
||||||
|
"title": {
|
||||||
|
"render": {
|
||||||
|
"en": "Nesting site"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pointRendering": [
|
"pointRendering": [
|
||||||
{
|
{
|
||||||
"location": [
|
"location": [
|
||||||
|
|
@ -21,6 +32,35 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"lineRendering": [
|
||||||
|
{
|
||||||
|
"width": 1,
|
||||||
|
"color": "blue"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"presets": [
|
||||||
|
{
|
||||||
|
"title": {
|
||||||
|
"en": "a nesting site"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"man_made=nesting_site"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": {
|
||||||
|
"en": "a nesting site on a wall"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"man_made=nesting_site",
|
||||||
|
"support=wall"
|
||||||
|
],
|
||||||
|
"snapToLayer": [
|
||||||
|
"walls_and_buildings"
|
||||||
|
],
|
||||||
|
"maxSnapDistance": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
"images",
|
"images",
|
||||||
{
|
{
|
||||||
|
|
@ -60,53 +100,10 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"lineRendering": [
|
|
||||||
{
|
|
||||||
"width": 1,
|
|
||||||
"color": "blue"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"credits:uid": 3818858,
|
|
||||||
"source": {
|
|
||||||
"osmTags": "man_made=nesting_site"
|
|
||||||
},
|
|
||||||
"id": "nesting_site",
|
|
||||||
"description": {
|
|
||||||
"en": "A man-made device equipped with one or multiple nests, serving as an artificial nesting aid for wild animals"
|
|
||||||
},
|
|
||||||
"name": {
|
|
||||||
"en": "Artificial nesting sites"
|
|
||||||
},
|
|
||||||
"title": {
|
|
||||||
"render": {
|
|
||||||
"en": "Nesting site"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"presets": [
|
|
||||||
{
|
|
||||||
"title": {
|
|
||||||
"en": "a nesting site"
|
|
||||||
},
|
|
||||||
"tags": [
|
|
||||||
"man_made=nesting_site"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": {
|
|
||||||
"en": "a nesting site on a wall"
|
|
||||||
},
|
|
||||||
"tags": [
|
|
||||||
"man_made=nesting_site",
|
|
||||||
"support=wall"
|
|
||||||
],
|
|
||||||
"snapToLayer": [
|
|
||||||
"walls_and_buildings"
|
|
||||||
],
|
|
||||||
"maxSnapDistance": 1
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"allowMove": {
|
"allowMove": {
|
||||||
"enableImproveAccuracy": true,
|
"enableImproveAccuracy": true,
|
||||||
"enableRelocation": false
|
"enableRelocation": false
|
||||||
}
|
},
|
||||||
}
|
"credits": "Pieter Vander Vennet",
|
||||||
|
"credits:uid": 3818858
|
||||||
|
}
|
||||||
|
|
@ -1,6 +1,20 @@
|
||||||
{
|
{
|
||||||
"credits": "osmuser63783",
|
"id": "police_call_box",
|
||||||
|
"name": {
|
||||||
|
"en": "Police call boxes"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"en": "A type of telephone kiosk historically used by the police."
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"osmTags": "historic=police_call_box"
|
||||||
|
},
|
||||||
"minzoom": 10,
|
"minzoom": 10,
|
||||||
|
"title": {
|
||||||
|
"render": {
|
||||||
|
"en": "A police call box."
|
||||||
|
}
|
||||||
|
},
|
||||||
"pointRendering": [
|
"pointRendering": [
|
||||||
{
|
{
|
||||||
"location": [
|
"location": [
|
||||||
|
|
@ -16,6 +30,26 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"lineRendering": [
|
||||||
|
{
|
||||||
|
"width": 1,
|
||||||
|
"color": "blue"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"presets": [
|
||||||
|
{
|
||||||
|
"title": {
|
||||||
|
"en": "a police call box"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"historic=police_call_box",
|
||||||
|
"building=kiosk"
|
||||||
|
],
|
||||||
|
"exampleImages": [
|
||||||
|
"./assets/layers/police_call_box/Edinburgh_City_police_box_001.jpg"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
"images",
|
"images",
|
||||||
{
|
{
|
||||||
|
|
@ -89,44 +123,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"lineRendering": [
|
"deletion": true,
|
||||||
{
|
|
||||||
"width": 1,
|
|
||||||
"color": "blue"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"id": "police_call_box",
|
|
||||||
"name": {
|
|
||||||
"en": "Police call boxes"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"en": "A type of telephone kiosk historically used by the police."
|
|
||||||
},
|
|
||||||
"source": {
|
|
||||||
"osmTags": "historic=police_call_box"
|
|
||||||
},
|
|
||||||
"title": {
|
|
||||||
"render": {
|
|
||||||
"en": "A police call box."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"presets": [
|
|
||||||
{
|
|
||||||
"title": {
|
|
||||||
"en": "a police call box"
|
|
||||||
},
|
|
||||||
"tags": [
|
|
||||||
"historic=police_call_box",
|
|
||||||
"building=kiosk"
|
|
||||||
],
|
|
||||||
"exampleImages": [
|
|
||||||
"./assets/layers/police_call_box/Edinburgh_City_police_box_001.jpg"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"allowMove": {
|
"allowMove": {
|
||||||
"enableImproveAccuracy": true,
|
"enableImproveAccuracy": true,
|
||||||
"enableRelocation": false
|
"enableRelocation": false
|
||||||
},
|
},
|
||||||
"deletion": true
|
"credits": "osmuser63783"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue