Add Culver's
This commit is contained in:
parent
4167fed59c
commit
4c4b37e74e
4 changed files with 162 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ import Stamen from 'ol/source/Stamen.js';
|
|||
import amtrakLayer from './amtrak/layer.js';
|
||||
import arenasLayer from './nhl-arenas/layer.js';
|
||||
import menardsLayer from './menards/layer.js';
|
||||
import culversLayer from './culvers/layer.js';
|
||||
|
||||
const layerCategories = [
|
||||
{
|
||||
|
|
@ -61,6 +62,10 @@ const layerCategories = [
|
|||
name: "Menards",
|
||||
layer: menardsLayer,
|
||||
},
|
||||
{
|
||||
name: "Culver's",
|
||||
layer: culversLayer,
|
||||
},
|
||||
]
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue