mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 05:43:53 +01:00
Add Population Date and Population Source fields (#261)
* Added Population Date and Population Source fields * drop icon Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
parent
130e5dd756
commit
1b29e3b965
12 changed files with 62 additions and 9 deletions
|
|
@ -2,5 +2,8 @@
|
|||
"key": "population",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Population"
|
||||
"label": "Population",
|
||||
"terms": [
|
||||
"census"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue