Skip to content

Commit

Permalink
Activate MapStore WPS plugin (Layer Download) (#75)
Browse files Browse the repository at this point in the history
* activate layer download plugin

* update client bundle
  • Loading branch information
allyoucanmap authored Dec 18, 2020
1 parent 56b2b01 commit b2cb925
Show file tree
Hide file tree
Showing 70 changed files with 27 additions and 24 deletions.
2 changes: 2 additions & 0 deletions geonode_mapstore_client/client/js/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import SearchPlugin from '@mapstore/framework/plugins/Search';
import SearchServicesConfigPlugin from '@mapstore/framework/plugins/SearchServicesConfig';
import SwipePlugin from '@mapstore/framework/plugins/Swipe';
import LocatePlugin from '@mapstore/framework/plugins/Locate';
import LayerDownloadPlugin from '@mapstore/framework/plugins/LayerDownload';

import SavePlugin from '@js/plugins/Save';
import SaveAsPlugin from '@js/plugins/SaveAs';
Expand Down Expand Up @@ -103,6 +104,7 @@ const pluginsDefinition = {
SwipePlugin,
LocatePlugin,
SharePlugin,
LayerDownloadPlugin,
AddReducersAndEpics: {
reducers: {
security,
Expand Down
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
geonode-mapstore-client-v2.0.9-de095c4f91682e9cbc904b6cba3ade06790c4a24
geonode-mapstore-client-v2.0.9-56b2b015edc595edb8d3da7a1fff1bc823c7b5ee
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ var MS2_BASE_PLUGINS = {
},
"compact": true
}
}, "Playback"
}, "Playback",
{ "name": "LayerDownload" }
]
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions geonode_mapstore_client/static/mapstore/dist/gn-geostory.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions geonode_mapstore_client/static/mapstore/dist/gn-home.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion geonode_mapstore_client/static/mapstore/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
geonode-mapstore-client-v2.0.9-de095c4f91682e9cbc904b6cba3ade06790c4a24
geonode-mapstore-client-v2.0.9-56b2b015edc595edb8d3da7a1fff1bc823c7b5ee

0 comments on commit b2cb925

Please sign in to comment.