Add MN crop history by county layer
This commit is contained in:
parent
5859795b3e
commit
6e28990290
5 changed files with 191 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ import dot_cams from './dot-cams/index.js';
|
|||
import survey_markers from './survey-markers/index.js';
|
||||
import tjx from './tjx/index.js';
|
||||
import minnesotaAdventureTrails from './minnesota-adventure-trails/index.js';
|
||||
import cropHistory from './crop-history/index.js';
|
||||
|
||||
const layerCategories = [
|
||||
{ // Base maps
|
||||
|
|
@ -103,6 +104,7 @@ const layerCategories = [
|
|||
cellular,
|
||||
light_pollution,
|
||||
tjx,
|
||||
cropHistory,
|
||||
];
|
||||
|
||||
export default layerCategories;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue