Skip to content
Snippets Groups Projects
Commit 02fabf64 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

read sources to package

parent d323fd15
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
var ItsLayerCollection_1 = require('../collections/ItsLayerCollection'); var ItsLayerCollection_1 = require('../collections/ItsLayerCollection');
var LayerLegend_1 = require('../collections/LayerLegend'); var LayerLegend_1 = require('../collections/LayerLegend');
var quickMap_1 = require('../olHelpers/quickMap'); var quickMap_1 = require('../olHelpers/quickMap');
var map = quickMap_1.default({ zoom: 15, center: { x: -9957959, y: 5317407 } }); var map = quickMap_1.default();
window['map'] = map; window['map'] = map;
var itsLayerCollection = new ItsLayerCollection_1.default(map); var itsLayerCollection = new ItsLayerCollection_1.default(map);
var layerArray = [ var layerArray = [
......
{"version":3,"file":"itsMap.js","sourceRoot":"","sources":["../../src-ts/_test/itsMap.ts"],"names":[],"mappings":";AAAA;;GAEG;AACH,6CAA6C;AAC7C,mCAA+B,mCAAmC,CAAC,CAAA;AACnE,4BAAwB,4BAA4B,CAAC,CAAA;AACrD,yBAAqB,uBAAuB,CAAC,CAAA;AAE7C,IAAI,GAAG,GAAG,kBAAQ,CAAC,EAAC,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAC,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,OAAO,EAAC,EAAC,CAAC,CAAC;AAElE,MAAM,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;AAEpB,IAAI,kBAAkB,GAAG,IAAI,4BAAkB,CAAC,GAAG,CAAC,CAAC;AAErD,IAAI,UAAU,GAAG;IACb;QACI,SAAS,EAAE,sBAAsB;QACjC,QAAQ,EAAE,KAAK;QACf,QAAQ,EAAE,IAAI;QACd,KAAK,EAAE,kBAAkB,CAAC,MAAM;KACnC;CACJ,CAAC;AAEF,IAAI,MAAM,GAAG,IAAI,qBAAW,CAAC,UAAU,EAAE,kBAAkB,EAAE,EAAE,CAAC,CAAC;AAKjE,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AACxB,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AACxB,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AACxB,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC"} {"version":3,"file":"itsMap.js","sourceRoot":"","sources":["../../src-ts/_test/itsMap.ts"],"names":[],"mappings":";AAAA;;GAEG;AACH,6CAA6C;AAC7C,mCAA+B,mCAAmC,CAAC,CAAA;AACnE,4BAAwB,4BAA4B,CAAC,CAAA;AACrD,yBAAqB,uBAAuB,CAAC,CAAA;AAE7C,IAAI,GAAG,GAAG,kBAAQ,EAAE,CAAC;AAErB,MAAM,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;AAEpB,IAAI,kBAAkB,GAAG,IAAI,4BAAkB,CAAC,GAAG,CAAC,CAAC;AAErD,IAAI,UAAU,GAAG;IACb;QACI,SAAS,EAAE,sBAAsB;QACjC,QAAQ,EAAE,KAAK;QACf,QAAQ,EAAE,IAAI;QACd,KAAK,EAAE,kBAAkB,CAAC,MAAM;KACnC;CACJ,CAAC;AAEF,IAAI,MAAM,GAAG,IAAI,qBAAW,CAAC,UAAU,EAAE,kBAAkB,EAAE,EAAE,CAAC,CAAC;AAKjE,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AACxB,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AACxB,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AACxB,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC"}
\ No newline at end of file \ No newline at end of file
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
"dist", "dist",
"doc", "doc",
"ext", "ext",
"css" "css",
"src-ts"
], ],
"scripts": { "scripts": {
"test": "node node_modules\\karma\\bin\\karma start karma.conf.js", "test": "node node_modules\\karma\\bin\\karma start karma.conf.js",
......
...@@ -6,7 +6,7 @@ import ItsLayerCollection from '../collections/ItsLayerCollection'; ...@@ -6,7 +6,7 @@ import ItsLayerCollection from '../collections/ItsLayerCollection';
import LayerLegend from '../collections/LayerLegend'; import LayerLegend from '../collections/LayerLegend';
import quickMap from '../olHelpers/quickMap'; import quickMap from '../olHelpers/quickMap';
let map = quickMap({zoom: 15, center: {x: -9957959, y: 5317407}}); let map = quickMap();
window['map'] = map; window['map'] = map;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment