mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
13
data/fields/gnis/feature_id.json
Normal file
13
data/fields/gnis/feature_id.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"key": "gnis:feature_id",
|
||||
"type": "identifier",
|
||||
"label": "GNIS Feature ID",
|
||||
"urlFormat": "https://geonames.usgs.gov/apex/f?p=gnispq:3:::NO::P3_FID:{value}",
|
||||
"pattern": "^[0-9]{1,}$",
|
||||
"countryCodes": ["us"],
|
||||
"terms": [
|
||||
"Federal Geographic Names Information Service",
|
||||
"United States Board on Geographic Names",
|
||||
"USA"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue