forked from MapComplete/MapComplete
Add examples, minor details to node networks
This commit is contained in:
parent
d92dff76e0
commit
fb3c37f558
9 changed files with 148 additions and 16 deletions
|
@ -269,8 +269,36 @@
|
|||
"guidepost"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 16
|
||||
}
|
||||
"minzoom": 16,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"information=guidepost",
|
||||
"bicycle=yes"
|
||||
]
|
||||
}
|
||||
},
|
||||
"presets": [
|
||||
{
|
||||
"tags": [
|
||||
"tourism=information",
|
||||
"information=guidepost",
|
||||
"bicycle=yes"
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": {
|
||||
"en": "Cycling guideposts"
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Cycling guidepost"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hideTagRenderingsWithLabels": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"builtin": "route_marker",
|
||||
|
@ -291,7 +319,10 @@
|
|||
],
|
||||
"title": {
|
||||
"en": "a route marker for a node to node link"
|
||||
}
|
||||
},
|
||||
"=exampleImages": [
|
||||
"./assets/layers/route_marker/bicycle_route_marker.jpg"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -51,10 +51,10 @@
|
|||
{
|
||||
"if": "ref~*",
|
||||
"then": {
|
||||
"en": "node to node link <strong>{ref}</strong>",
|
||||
"en": "Node to node link <strong>{ref}</strong>",
|
||||
"de": "Knotenpunktverbindung <strong>{ref}</strong>",
|
||||
"es": "enlace nodo a nodo <strong>{ref}</strong>",
|
||||
"nl": "node-naar-node verbinding <strong>{ref}</strong>",
|
||||
"nl": "Node-naar-node verbinding <strong>{ref}</strong>",
|
||||
"fr": "lien noeud à noeud <strong>{ref}</strong>",
|
||||
"ca": "Enllaç node a node <strong>{ref}</strong>",
|
||||
"cs": "propojení mezi uzly <strong>{ref}</strong>",
|
||||
|
@ -223,8 +223,36 @@
|
|||
"guidepost"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 16
|
||||
}
|
||||
"minzoom": 16,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"information=guidepost",
|
||||
"hiking=yes"
|
||||
]
|
||||
}
|
||||
},
|
||||
"presets": [
|
||||
{
|
||||
"tags": [
|
||||
"tourism=information",
|
||||
"information=guidepost",
|
||||
"hiking=yes"
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": {
|
||||
"en": "Hiking guideposts"
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Hiking guidepost"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hideTagRenderingsWithLabels": [
|
||||
"type"
|
||||
]
|
||||
},
|
||||
{
|
||||
"builtin": "route_marker",
|
||||
|
@ -245,7 +273,10 @@
|
|||
],
|
||||
"title": {
|
||||
"en": "a route marker for a node to node link"
|
||||
}
|
||||
},
|
||||
"=exampleImages": [
|
||||
"./assets/layers/route_marker/walking_route_marker.jpg"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue