From 019f03b22b2ecbd0ce38f3e020e9690350049248 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Fri, 12 Sep 2014 14:56:09 -0400 Subject: [PATCH] Add trapping season for coyote Per #18. --- hunting/coyote.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/hunting/coyote.json b/hunting/coyote.json index 0197575..3807236 100644 --- a/hunting/coyote.json +++ b/hunting/coyote.json @@ -42,6 +42,25 @@ } } } + }, + "season": { + "method": "traps", + "range": { + "1": { + "places": { + "Virginia": { + "gnis_id": "TK", + "fips_code": 51 + }, + "season": { + "date": { + "starts": "2014-07-01", + "ends": "2015-06-30" + } + } + } + } + } } } }