mapcomplete/assets/layers/route_marker/route_marker.json

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

102 lines
2.3 KiB
JSON
Raw Normal View History

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
}
],
"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",
"ifnot": "biycle=",
2023-10-19 12:51:44 +02:00
"then": {
"en": "This is a route marker for a bicycle route."
}
},
{
"if": "hiking=yes",
"ifnot": "hiking=",
2023-10-19 12:51:44 +02:00
"then": {
"en": "This is a route marker for a hiking route."
}
},
{
"if": "mtb=yes",
"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",
"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",
"ifnot": "ski=",
2023-10-19 12:51:44 +02:00
"then": {
"en": "This is a route marker for a ski route."
}
}
]
}
],
"deletion": true,
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
}
2023-10-30 16:32:43 +01:00
}