forked from MapComplete/MapComplete
97 lines
No EOL
2.2 KiB
JSON
97 lines
No EOL
2.2 KiB
JSON
{
|
|
"id": "guidepost",
|
|
"name": {
|
|
"en": "Guideposts"
|
|
},
|
|
"description": {
|
|
"en": "Guideposts (also known as fingerposts or finger posts) are often found along official hiking/cycling/riding/skiing routes to indicate the directions to different destinations"
|
|
},
|
|
"source": {
|
|
"osmTags": "information=guidepost"
|
|
},
|
|
"minzoom": 14,
|
|
"presets": [
|
|
{
|
|
"title": {
|
|
"en": "a guidepost"
|
|
},
|
|
"tags": [
|
|
"information=guidepost",
|
|
"tourism=information"
|
|
],
|
|
"description": {
|
|
"en": "A guidepost (also known as fingerpost) is often found along official hiking/cycling/riding/skiing routes to indicate the directions to different destinations"
|
|
},
|
|
"exampleImages": [
|
|
"./assets/layers/guidepost/guidepost_example.jpg"
|
|
]
|
|
}
|
|
],
|
|
"deletion": true,
|
|
"allowMove": {
|
|
"enableImproveAccuracy": "true",
|
|
"enableRelocation": "false"
|
|
},
|
|
"title": {
|
|
"render": {
|
|
"en": "Guidepost"
|
|
}
|
|
},
|
|
"mapRendering": [
|
|
{
|
|
"location": [
|
|
"centroid",
|
|
"point"
|
|
],
|
|
"icon": "./assets/layers/guidepost/guidepost.svg",
|
|
"anchor": "bottom"
|
|
}
|
|
],
|
|
"tagRenderings": [
|
|
"images",
|
|
{
|
|
"id": "type",
|
|
"question": {
|
|
"en": "What kind of routes are shown on this guidepost?"
|
|
},
|
|
"multiAnswer": true,
|
|
"mappings": [
|
|
{
|
|
"if": "bicycle=yes",
|
|
"ifnot": "bicycle=",
|
|
"then": {
|
|
"en": "This guidepost shows bicycle routes"
|
|
}
|
|
},
|
|
{
|
|
"if": "hiking=yes",
|
|
"ifnot": "hiking=",
|
|
"then": {
|
|
"en": "This guidepost shows hiking routes"
|
|
}
|
|
},
|
|
{
|
|
"if": "mtb=yes",
|
|
"ifnot": "mtb=",
|
|
"then": {
|
|
"en": "This guidepost shows mountain bike routes"
|
|
}
|
|
},
|
|
{
|
|
"if": "horse=yes",
|
|
"ifnot": "horse=",
|
|
"then": {
|
|
"en": "This guidepost shows horse riding routes"
|
|
}
|
|
},
|
|
{
|
|
"if": "ski=yes",
|
|
"ifnot": "ski=",
|
|
"then": {
|
|
"en": "This guidepost shows ski routes"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |