Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5366173

Browse filesBrowse files
authored
Add WMC to map export defaults (geosolutions-it#5003)
1 parent e83b3a1 commit 5366173
Copy full SHA for 5366173

2 files changed

+2-5Lines changed: 2 additions & 5 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎web/client/localConfig.json‎

Copy file name to clipboardExpand all lines: web/client/localConfig.json
+1-4Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,7 @@
366366
}
367367
}
368368
}, "Print", "MapImport", {
369-
"name": "MapExport",
370-
"cfg": {
371-
"enabledFormats": ["mapstore2", "wmc"]
372-
}
369+
"name": "MapExport"
373370
}, {
374371
"name": "Settings",
375372
"cfg": {
Collapse file

‎web/client/plugins/MapExport.jsx‎

Copy file name to clipboardExpand all lines: web/client/plugins/MapExport.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const MapExport = enhanceExport(
6161
enabled,
6262
format,
6363
formats,
64-
enabledFormats = ["mapstore2"],
64+
enabledFormats = ["mapstore2", "wmc"],
6565
setFormat = () => { },
6666
onExport = () => { },
6767
onClose = () => { }

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.