176 lines
No EOL
4.9 KiB
JSON
176 lines
No EOL
4.9 KiB
JSON
{
|
|
"id": "parking_spaces",
|
|
"name": {
|
|
"en": "Parking Spaces",
|
|
"de": "Stellplätze"
|
|
},
|
|
"description": {
|
|
"en": "Layer showing individual parking spaces.",
|
|
"de": "Ebene mit den einzelnen PKW Stellplätzen."
|
|
},
|
|
"minzoom": 20,
|
|
"source": {
|
|
"osmTags": "amenity=parking_space"
|
|
},
|
|
"tagRenderings": [
|
|
{
|
|
"id": "type",
|
|
"question": {
|
|
"en": "What kind of parking space is this?",
|
|
"de": "Welche Art von Stellplatz ist dies?"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "parking_space=",
|
|
"then": {
|
|
"en": "This is a normal parking space",
|
|
"de": "Dies ist ein normaler Stellplatz"
|
|
},
|
|
"hideInAnswer": true
|
|
},
|
|
{
|
|
"if": "parking_space=normal",
|
|
"then": {
|
|
"en": "This is a normal parking space.",
|
|
"de": "Dies ist ein normaler Stellplatz."
|
|
}
|
|
},
|
|
{
|
|
"if": "parking_space=disabled",
|
|
"then": {
|
|
"en": "This is a disabled parking space.",
|
|
"de": "Dies ist ein Behindertenstellplatz."
|
|
}
|
|
},
|
|
{
|
|
"if": "parking_space=private",
|
|
"then": {
|
|
"en": "This is a private parking space.",
|
|
"de": "Dies ist ein privater Stellplatz."
|
|
}
|
|
},
|
|
{
|
|
"if": "parking_space=charging",
|
|
"then": {
|
|
"en": "This is parking space reserved for charging vehicles.",
|
|
"de": "Dies ist ein Stellplatz, der für das Laden von Fahrzeugen reserviert ist."
|
|
}
|
|
},
|
|
{
|
|
"if": "parking_space=delivery",
|
|
"then": {
|
|
"en": "This is parking space reserved for deliveries.",
|
|
"de": "Dies ist ein Stellplatz, der für Lieferfahrzeuge reserviert ist."
|
|
}
|
|
},
|
|
{
|
|
"if": "parking_space=hgv",
|
|
"then": {
|
|
"en": "This is parking space reserved for heavy goods vehicles.",
|
|
"de": "Dies ist ein Stellplatz, der für Lastkraftwagen reserviert ist."
|
|
}
|
|
},
|
|
{
|
|
"if": "parking_space=caravan",
|
|
"then": {
|
|
"en": "This is parking space reserved for caravans or RVs.",
|
|
"de": "Dieser Stellplatz ist für Wohnwagen oder Wohnmobile reserviert."
|
|
}
|
|
},
|
|
{
|
|
"if": "parking_space=bus",
|
|
"then": {
|
|
"en": "This is parking space reserved for buses.",
|
|
"de": "Dies ist ein Stellplatz, der für Busse reserviert ist."
|
|
}
|
|
},
|
|
{
|
|
"if": "parking_space=motorcycle",
|
|
"then": {
|
|
"en": "This is parking space reserved for motorcycles.",
|
|
"de": "Dies ist ein Stellplatz, der für Motorräder reserviert ist."
|
|
}
|
|
},
|
|
{
|
|
"if": "parking_space=parent",
|
|
"then": {
|
|
"en": "This is a parking space reserved for parents with children.",
|
|
"de": "Dies ist ein Stellplatz, der für Eltern mit Kindern reserviert ist."
|
|
}
|
|
},
|
|
{
|
|
"if": "parking_space=staff",
|
|
"then": {
|
|
"en": "This is a parking space reserved for staff.",
|
|
"de": "Dies ist ein Stellplatz, der für das Personal reserviert ist."
|
|
}
|
|
},
|
|
{
|
|
"if": "parking_space=taxi",
|
|
"then": {
|
|
"en": "This is a parking space reserved for taxis.",
|
|
"de": "Dies ist ein Stellplatz, der für Taxis reserviert ist."
|
|
}
|
|
},
|
|
{
|
|
"if": "parking_space=trailer",
|
|
"then": {
|
|
"en": "This is a parking space reserved for vehicles towing a trailer.",
|
|
"de": "Dies ist ein Stellplatz, der für Fahrzeuge mit Anhänger reserviert ist."
|
|
}
|
|
},
|
|
{
|
|
"if": "parking_space=car_sharing",
|
|
"then": {
|
|
"en": "This is a parking space reserved for car sharing.",
|
|
"de": "Dies ist ein Stellplatz, der für Carsharing reserviert ist."
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "capacity",
|
|
"render": {
|
|
"en": "This parking spaces has {capacity} spaces.",
|
|
"de": "Dieser Parkplatz hat {capacity} Stellplätze."
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "capacity=1",
|
|
"then": {
|
|
"en": "This parking space has 1 space.",
|
|
"de": "Dieser Parkplatz hat 1 Stellplatz."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"title": {
|
|
"render": {
|
|
"en": "Parking Space",
|
|
"de": "Stellplatz"
|
|
}
|
|
},
|
|
"mapRendering": [
|
|
{
|
|
"icon": {
|
|
"render": "./assets/layers/parking_spaces/parking_space.svg",
|
|
"mappings": [
|
|
{
|
|
"if": "parking_space=disabled",
|
|
"then": "./assets/layers/toilet/wheelchair.svg"
|
|
}
|
|
]
|
|
},
|
|
"iconSize": "20,20,center",
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
]
|
|
},
|
|
{
|
|
"color": "#696969",
|
|
"width": "1"
|
|
}
|
|
]
|
|
} |