forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
612e71a4b6
commit
511d20eb34
245 changed files with 43884 additions and 8661 deletions
|
@ -11,6 +11,7 @@ This theme contains the following layers:
|
|||
- [node2node_bicycle (defined in this theme)](#node2node_bicycle)
|
||||
- [node_bicycle (defined in this theme)](#node_bicycle)
|
||||
- [bicycle_guidepost (defined in this theme)](#bicycle_guidepost)
|
||||
- [guidepost](../Layers/guidepost.md)
|
||||
- [route_marker](../Layers/route_marker.md)
|
||||
- [cycleways_and_roads](../Layers/cycleways_and_roads.md)
|
||||
|
||||
|
@ -28,6 +29,7 @@ Available languages:
|
|||
- ko
|
||||
- zh_Hant
|
||||
- cy
|
||||
- it
|
||||
|
||||
# Table of contents
|
||||
|
||||
|
@ -233,9 +235,9 @@ The following options to create new points are included:
|
|||
Elements must match **all** of the following expressions:
|
||||
|
||||
0. <a href='https://wiki.openstreetmap.org/wiki/Key:information' target='_blank'>information</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:information%3Dguidepost' target='_blank'>guidepost</a>
|
||||
1. <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes' target='_blank'>yes</a>
|
||||
1. <a href='https://wiki.openstreetmap.org/wiki/Key:bicycle' target='_blank'>bicycle</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes' target='_blank'>yes</a> | guidepost~^(.*bicycle)$ | guidepost~^(.*mtb.*)$
|
||||
|
||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22information%22%3D%22guidepost%22%5D%5B%22bicycle%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
||||
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22information%22%3D%22guidepost%22%5D%5B%22bicycle%22%3D%22yes%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22information%22%3D%22guidepost%22%5D%5B%22guidepost%22~%22%5E%28.*bicycle%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22information%22%3D%22guidepost%22%5D%5B%22guidepost%22~%22%5E%28.*mtb.*%29%24%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
|
||||
|
||||
## Supported attributes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue