Improve tags in documentation

This commit is contained in:
Pieter Vander Vennet 2023-11-13 03:15:48 +01:00
parent 6577007717
commit 750e6fdaa5
205 changed files with 7190 additions and 7697 deletions

View file

@ -36,12 +36,7 @@ A layer showing street lights
Elements must have the all of following tags to be shown on this layer:
- <a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dstreet_lamp' target='_blank'>street_lamp</a>
Elements must match the expression **<a href='https://wiki.openstreetmap.org/wiki/Key:highway' target='_blank'>highway</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:highway%3Dstreet_lamp' target='_blank'>street_lamp</a>**
[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22highway%22%3D%22street_lamp%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B)
@ -85,10 +80,10 @@ This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with id~.+
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:passed_time<300 & (_version_number= | <a href='https://wiki.openstreetmap.org/wiki/Key:_version_number' target='_blank'>_version_number</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:_version_number%3D1' target='_blank'>1</a>) & _backend~.+`
@ -128,13 +123,13 @@ The question is *How is this street lamp mounted?*
- *This lamp is suspended using cables* corresponds with `support=catenary`
- *This lamp is mounted on a ceiling* corresponds with `support=ceiling`
- *This lamp is mounted in the ground* corresponds with `support=ground`
- *This lamp is mounted on a short pole (mostly < 1.5m)* corresponds with `support=pedestal`
- *This lamp is mounted on a pole* corresponds with `support=pole`
- *This lamp is mounted directly to the wall* corresponds with `support=wall`
- *This lamp is mounted to the wall using a metal bar* corresponds with `support=wall_mount`
- *This lamp is suspended using cables* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dcatenary' target='_blank'>catenary</a>
- *This lamp is mounted on a ceiling* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dceiling' target='_blank'>ceiling</a>
- *This lamp is mounted in the ground* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dground' target='_blank'>ground</a>
- *This lamp is mounted on a short pole (mostly < 1.5m)* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dpedestal' target='_blank'>pedestal</a>
- *This lamp is mounted on a pole* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dpole' target='_blank'>pole</a>
- *This lamp is mounted directly to the wall* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dwall' target='_blank'>wall</a>
- *This lamp is mounted to the wall using a metal bar* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dwall_mount' target='_blank'>wall_mount</a>
@ -149,11 +144,11 @@ The question is *How is this lamp mounted to the pole?*
- *This lamp sits atop of a straight mast* corresponds with `lamp_mount=straight_mast`
- *This lamp sits at the end of a bent mast* corresponds with `lamp_mount=bent_mast`
- *This lamp sits atop of a straight mast* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:lamp_mount' target='_blank'>lamp_mount</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lamp_mount%3Dstraight_mast' target='_blank'>straight_mast</a>
- *This lamp sits at the end of a bent mast* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:lamp_mount' target='_blank'>lamp_mount</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:lamp_mount%3Dbent_mast' target='_blank'>bent_mast</a>
This tagrendering is only visible in the popup if the following condition is met: `support=pole`
This tagrendering is only visible in the popup if the following condition is met: `<a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dpole' target='_blank'>pole</a>`
@ -167,19 +162,19 @@ The question is *What kind of lighting does this lamp use?*
- *This lamp is lit electrically* corresponds with `light:method=electric`
- This option cannot be chosen as answer
- *This lamp uses LEDs* corresponds with `light:method=LED`
- *This lamp uses incandescent lighting* corresponds with `light:method=incandescent`
- *This lamp uses halogen lighting* corresponds with `light:method=halogen`
- *This lamp uses discharge lamps (unknown type)* corresponds with `light:method=discharge`
- *This lamp uses a mercury-vapour lamp (lightly blueish)* corresponds with `light:method=mercury`
- *This lamp uses metal-halide lamps (bright white)* corresponds with `light:method=metal-halide`
- *This lamp uses fluorescent lighting* corresponds with `light:method=fluorescent`
- *This lamp uses sodium lamps (unknown type)* corresponds with `light:method=sodium`
- *This lamp uses low pressure sodium lamps (monochrome orange)* corresponds with `light:method=low_pressure_sodium`
- *This lamp uses high pressure sodium lamps (orange with white)* corresponds with `light:method=high_pressure_sodium`
- *This lamp is lit using gas* corresponds with `light:method=gas`
- *This lamp is lit electrically* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:method' target='_blank'>light:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:method%3Delectric' target='_blank'>electric</a>
- _This option cannot be chosen as answer_
- *This lamp uses LEDs* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:method' target='_blank'>light:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:method%3DLED' target='_blank'>LED</a>
- *This lamp uses incandescent lighting* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:method' target='_blank'>light:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:method%3Dincandescent' target='_blank'>incandescent</a>
- *This lamp uses halogen lighting* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:method' target='_blank'>light:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:method%3Dhalogen' target='_blank'>halogen</a>
- *This lamp uses discharge lamps (unknown type)* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:method' target='_blank'>light:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:method%3Ddischarge' target='_blank'>discharge</a>
- *This lamp uses a mercury-vapour lamp (lightly blueish)* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:method' target='_blank'>light:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:method%3Dmercury' target='_blank'>mercury</a>
- *This lamp uses metal-halide lamps (bright white)* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:method' target='_blank'>light:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:method%3Dmetal-halide' target='_blank'>metal-halide</a>
- *This lamp uses fluorescent lighting* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:method' target='_blank'>light:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:method%3Dfluorescent' target='_blank'>fluorescent</a>
- *This lamp uses sodium lamps (unknown type)* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:method' target='_blank'>light:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:method%3Dsodium' target='_blank'>sodium</a>
- *This lamp uses low pressure sodium lamps (monochrome orange)* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:method' target='_blank'>light:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:method%3Dlow_pressure_sodium' target='_blank'>low_pressure_sodium</a>
- *This lamp uses high pressure sodium lamps (orange with white)* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:method' target='_blank'>light:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:method%3Dhigh_pressure_sodium' target='_blank'>high_pressure_sodium</a>
- *This lamp is lit using gas* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:method' target='_blank'>light:method</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:method%3Dgas' target='_blank'>gas</a>
@ -198,9 +193,9 @@ This is rendered with `This lamp emits {light:colour} light`
- *This lamp emits white light* corresponds with `light:colour=white`
- *This lamp emits green light* corresponds with `light:colour=green`
- *This lamp emits orange light* corresponds with `light:colour=orange`
- *This lamp emits white light* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:colour' target='_blank'>light:colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:colour%3Dwhite' target='_blank'>white</a>
- *This lamp emits green light* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:colour' target='_blank'>light:colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:colour%3Dgreen' target='_blank'>green</a>
- *This lamp emits orange light* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:colour' target='_blank'>light:colour</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:colour%3Dorange' target='_blank'>orange</a>
@ -219,11 +214,11 @@ This is rendered with `This lamp has {light:count} fixtures`
- *This lamp has 1 fixture* corresponds with `light:count=1`
- *This lamp has 2 fixtures* corresponds with `light:count=2`
- *This lamp has 1 fixture* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:count' target='_blank'>light:count</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:count%3D1' target='_blank'>1</a>
- *This lamp has 2 fixtures* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:count' target='_blank'>light:count</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:count%3D2' target='_blank'>2</a>
This tagrendering is only visible in the popup if the following condition is met: `support=pole`
This tagrendering is only visible in the popup if the following condition is met: `<a href='https://wiki.openstreetmap.org/wiki/Key:support' target='_blank'>support</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:support%3Dpole' target='_blank'>pole</a>`
@ -237,10 +232,10 @@ The question is *When is this lamp lit?*
- *This lamp is lit at night* corresponds with `light:lit=dusk-dawn`
- *This lamp is lit 24/7* corresponds with `light:lit=24/7`
- *This lamp is lit based on motion* corresponds with `light:lit=motion`
- *This lamp is lit based on demand (e.g. with a pushbutton)* corresponds with `light:lit=demand`
- *This lamp is lit at night* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:lit' target='_blank'>light:lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:lit%3Ddusk-dawn' target='_blank'>dusk-dawn</a>
- *This lamp is lit 24/7* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:lit' target='_blank'>light:lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:lit%3D24/7' target='_blank'>24/7</a>
- *This lamp is lit based on motion* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:lit' target='_blank'>light:lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:lit%3Dmotion' target='_blank'>motion</a>
- *This lamp is lit based on demand (e.g. with a pushbutton)* corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:light:lit' target='_blank'>light:lit</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:lit%3Ddemand' target='_blank'>demand</a>
@ -257,7 +252,7 @@ This is rendered with `This lamp points towards {light:direction}`
This tagrendering is only visible in the popup if the following condition is met: `light:count=1`
This tagrendering is only visible in the popup if the following condition is met: `<a href='https://wiki.openstreetmap.org/wiki/Key:light:count' target='_blank'>light:count</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:light:count%3D1' target='_blank'>1</a>`
@ -313,7 +308,7 @@ This tagrendering has no question and is thus read-only
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:changeset~.+ & _last_edit:contributor~.+`