2023-10-19 12:51:44 +02:00
|
|
|
{
|
|
|
|
"id": "route_marker",
|
|
|
|
"name": {
|
|
|
|
"en": "Route markers"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"en": "Route markers are small markers often found along official hiking/cycling/riding/skiing routes to indicate the direction of the route."
|
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"osmTags": "information=route_marker"
|
|
|
|
},
|
|
|
|
"minzoom": 14,
|
|
|
|
"title": {
|
|
|
|
"render": {
|
|
|
|
"en": "Route marker"
|
|
|
|
}
|
|
|
|
},
|
2023-10-30 16:32:43 +01:00
|
|
|
"pointRendering": [
|
2023-10-19 12:51:44 +02:00
|
|
|
{
|
|
|
|
"location": [
|
|
|
|
"centroid",
|
|
|
|
"point"
|
|
|
|
],
|
2023-10-30 16:32:43 +01:00
|
|
|
"marker": [
|
|
|
|
{
|
|
|
|
"icon": "./assets/layers/route_marker/route_marker.svg"
|
|
|
|
}
|
|
|
|
]
|
2023-10-19 12:51:44 +02:00
|
|
|
}
|
|
|
|
],
|
2023-10-30 18:08:38 +01:00
|
|
|
"presets": [
|
|
|
|
{
|
|
|
|
"title": {
|
|
|
|
"en": "a route marker"
|
|
|
|
},
|
|
|
|
"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."
|
|
|
|
},
|
|
|
|
"exampleImages": [
|
|
|
|
"./assets/layers/route_marker/bicycle_route_marker.jpg",
|
|
|
|
"./assets/layers/route_marker/walking_route_marker.jpg"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2023-10-19 12:51:44 +02:00
|
|
|
"tagRenderings": [
|
|
|
|
"images",
|
|
|
|
{
|
|
|
|
"id": "type",
|
|
|
|
"question": {
|
|
|
|
"en": "For what kind of route is this marker?"
|
|
|
|
},
|
|
|
|
"multiAnswer": true,
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "bicycle=yes",
|
2023-10-21 18:44:09 +02:00
|
|
|
"ifnot": "biycle=",
|
2023-10-19 12:51:44 +02:00
|
|
|
"then": {
|
|
|
|
"en": "This is a route marker for a bicycle route."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "hiking=yes",
|
2023-10-21 18:44:09 +02:00
|
|
|
"ifnot": "hiking=",
|
2023-10-19 12:51:44 +02:00
|
|
|
"then": {
|
|
|
|
"en": "This is a route marker for a hiking route."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "mtb=yes",
|
2023-10-21 18:44:09 +02:00
|
|
|
"ifnot": "mtb=",
|
2023-10-19 12:51:44 +02:00
|
|
|
"then": {
|
|
|
|
"en": "This is a route marker for a mountain bike route."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "horse=yes",
|
2023-10-21 18:44:09 +02:00
|
|
|
"ifnot": "horse=",
|
2023-10-19 12:51:44 +02:00
|
|
|
"then": {
|
|
|
|
"en": "This is a route marker for a horse riding route."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "ski=yes",
|
2023-10-21 18:44:09 +02:00
|
|
|
"ifnot": "ski=",
|
2023-10-19 12:51:44 +02:00
|
|
|
"then": {
|
|
|
|
"en": "This is a route marker for a ski route."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2023-10-30 18:08:38 +01:00
|
|
|
],
|
|
|
|
"deletion": true,
|
|
|
|
"allowMove": {
|
|
|
|
"enableImproveAccuracy": true,
|
|
|
|
"enableRelocation": false
|
|
|
|
}
|
2023-10-30 16:32:43 +01:00
|
|
|
}
|