Add Costco layer
This commit is contained in:
parent
6b72513759
commit
584b41c2a4
4 changed files with 101 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import costcoLayer from './costco/layer.js';
|
||||
import countryKitchenLayer from './country-kitchen/layer.js';
|
||||
import culversLayer from './culvers/layer.js';
|
||||
import gilibertosLayer from './gilibertos/layer.js';
|
||||
|
|
@ -15,6 +16,10 @@ import zorbazLayer from './zorbaz/layer.js';
|
|||
const chains = {
|
||||
name: "Chains",
|
||||
layers: [
|
||||
{
|
||||
name: "Costco",
|
||||
layer: costcoLayer,
|
||||
},
|
||||
{
|
||||
name: "Country Kitchen",
|
||||
layer: countryKitchenLayer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue