Add examples, minor details to node networks

This commit is contained in:
Robin van der Linde 2023-10-21 18:44:09 +02:00
parent d92dff76e0
commit fb3c37f558
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
9 changed files with 148 additions and 16 deletions

View file

@ -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"
]
}
]
}