Add Waffle House layer
This commit is contained in:
parent
eb1a8fd17c
commit
ca24e3b6ea
4 changed files with 132 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ import arenasLayer from './nhl-arenas/layer.js';
|
|||
import menardsLayer from './menards/layer.js';
|
||||
import culversLayer from './culvers/layer.js';
|
||||
import kwikTripLayer from './kwik-trip/layer.js';
|
||||
import waffleHouseLayer from './waffle-house/layer.js';
|
||||
|
||||
const layerCategories = [
|
||||
{
|
||||
|
|
@ -70,7 +71,11 @@ const layerCategories = [
|
|||
{
|
||||
name: "Kwik Trip/Kwik Star",
|
||||
layer: kwikTripLayer,
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "Waffle House",
|
||||
layer: waffleHouseLayer,
|
||||
},
|
||||
]
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue