From 082f12ed87e65c4eadf69a2db9963a9742a57631 Mon Sep 17 00:00:00 2001 From: Kate Dougherty Date: Wed, 7 Dec 2016 13:14:22 -0700 Subject: [PATCH 1/3] Processing error adding CO BLM pastures --- sources/federal/co-blm-pastures.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sources/federal/co-blm-pastures.json diff --git a/sources/federal/co-blm-pastures.json b/sources/federal/co-blm-pastures.json new file mode 100644 index 0000000..5cb255d --- /dev/null +++ b/sources/federal/co-blm-pastures.json @@ -0,0 +1,18 @@ +{ + "name": "BLM Grazing Pastures in Colorado", + "attribution": "Bureau of Land Management", + "properties": { + "adminAgency": { + "static": "Bureau of Land Management" + }, + "name" : "ALLOT_NAME", + "adminLevel": { + "static": "federal" + }, + "type": { + "static": "other" + } + }, + "filetype": "shp", + "url": "https://www.blm.gov/style/medialib/blm/co/programs/geographical_sciences/gis/metadata/gislayers.Par.22277.File.dat/BLM_CO_Grazing_Pastures_20160803.zip" +} \ No newline at end of file From a96eef67b4ba7b5668b40f814efd2051026499f6 Mon Sep 17 00:00:00 2001 From: Kate Dougherty Date: Wed, 7 Dec 2016 13:18:10 -0700 Subject: [PATCH 2/3] remove co-blm-pastures.json --- sources/federal/co-blm-pastures.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 sources/federal/co-blm-pastures.json diff --git a/sources/federal/co-blm-pastures.json b/sources/federal/co-blm-pastures.json deleted file mode 100644 index 5cb255d..0000000 --- a/sources/federal/co-blm-pastures.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "BLM Grazing Pastures in Colorado", - "attribution": "Bureau of Land Management", - "properties": { - "adminAgency": { - "static": "Bureau of Land Management" - }, - "name" : "ALLOT_NAME", - "adminLevel": { - "static": "federal" - }, - "type": { - "static": "other" - } - }, - "filetype": "shp", - "url": "https://www.blm.gov/style/medialib/blm/co/programs/geographical_sciences/gis/metadata/gislayers.Par.22277.File.dat/BLM_CO_Grazing_Pastures_20160803.zip" -} \ No newline at end of file From 605dc927b206d58e24d3db2ebf2dd7a8d515a8a5 Mon Sep 17 00:00:00 2001 From: Kate Dougherty Date: Wed, 7 Dec 2016 16:54:58 -0700 Subject: [PATCH 3/3] Add UT BLM grazing allotments/pastures --- sources/federal/ut-blm-grazing.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sources/federal/ut-blm-grazing.json diff --git a/sources/federal/ut-blm-grazing.json b/sources/federal/ut-blm-grazing.json new file mode 100644 index 0000000..efd2a6b --- /dev/null +++ b/sources/federal/ut-blm-grazing.json @@ -0,0 +1,18 @@ +{ + "name": "Bureau of Land Management Grazing Allotments in Utah", + "attribution": "Bureau of Land Management", + "properties": { + "adminAgency": { + "static": "Bureau of Land Management" + }, + "type": { + "static" : "other" + }, + "adminLevel": { + "static": "federal" + } + }, + "filetype": "gdb", + "url": "https://www.blm.gov/style/medialib/blm/ut/support_services_uso.Par.79233.File.dat/GrazingAllotments_042016.gdb.zip", + "layerName" : "gra_allot_poly" +}