Add survey markers layer
This commit is contained in:
parent
4ac53a4733
commit
8cd1ee414d
5 changed files with 92 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue