Improve documentation
This commit is contained in:
parent
ae146606e0
commit
4d930ae985
123 changed files with 4874 additions and 4239 deletions
|
@ -87,7 +87,7 @@ This tagrendering has no question and is thus read-only
|
|||
|
||||
This rendering asks information about the property [name](https://wiki.openstreetmap.org/wiki/Key:name)
|
||||
|
||||
This is rendered with {name}
|
||||
This is rendered with `{name}`
|
||||
|
||||
|
||||
|
||||
|
@ -97,15 +97,15 @@ This is rendered with {name}
|
|||
|
||||
|
||||
|
||||
The question is What kind of bench is this?
|
||||
The question is *What kind of bench is this?*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- There is a normal, sit-down bench here corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dyes' target='_blank'>yes</a>`
|
||||
- Stand up bench corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dstand_up_bench' target='_blank'>stand_up_bench</a>`
|
||||
- There is no bench here corresponds with `<a href='https://wiki.openstreetmap.org/wiki/Key:bench' target='_blank'>bench</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:bench%3Dno' target='_blank'>no</a>`
|
||||
- *There is a normal, sit-down bench here* corresponds with `bench=yes`
|
||||
- *Stand up bench* corresponds with `bench=stand_up_bench`
|
||||
- *There is no bench here* corresponds with `bench=no`
|
||||
|
||||
|
||||
This document is autogenerated from [assets/layers/bench_at_pt/bench_at_pt.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bench_at_pt/bench_at_pt.json)
|
Loading…
Add table
Add a link
Reference in a new issue