Skip to content

Commit

Permalink
Move away from named range labels
Browse files Browse the repository at this point in the history
Per #34.
  • Loading branch information
waldoj committed Jun 25, 2014
1 parent 3427657 commit 10be143
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 12 deletions.
14 changes: 12 additions & 2 deletions hunting/bear.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
13 changes: 11 additions & 2 deletions hunting/crow.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
"season": {
"method": "firearms",
"range": {
"statewide": {
"1": {
"places": {
"Virginia": {
"fips_code": "TK"
}
}
"season": {
"date": {
"starts": "2013-08-17",
Expand All @@ -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",
Expand Down
7 changes: 6 additions & 1 deletion hunting/opossum.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
"season": {
"method": "firearm",
"range": {
"statewide": {
"1": {
"places": {
"Virginia": {
"gnis_id": "TK",
}
},
"season": {
"date": {
"starts": "2013-07-01",
Expand Down
25 changes: 18 additions & 7 deletions hunting/skunk.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,34 @@
"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",
"ends": "2014-03-10"
}
}
},
"department_lands": {
"3": {
"places": {
"Department Lands": {}
},
"season": {
"date": {
"starts": "2014-09-02",
Expand Down

0 comments on commit 10be143

Please sign in to comment.