Skip to content

Commit f86dedc

Browse files
authored
Disallow leading zeros in gnis:feature_id (#1007)
1 parent 7bc6dfe commit f86dedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/fields/gnis/feature_id-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "identifier",
44
"label": "GNIS Feature ID",
55
"urlFormat": "https://edits.nationalmap.gov/apps/gaz-domestic/public/summary/{value}",
6-
"pattern": "^[0-9]{1,}$",
6+
"pattern": "^[1-9][0-9]*$",
77
"locationSet": {
88
"include": [
99
"us"

0 commit comments

Comments
 (0)