Files
iD/data/presets/fields/gnis/feature_id.json
Quincy Morgan 6c7d8b6150 Add identifier field for tags linking features to external databases
Add US-only field for `gnis:feature_id` (close #7086)
Add tooltip to wikipedia field link button
2019-12-03 20:47:10 -05:00

14 lines
377 B
JSON

{
"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"
]
}