forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
29ff09024f
287 changed files with 14955 additions and 4036 deletions
|
@ -1,10 +1,19 @@
|
|||
{
|
||||
"id": "guidepost",
|
||||
"title": {
|
||||
"en": "Guideposts"
|
||||
"title": {
|
||||
"en": "Guidepost",
|
||||
"cs": "Rozcestník",
|
||||
"de": "Wegweiser"
|
||||
},
|
||||
"name": {
|
||||
"en": "Guideposts",
|
||||
"cs": "Rozcestníky",
|
||||
"de": "Wegweiser"
|
||||
},
|
||||
"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"
|
||||
"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",
|
||||
"cs": "Podél oficiálních turistických/cyklistických/jezdeckých/lyžařských tras se často nacházejí rozcestníky (také známé jako ukazatel směru nebo značky), které ukazují směry k různým cílům",
|
||||
"de": "Wegweiser (auch als Wegzeiger oder Fingerschilder bekannt) sind entlang offizieller Wander-, Radfahr-, Reit- oder Skirouten oft zu finden, um die Richtungen zu verschiedenen Zielen anzuzeigen"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "information=guidepost"
|
||||
|
@ -13,14 +22,18 @@
|
|||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a guidepost"
|
||||
"en": "a guidepost",
|
||||
"cs": "rozcestník",
|
||||
"de": "ein Wegweiser"
|
||||
},
|
||||
"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"
|
||||
"en": "A guidepost (also known as fingerpost) is often found along official hiking/cycling/riding/skiing routes to indicate the directions to different destinations",
|
||||
"cs": "Rozcestník (také známý jako ukazatel směru) se často nachází podél oficiálních turistických / cyklistických / jezdeckých / lyžařských tras, které ukazují směry k různým destinacím",
|
||||
"de": "Ein Wegweiser (auch bekannt als Fingerschild) wird oft entlang offizieller Wander-, Radfahr-, Reit- oder Skirouten gefunden, um die Richtungen zu verschiedenen Zielen anzuzeigen"
|
||||
},
|
||||
"exampleImages": [
|
||||
"./assets/layers/guidepost/guidepost_example.jpg"
|
||||
|
@ -29,8 +42,8 @@
|
|||
],
|
||||
"deletion": true,
|
||||
"allowMove": {
|
||||
"enableImproveAccuracy": "true",
|
||||
"enableRelocation": "false"
|
||||
"enableImproveAccuracy": true,
|
||||
"enableRelocation": false
|
||||
},
|
||||
"pointRendering": [
|
||||
{
|
||||
|
@ -47,7 +60,50 @@
|
|||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
"images"
|
||||
],
|
||||
"name": "Guideposts"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue