123 lines
4 KiB
JSON
123 lines
4 KiB
JSON
{
|
|
"id": "route_marker",
|
|
"name": {
|
|
"en": "Route markers",
|
|
"de": "Routenmarkierungen",
|
|
"es": "Marcadores de ruta"
|
|
},
|
|
"description": {
|
|
"en": "Route markers are small markers often found along official hiking/cycling/riding/skiing routes to indicate the direction of the route.",
|
|
"de": "Routenmarkierungen sind kleine Markierungen, die häufig entlang offizieller Wander-/Rad-/Reit-/Skirouten zu finden sind, um die Richtung der Route anzuzeigen.",
|
|
"es": "Los marcadores de ruta son pequeños marcadores que a menudo se encuentran a lo largo de rutas oficiales de senderismo/ciclismo/equitación/esquí para indicar la dirección de la ruta."
|
|
},
|
|
"source": {
|
|
"osmTags": "information=route_marker"
|
|
},
|
|
"minzoom": 14,
|
|
"title": {
|
|
"render": {
|
|
"en": "Route marker",
|
|
"de": "Routenmarker",
|
|
"es": "Marcador de ruta"
|
|
}
|
|
},
|
|
"pointRendering": [
|
|
{
|
|
"location": [
|
|
"centroid",
|
|
"point"
|
|
],
|
|
"marker": [
|
|
{
|
|
"icon": "./assets/layers/route_marker/route_marker.svg"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"presets": [
|
|
{
|
|
"title": {
|
|
"en": "a route marker",
|
|
"de": "ein Routenmarker",
|
|
"es": "un marcador de ruta"
|
|
},
|
|
"tags": [
|
|
"tourism=information",
|
|
"information=route_marker"
|
|
],
|
|
"description": {
|
|
"en": "A route marker is a small marker often found along official hiking/cycling/riding/skiing routes to indicate the direction of the route.",
|
|
"de": "Ein Routenmarker ist ein kleiner Marker, der oft entlang offizieller Wander-/Fahrrad-/Reit-/Skirouten zu finden ist, um die Richtung der Route anzuzeigen.",
|
|
"es": "Un marcador de ruta es un pequeño marcador que a menudo se encuentra a lo largo de rutas oficiales de senderismo/ciclismo/equitación/esquí para indicar la dirección de la ruta."
|
|
},
|
|
"exampleImages": [
|
|
"./assets/layers/route_marker/bicycle_route_marker.jpg",
|
|
"./assets/layers/route_marker/walking_route_marker.jpg"
|
|
]
|
|
}
|
|
],
|
|
"tagRenderings": [
|
|
"images",
|
|
{
|
|
"id": "type",
|
|
"question": {
|
|
"en": "For what kind of route is this marker?",
|
|
"de": "Für welche Art von Route ist dieser Marker?",
|
|
"es": "¿Para qué tipo de ruta es este marcador?"
|
|
},
|
|
"multiAnswer": true,
|
|
"mappings": [
|
|
{
|
|
"if": "bicycle=yes",
|
|
"ifnot": "biycle=",
|
|
"then": {
|
|
"en": "This is a route marker for a bicycle route.",
|
|
"de": "Dies ist ein Routenmarker für eine Fahrradstrecke.",
|
|
"es": "Este es un marcador de ruta para una ruta ciclista."
|
|
}
|
|
},
|
|
{
|
|
"if": "hiking=yes",
|
|
"ifnot": "hiking=",
|
|
"then": {
|
|
"en": "This is a route marker for a hiking route.",
|
|
"de": "Dies ist ein Routenmarker für eine Wanderroute.",
|
|
"es": "Este es un marcador de ruta para una ruta de senderismo."
|
|
}
|
|
},
|
|
{
|
|
"if": "mtb=yes",
|
|
"ifnot": "mtb=",
|
|
"then": {
|
|
"en": "This is a route marker for a mountain bike route.",
|
|
"de": "Dies ist ein Routenmarker für eine Mountainbikestrecke.",
|
|
"es": "Este es un marcador de ruta para una ruta de bicicleta de montaña."
|
|
}
|
|
},
|
|
{
|
|
"if": "horse=yes",
|
|
"ifnot": "horse=",
|
|
"then": {
|
|
"en": "This is a route marker for a horse riding route.",
|
|
"de": "Dies ist ein Routenmarker für eine Reitroute.",
|
|
"es": "Este es un marcador de ruta para una ruta ecuestre."
|
|
}
|
|
},
|
|
{
|
|
"if": "ski=yes",
|
|
"ifnot": "ski=",
|
|
"then": {
|
|
"en": "This is a route marker for a ski route.",
|
|
"de": "Dies ist ein Routenmarker für eine Skiroute.",
|
|
"es": "Este es un marcador de ruta para una ruta de esquí."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"deletion": true,
|
|
"allowMove": {
|
|
"enableImproveAccuracy": true,
|
|
"enableRelocation": false
|
|
}
|
|
}
|