diff --git a/hunting/bear.json b/hunting/bear.json index 449cfec..f285486 100644 --- a/hunting/bear.json +++ b/hunting/bear.json @@ -26,7 +26,12 @@ "It is unlawful to have a firearm in possession, except that a muzzleloading firearm as defined the muzzleloader bear season section, may also be in possession when and where there is an overlap with muzzleloading bear season where bear hunting with a rifle or muzzleloading firearm is permitted. (See exception for valid concealed handgun permit holders.)" ], "range": { - "statewide": { + "1": { + "places": { + "Virginia": { + "gnis_id": "TK", + } + }, "season": { "date": { "starts": "2013-10-05", @@ -51,7 +56,12 @@ "It is unlawful to use dogs, except that dogs may be used to track wounded or dead bear (see “Hunting with Dogs”)." ], "range": { - "statewide": { + "1": { + "places": { + "Virginia": { + "gnis_id": "TK", + } + }, "season": { "date": { "starts": "2013-11-09", diff --git a/hunting/crow.json b/hunting/crow.json index 948fbf7..6aeeee9 100644 --- a/hunting/crow.json +++ b/hunting/crow.json @@ -16,7 +16,12 @@ "season": { "method": "firearms", "range": { - "statewide": { + "1": { + "places": { + "Virginia": { + "fips_code": "TK" + } + } "season": { "date": { "starts": "2013-08-17", @@ -25,7 +30,11 @@ "days": ["Monday", "Wednesday", "Friday", "Saturday"] } }, - "national_forest_lands_and_department_lands": { + "2": { + "places": { + "National Forest Lands": {}, + "Department Lands": {} + }, "season": { "date": { "starts": "2013-09-02", diff --git a/hunting/opossum.json b/hunting/opossum.json index 823b3c7..eed5bc6 100644 --- a/hunting/opossum.json +++ b/hunting/opossum.json @@ -17,7 +17,12 @@ "season": { "method": "firearm", "range": { - "statewide": { + "1": { + "places": { + "Virginia": { + "gnis_id": "TK", + } + }, "season": { "date": { "starts": "2013-07-01", diff --git a/hunting/skunk.json b/hunting/skunk.json index 3a58614..479eba3 100644 --- a/hunting/skunk.json +++ b/hunting/skunk.json @@ -17,15 +17,23 @@ "season": { "method": "firearms", "range": { - "statewide": { - "season": { - "date": { - "starts": "2013-07-01", - "ends": "2014-06-30" + "1": { + "places": { + "Virginia": { + "fips_code": "TK" + } + "season": { + "date": { + "starts": "2013-07-01", + "ends": "2014-06-30" + } } } }, - "national_forest_lands": { + "2": { + "places": { + "National Forest Lands": {} + }, "season": { "date": { "starts": "2014-09-02", @@ -33,7 +41,10 @@ } } }, - "department_lands": { + "3": { + "places": { + "Department Lands": {} + }, "season": { "date": { "starts": "2014-09-02",