diff --git a/src/app/constant.js b/src/app/constant.js index 21563db22..e9ef3fc2a 100644 --- a/src/app/constant.js +++ b/src/app/constant.js @@ -228,15 +228,25 @@ export const PRINT_FORMATS = [ value: 'png', label: 'PNG' }, + /** @since 3.10.0 */ + { + value: 'jpg', + label: 'JPG' + }, + /** @since 3.10.0 */ + { + value: 'svg', + label: 'SVG' + }, { value: 'pdf', label: 'PDF' }, - //@since 3.10.0 + /** @since 3.10.0 */ { value: 'geopdf', label: 'GEOPDF' - } + }, ]; /** diff --git a/src/components/Print.vue b/src/components/Print.vue index 474215959..152febf34 100644 --- a/src/components/Print.vue +++ b/src/components/Print.vue @@ -11,10 +11,10 @@
- + - + @@ -39,11 +39,7 @@ v-select2 = "'state.scale'" @change = "changeScale" > - + @@ -56,6 +52,7 @@ > + - + @@ -111,7 +104,6 @@