Add survey markers layer

This commit is contained in:
Chandler Swift 2024-03-15 00:09:23 -05:00
parent 4ac53a4733
commit 8cd1ee414d
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
5 changed files with 92 additions and 0 deletions

View file

@ -17,6 +17,7 @@ import light_pollution from './light_pollution.js';
import state_land from './state-land/index.js';
import trips from './trips/index.js';
import dot_cams from './dot-cams/index.js';
import survey_markers from './survey-markers/index.js';
const layerCategories = [
{ // Base maps
@ -88,6 +89,7 @@ const layerCategories = [
},
]
},
survey_markers,
dot_cams,
trips,
chains,