From 61cffa2f16cf9a9d8926c266994781c29c26baa1 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 10 Jan 2022 10:01:45 +0100 Subject: [PATCH] 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 --- data/fields/gnis/feature_id-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/fields/gnis/feature_id-US.json b/data/fields/gnis/feature_id-US.json index fe444444..9e2a0080 100644 --- a/data/fields/gnis/feature_id-US.json +++ b/data/fields/gnis/feature_id-US.json @@ -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"]