mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-03-31 00:59:47 +02:00
Disallow leading zeros in gnis:feature_id (#1007)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"type": "identifier",
|
||||
"label": "GNIS Feature ID",
|
||||
"urlFormat": "https://edits.nationalmap.gov/apps/gaz-domestic/public/summary/{value}",
|
||||
"pattern": "^[0-9]{1,}$",
|
||||
"pattern": "^[1-9][0-9]*$",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"us"
|
||||
|
||||
Reference in New Issue
Block a user