diff --git a/data/fields/gnis/feature_id.json b/data/fields/gnis/feature_id.json index ff27b813..fe444444 100644 --- a/data/fields/gnis/feature_id.json +++ b/data/fields/gnis/feature_id.json @@ -5,7 +5,7 @@ "urlFormat": "https://geonames.usgs.gov/apex/f?p=gnispq:3:::NO::P3_FID:{value}", "pattern": "^[0-9]{1,}$", "locationSet": { - "include": ["US"] + "include": ["us"] }, "terms": [ "Federal Geographic Names Information Service", diff --git a/data/fields/real_fire.json b/data/fields/real_fire.json index 3c853c08..71c19b25 100644 --- a/data/fields/real_fire.json +++ b/data/fields/real_fire.json @@ -1,6 +1,6 @@ { "locationSet": { - "include": ["GB", "IE"] + "include": ["gb", "ie"] }, "key": "real_fire", "type": "check", diff --git a/data/presets/amenity/pub/irish.json b/data/presets/amenity/pub/irish.json index a7ea88dd..b12049fb 100644 --- a/data/presets/amenity/pub/irish.json +++ b/data/presets/amenity/pub/irish.json @@ -18,6 +18,6 @@ "irish bar" ], "locationSet": { - "exclude": ["IE"] + "exclude": ["ie"] } }