Skip to content

Commit 41412fe

Browse files
authored
Incorporating new versions of stacinfo and layerscontrol eoxelements (#2553)
* chore: updated stacinfo * chore: updated layercontrol package to use latest version, solving performance issue; removing custom build from repo
1 parent 09be55f commit 41412fe

File tree

5 files changed

+38
-18645
lines changed

5 files changed

+38
-18645
lines changed

Diff for: app/package-lock.json

+33-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@chenfengyuan/vue-countdown": "^1.1.5",
1919
"@eox/itemfilter": "0.14.0",
2020
"@eox/jsonform": "^0.6.1",
21-
"@eox/layercontrol": "^0.17.2",
22-
"@eox/stacinfo": "^0.3.2",
21+
"@eox/layercontrol": "^0.17.3",
22+
"@eox/stacinfo": "^0.3.3",
2323
"@eox/map": "^1.6.1",
24-
"@eox/storytelling": "^0.5.0-alpha2",
24+
"@eox/storytelling": "^0.5.0",
2525
"@turf/difference": "^6.5.0",
2626
"axios": "^0.21.1",
2727
"chart.js": "2.9.3",

Diff for: app/src/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import getLocationCode from './mixins/getLocationCode';
2929
// eslint-disable-line no-unused-vars
3030

3131
import '@eox/itemfilter';
32-
import './plugins/eox-layercontrol';
33-
import './plugins/eox-stacinfo';
32+
import '@eox/layercontrol';
33+
import '@eox/stacinfo';
3434
import '@eox/map';
3535
import '@eox/map/dist/eox-map-advanced-layers-and-sources';
3636
import '@eox/jsonform';

0 commit comments

Comments
 (0)