mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-01 19:05:38 +02:00
add strings for documented values of water_source for Hydrants
and drop the default value "main" (just because it's the most common value does not mean we can assume it is valid for every hydrant)
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
{
|
||||
"key": "water_source",
|
||||
"default": "main",
|
||||
"type": "combo",
|
||||
"label": "Water Source"
|
||||
"label": "Water Source",
|
||||
"strings": {
|
||||
"options": {
|
||||
"main": "Water Distribution Pipe",
|
||||
"water_tank": "Water Tank",
|
||||
"pond": "Pond",
|
||||
"river": "River",
|
||||
"stream": "Stream"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4261,6 +4261,17 @@ en:
|
||||
water_source:
|
||||
# water_source=*
|
||||
label: Water Source
|
||||
options:
|
||||
# water_source=main
|
||||
main: Water Distribution Pipe
|
||||
# water_source=pond
|
||||
pond: Pond
|
||||
# water_source=river
|
||||
river: River
|
||||
# water_source=stream
|
||||
stream: Stream
|
||||
# water_source=water_tank
|
||||
water_tank: Water Tank
|
||||
water_tank/volume:
|
||||
# water_tank:volume=*
|
||||
label: Volume (Liters)
|
||||
|
||||
Reference in New Issue
Block a user