Add MN sales tax layers
This commit is contained in:
parent
e39c23a102
commit
e0a778fc15
4 changed files with 121 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ import cropHistory from './crop-history/index.js';
|
|||
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';
|
||||
|
||||
const layerCategories = [
|
||||
{ // Base maps
|
||||
|
|
@ -114,6 +115,7 @@ const layerCategories = [
|
|||
light_pollution,
|
||||
tjx,
|
||||
cropHistory,
|
||||
mnSalesTaxLayers,
|
||||
];
|
||||
|
||||
export default layerCategories;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue