Add MN Adventure Trails

This commit is contained in:
Chandler Swift 2024-09-02 12:23:40 -05:00
parent 5ade88be5e
commit 142f8bbe6a
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
4 changed files with 72 additions and 0 deletions

View file

@ -19,6 +19,7 @@ import trips from './trips/index.js';
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';
const layerCategories = [
{ // Base maps
@ -90,6 +91,7 @@ const layerCategories = [
},
]
},
minnesotaAdventureTrails,
survey_markers,
dot_cams,
trips,