mapcomplete/assets/layers/guidepost/guidepost.json

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

54 lines
1.2 KiB
JSON
Raw Normal View History

2023-10-07 02:59:17 +02:00
{
"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": [
2023-10-07 02:59:17 +02:00
{
"location": [
"centroid",
"point"
],
"icon": "./assets/layers/guidepost/guidepost.svg",
2023-10-07 02:59:17 +02:00
"anchor": "bottom"
}
],
"tagRenderings": [
"images"
]
}