mapcomplete/assets/layers/parking/parking.json

66 lines
1.1 KiB
JSON
Raw Normal View History

2021-07-07 16:26:58 +02:00
{
2021-11-07 14:37:21 +01:00
"id": "parking",
"name": {
"en": "Parking",
2021-11-07 14:37:21 +01:00
"nl": "Parking"
},
"minzoom": 12,
"source": {
"osmTags": "amenity=parking"
2021-11-07 14:37:21 +01:00
},
"title": {
"render": {
2021-11-08 15:31:25 +01:00
"nl": "Parking voor auto's",
"en": "Car parking"
}
2021-11-07 14:37:21 +01:00
},
"description": {
"en": "A layer showing car parkings",
2021-11-08 15:31:25 +01:00
"nl": "Deze laag toont autoparkings"
2021-11-07 14:37:21 +01:00
},
"tagRenderings": [
"images"
],
"presets": [
{
"tags": [
"amenity=parking"
],
"title": {
"nl": "een parking voor auto's",
2022-04-03 03:10:06 +02:00
"en": "a car parking"
2021-11-07 14:37:21 +01:00
}
}
2021-11-07 14:37:21 +01:00
],
"deletion": {
"softDeletionTags": {
"and": [
"disused:amenity:={amenity}",
"amenity="
]
},
2021-11-07 14:37:21 +01:00
"neededChangesets": 1
},
"allowMove": {
"enableRelocation": false,
"enableImproveAccuraccy": true
2021-11-07 15:31:55 +01:00
},
"mapRendering": [
{
"icon": {
"render": "./assets/layers/parking/parking.svg"
2021-11-07 15:31:55 +01:00
},
"iconSize": {
"render": "36,36,center"
2021-11-07 15:31:55 +01:00
},
"location": [
"point",
"centroid"
2021-11-07 15:31:55 +01:00
]
},
{
"width": 2,
"color": "#ddcc00"
2021-11-07 15:31:55 +01:00
}
]
}