Skip to content
Snippets Groups Projects
itsMap.js 662 B
Newer Older
"use strict";
/**
 * Created by gavorhes on 12/18/2015.
 */
var ItsLayerCollection_1 = require('../collections/ItsLayerCollection');
var LayerLegend_1 = require('../collections/LayerLegend');
var quickMap_1 = require('../olHelpers/quickMap');
Glenn Vorhes's avatar
Glenn Vorhes committed
var map = quickMap_1.default();
Glenn Vorhes's avatar
Glenn Vorhes committed
window['map'] = map;
var itsLayerCollection = new ItsLayerCollection_1.default(map);
var layerArray = [
    {
        groupName: 'ITS Inventory Layers',
        collapse: false,
        addCheck: true,
        items: itsLayerCollection.layers
    }
];
var legend = new LayerLegend_1.default(layerArray, 'legend-container', {});
console.log('it works');
//# sourceMappingURL=itsMap.js.map