update referece link for gnis:feature_id field

This is only a temporary fix/workaround, since the new service does not resolve all imported ids.
See https://github.com/openstreetmap/id-tagging-schema/issues/272

closes #272
This commit is contained in:
Martin Raifer 2022-01-10 10:01:45 +01:00
parent fd173cee81
commit 61cffa2f16
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD

View file

@ -2,7 +2,7 @@
"key": "gnis:feature_id",
"type": "identifier",
"label": "GNIS Feature ID",
"urlFormat": "https://geonames.usgs.gov/apex/f?p=gnispq:3:::NO::P3_FID:{value}",
"urlFormat": "https://edits.nationalmap.gov/apps/gaz-domestic/public/summary/{value}",
"pattern": "^[0-9]{1,}$",
"locationSet": {
"include": ["us"]