Add MN crop history by county layer

This commit is contained in:
Chandler Swift 2024-11-11 23:04:36 -06:00
parent 5859795b3e
commit 6e28990290
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
5 changed files with 191 additions and 0 deletions

View file

@ -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;