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:
Minh Nguyễn 2022-10-14 09:00:29 -07:00 committed by GitHub
parent 130e5dd756
commit 1b29e3b965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 62 additions and 9 deletions

View file

@ -2,5 +2,8 @@
"key": "population",
"type": "number",
"minValue": 0,
"label": "Population"
"label": "Population",
"terms": [
"census"
]
}