mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-09 06:28:31 +02:00
Initial commit
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user