mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-27 16:03:52 +00:00
Add US-only field for `gnis:feature_id` (close #7086) Add tooltip to wikipedia field link button
14 lines
377 B
JSON
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"
|
|
]
|
|
}
|