Skip to content

Commit

Permalink
chore: upgrade eox-layercontrol
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Mar 6, 2024
1 parent 7f0625c commit 4310049
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 16 deletions.
97 changes: 82 additions & 15 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^1.1.5",
"@eox/layercontrol": "^0.11.2",
"@eox/jsonform": "^0.3.0",
"@eox/layercontrol": "^0.16.0",
"@turf/difference": "^6.5.0",
"axios": "^0.21.1",
"chart.js": "2.9.3",
Expand Down
2 changes: 2 additions & 0 deletions app/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import getLocationCode from './mixins/getLocationCode';
// eslint-disable-line no-unused-vars

import '@eox/layercontrol';
import "@eox/jsonform";

Check failure on line 31 in app/src/main.js

View workflow job for this annotation

GitHub Actions / deploy

Strings must use singlequote

// Set UTC as default time zone behavior for whole client
Settings.defaultZoneName = 'utc';
Expand All @@ -38,6 +39,7 @@ Vue.config.productionTip = false;

Vue.config.ignoredElements = [
'eox-layercontrol',
'eox-jsonform',
];

Vue.use(VuePapaParse);
Expand Down
1 change: 1 addition & 0 deletions app/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.exports = {
'vuetify',
'ol',
'@eox/layercontrol',
'@eox/jsonform',
],
configureWebpack: {
devServer: {
Expand Down

0 comments on commit 4310049

Please sign in to comment.