Add some versatiles vector layers
TODO: these could probably be faster with MapLibre GL JS TODO: self-host
This commit is contained in:
parent
e0a778fc15
commit
5553b815f6
4 changed files with 111 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ import mnAmbulanceServiceAreas from './mn-ambulance-service-areas/layer.js';
|
|||
import upsServiceAreas from './ups/index.js';
|
||||
import fccTowersLayer from './fcc/towers/layer.js';
|
||||
import mnSalesTaxLayers from './mn-sales-tax/index.js';
|
||||
import versatilesLayers from './versatiles.js';
|
||||
|
||||
const layerCategories = [
|
||||
{ // Base maps
|
||||
|
|
@ -64,6 +65,7 @@ const layerCategories = [
|
|||
}),
|
||||
}),
|
||||
},
|
||||
...versatilesLayers,
|
||||
],
|
||||
},
|
||||
{ // Misc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue