diff --git a/sources/us/ct/town_of_trumbull.json b/sources/us/ct/town_of_trumbull.json new file mode 100644 index 0000000000..689b6a4790 --- /dev/null +++ b/sources/us/ct/town_of_trumbull.json @@ -0,0 +1,34 @@ +{ + "coverage": { + "country": "us", + "state": "ct", + "county": "Fairfield", + "city": "Trumbull", + "US Census": { + "geoid": "0977200", + "name": "Town of Trumbull", + "state": "Connecticut" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -73.196047, + 41.238698 + ] + } + }, + "data": "https://gis.ctmetro.org/arcgis/rest/services/Trumbull/Trumbull_Parcels_NAD83/MapServer/4", + "website": "http://www.trumbull-ct.gov/", + "type": "ESRI", + "conform": { + "type": "geojson", + "number": "ST_NUM", + "street": { + "function": "remove_prefix", + "field": "Location", + "field_to_remove": "ST_NUM" + }, + "id": "Par_ID", + "accuracy": 2 + } +} diff --git a/sources/us/ct/town_on_trumbull.json b/sources/us/ct/town_on_trumbull.json deleted file mode 100644 index 77032bd3a3..0000000000 --- a/sources/us/ct/town_on_trumbull.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "coverage": { - "country": "us", - "state": "ct", - "county": "Fairfield", - "city": "Trumbull", - "US Census": { - "geoid": "0977200", - "name": "Town of Trumbull", - "state": "Connecticut" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.196047, - 41.238698 - ] - } - }, - "data": "https://gis.ctmetro.org/arcgis/rest/services/Trumbull/Trumbull_Parcels_NAD83/MapServer/4", - "website": "http://www.trumbull-ct.gov/", - "type": "ESRI", - "conform": { - "type": "geojson", - "number": "ST_NUM", - "street": { - "function": "remove_prefix", - "field": "Location", - "field_to_remove": "ST_NUM" - }, - "id": "Par_ID", - "accuracy": 2 -} -}