Add Population Date and Population Source fields#261
Add Population Date and Population Source fields#261tyrasd merged 4 commits intoopenstreetmap:mainfrom
Conversation
👍
After reading the cleanup section of the corresponding wiki page, I think this is a bit more complex than what one could reasonably model in the context of the |
|
Right, I only meant that |
9d3204d to
49f529e
Compare
Bumps [globals](https://github.com/sindresorhus/globals) from 17.3.0 to 17.4.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.3.0...v17.4.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added Population Date and Population Source fields that only show up if Population is already tagged on the feature. Unlike the Source field, Population Source completes the most popular values on taginfo instead of a fixed set of known values, since there are so many possible values depending on the region.
Ideally,
census:populationwould be deprecated in favor of a combination ofpopulationandpopulation:date: openstreetmap/iD#6678. However, I don’t think the deprecated.json format supports splitting a tag value across two keys (which is one of the problems withcensus:populationin the first place).Fixes openstreetmap/iD#6672 except for the validation ideas in there. In my opinion, it would be worth visually grouping the fields first to set a user expectation that the fields are related: #2050.