mapcomplete/assets/layers/speed_camera/speed_camera.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

164 lines
5.1 KiB
JSON
Raw Normal View History

2022-10-12 21:09:45 +02:00
{
"id": "speed_camera",
"name": {
2022-11-02 13:47:34 +01:00
"en": "Speed Camera",
2023-01-29 18:02:06 +01:00
"de": "Blitzer",
2023-06-11 02:02:23 +02:00
"nl": "Flitspaal",
2024-11-05 14:14:53 +01:00
"es": "Radar",
2023-10-30 13:44:27 +01:00
"ca": "Càmera de velocitat",
2024-03-22 16:27:48 +01:00
"cs": "Rychlostní radar",
"sl": "Hitrostna kamera"
2022-10-12 21:09:45 +02:00
},
"description": {
2022-11-02 13:47:34 +01:00
"en": "Layer showing speed cameras",
2023-01-29 18:02:06 +01:00
"de": "Ebene mit Blitzern",
2023-06-11 02:02:23 +02:00
"nl": "Laag met flitspalen",
2024-11-05 14:14:53 +01:00
"es": "Capa que muestra radares",
2023-10-30 13:44:27 +01:00
"ca": "Capa que mostra càmeres de velocitat",
2024-03-22 16:27:48 +01:00
"cs": "Vrstva zobrazující rychlostní radary",
"sl": "Sloj prikazuje hitrostne kamere (radarje)"
2022-10-12 21:09:45 +02:00
},
"source": {
"osmTags": "highway=speed_camera"
},
"minzoom": 12,
2022-10-12 21:09:45 +02:00
"title": {
"render": {
2022-11-02 13:47:34 +01:00
"en": "Speed Camera",
2023-01-29 18:02:06 +01:00
"de": "Blitzer",
2023-06-11 02:02:23 +02:00
"nl": "Flitspaal",
2024-11-05 14:14:53 +01:00
"es": "Radar",
2023-10-30 13:44:27 +01:00
"ca": "Càmera de velocitat",
"cs": "Rychlostní radar"
2022-10-12 21:09:45 +02:00
}
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "square",
"color": "white"
},
{
"icon": "./assets/layers/speed_camera/speed_camera.svg"
}
]
}
],
"lineRendering": [],
"presets": [
{
"tags": [
"highway=speed_camera"
],
"title": {
"en": "a speed camera",
"de": "einen Blitzer",
"nl": "een flitspaal",
2024-11-05 14:14:53 +01:00
"es": "un radar",
"ca": "una càmera de velocitat",
2024-03-22 16:27:48 +01:00
"cs": "rychlostní radar",
"sl": "hitrostna kamera"
}
}
],
2022-10-12 21:09:45 +02:00
"tagRenderings": [
"images",
2022-10-12 21:09:45 +02:00
{
"id": "maxspeed",
"question": {
2022-11-02 13:47:34 +01:00
"en": "What is the maximum speed allowed at this speed camera?",
2023-01-29 18:02:06 +01:00
"de": "Wie hoch ist die zulässige Höchstgeschwindigkeit an diesem Blitzer?",
2023-06-11 02:02:23 +02:00
"nl": "Wat is de maximum toegestane snelheid bij deze flitspaal?",
2023-09-16 18:52:42 +02:00
"es": "¿Cuál es la velocidad máxima permitida en este radar?",
2023-09-21 02:16:39 +02:00
"fr": "Quelle est la vitesse maximale autorisée au niveau de ce radar ?",
2023-10-30 13:44:27 +01:00
"ca": "Quina és la velocitat màxima permesa en aquest radar?",
"cs": "Jaká je maximální povolená rychlost na tomto rychlostním radaru?"
2022-10-12 21:09:45 +02:00
},
"freeform": {
"key": "maxspeed",
"type": "pnat",
"placeholder": {
2022-11-02 13:47:34 +01:00
"en": "Maximum speed allowed",
2023-01-29 18:02:06 +01:00
"de": "Zulässige Höchstgeschwindigkeit",
2023-06-11 02:02:23 +02:00
"nl": "Maximum toegestane snelheid",
2023-09-16 18:52:42 +02:00
"es": "Velocidad máxima permitida",
2023-09-21 02:16:39 +02:00
"fr": "Vitesse maximale autorisée",
2023-10-30 13:44:27 +01:00
"ca": "Velocitat màxima permesa",
"cs": "Maximální povolená rychlost"
2022-10-12 21:09:45 +02:00
}
},
"render": {
2022-11-02 13:47:34 +01:00
"en": "The maximum speed allowed is {canonical(maxspeed)}",
2023-01-29 18:02:06 +01:00
"de": "Die zulässige Höchstgeschwindigkeit beträgt {canonical(maxspeed)}",
2023-06-11 02:02:23 +02:00
"nl": "De maximum toegestane snelheid is {canonical(maxspeed)}",
2023-09-16 18:52:42 +02:00
"es": "La velocidad máxima permitida es {canonical(maxspeed)}",
2023-09-21 02:16:39 +02:00
"fr": "La vitesse maximale autorisée est {canonical(maxspeed)}",
2023-10-30 13:44:27 +01:00
"ca": "La velocitat màxima permesa és {canonical(maxspeed)}",
"cs": "Maximální povolená rychlost je {canonical(maxspeed)}"
2022-10-12 21:09:45 +02:00
}
2022-10-16 21:03:24 +02:00
},
{
"id": "ref",
"render": {
2022-11-02 13:47:34 +01:00
"en": "The reference number of this speed camera is {ref}",
2023-01-29 18:02:06 +01:00
"de": "Die Referenznummer dieses Blitzers ist {ref}",
2023-06-11 02:02:23 +02:00
"nl": "De referentie van deze flitspaal is {ref}",
2024-11-05 14:14:53 +01:00
"es": "El número de referencia de este radar es {ref}",
2023-10-30 13:44:27 +01:00
"cs": "Referenční číslo tohoto rychlostního radaru je {ref}"
2022-10-16 21:43:47 +02:00
},
"condition": "ref~*"
},
{
"question": {
"en": "In which geographical direction does this camera film?",
"nl": "In welke geografische richting filmt deze camera?",
"fr": "Dans quelle direction géographique cette caméra filme-t-elle ?",
"it": "In quale direzione geografica punta questa videocamera?",
"de": "In welche Himmelsrichtung filmt diese Kamera?",
"da": "I hvilken geografisk retning filmer dette kamera?",
"ca": "En quina direcció geogràfica apunta aquesta càmera?",
2024-11-05 14:14:53 +01:00
"es": "¿En qué dirección geográfica graba esta cámara?",
"cs": "Ve kterém geografickém směru tato kamera snímá?",
"sl": "V katero geografsko smer snema ta kamera?"
},
"render": {
"en": "Films to a compass heading of {direction}",
"nl": "Filmt in kompasrichting {direction}",
"fr": "Filme dans une direction {direction}",
"it": "Punta in direzione {direction}",
"de": "filmt in Himmelsrichtung {direction}",
"da": "Filmer til en kompasretning af {direction}",
"ca": "Grava en direcció {direction}",
2024-11-05 14:14:53 +01:00
"es": "Graba hacia un rumbo de brújula de {direction}",
"cs": "Snímané oblasti podle směru kompasu {direction}",
"sl": "Snema v smeri kompasa {direction}"
},
"freeform": {
"key": "direction",
"type": "direction"
},
"id": "camera_direction"
2022-10-12 21:09:45 +02:00
}
],
2024-04-28 11:00:23 +02:00
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
},
2022-10-12 21:09:45 +02:00
"units": [
{
"maxspeed": {
"quantity": "speed",
"denominations": [
"kmh",
"mph"
]
}
2022-10-12 21:09:45 +02:00
}
2024-04-28 11:00:23 +02:00
]
}