mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +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,7 +2,9 @@
|
|||
"icon": "maki-city",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"moreFields": [
|
||||
"gnis/feature_id-US"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
"icon": "maki-triangle-stroked",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
"icon": "maki-town",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,9 @@
|
|||
"icon": "maki-village",
|
||||
"fields": [
|
||||
"name",
|
||||
"population"
|
||||
"population",
|
||||
"population/date",
|
||||
"source/population"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue