Skip to content

Commit

Permalink
subtract the US-SEC zone from US-FL
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Aug 29, 2019
1 parent a239983 commit 3c41a23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion web/generate-geometries.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ const zoneDefinitions = [
// { zoneName: 'US-CT', countryId: 'USA', stateId: 'US.CT', type: 'state' },
{ zoneName: 'US-DC', countryId: 'USA', stateId: 'US.DC', type: 'state' },
// { zoneName: 'US-DE', countryId: 'USA', stateId: 'US.DE', type: 'state' },
{ zoneName: 'US-FL', countryId: 'USA', stateId: 'US.FL', type: 'state' },
{ zoneName: 'US-GA', countryId: 'USA', stateId: 'US.GA', type: 'state' },
// { zoneName: 'US-HI', countryId: 'USA', stateId: 'US.HI', type: 'state' },
{ zoneName: 'US-HI-HA', type: 'subZone', id: 'US-HI-HA'},
Expand Down Expand Up @@ -609,6 +608,8 @@ const zoneDefinitions = [
{ zoneName: 'US-SC', countryId: 'USA', stateId: 'US.SC', type: 'state' },
// { zoneName: 'US-SD', countryId: 'USA', stateId: 'US.SD', type: 'state' },
{ zoneName: 'US-SEC', type: 'county', counties: ['ALACHUA', 'BAKER', 'BRADFORD', 'CITRUS', 'CLAY', 'COLUMBIA', 'DESOTO', 'DIXIE', 'GADSDEN', 'GILCHRIST', 'GLADES', 'HAMILTON', 'HARDEE', 'HENDRY', 'HERNANDO', 'HIGHLANDS', 'JEFFERSON', 'LAFAYETTE', 'LAKE', 'LEON', 'LEVY', 'LIBERTY', 'MADISON', 'MANATEE', 'OKEECHOBEE', 'OSCEOLA', 'PASCO', 'PUTNAM', 'SARASOTA', 'SUMTER', 'SUWANNEE', 'TAYLOR', 'UNION', 'WAKULLA']},
// US-FL (the state Florida) is the remaining counties that *aren't* in US-SEC
{ zoneName: 'US-FL', type: 'county', counties: ['BAY', 'BREVARD', 'BROWARD', 'CALHOUN', 'CHARLOTTE', 'COLLIER', 'DADE', 'DUVAL', 'ESCAMBIA', 'FLAGLER', 'FRANKLIN', 'GULF', 'HILLSBOROUGH', 'HOLMES', 'INDIAN RIVER', 'JACKSON', 'LEE', 'MARION', 'MARTIN', 'MONROE', 'NASSAU', 'OKALOOSA', 'ORANGE', 'PALM BEACH', 'PINELLAS', 'POLK', 'SANTA ROSA', 'SEMINOLE', 'ST. JOHNS', 'ST. LUCIE', 'VOLUSIA', 'WALTON', 'WASHINGTON']},
{ zoneName: 'US-SPP', type: 'states', countryId: 'USA', states: [
'US.KS', 'US.NE','US.OK', 'US.ND', 'US.SD']},
{ zoneName: 'US-SVERI', type: 'states', countryId: 'USA', states: ['US.AZ', 'US.NM']},
Expand Down
2 changes: 1 addition & 1 deletion web/src/world.json

Large diffs are not rendered by default.

0 comments on commit 3c41a23

Please sign in to comment.