Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export format selection #36

Open
4 tasks
mbarto opened this issue Nov 5, 2021 · 2 comments
Open
4 tasks

Export format selection #36

mbarto opened this issue Nov 5, 2021 · 2 comments

Comments

@mbarto
Copy link

mbarto commented Nov 5, 2021

We need to implement a configurable plugin for the Printing dialog that will:

  • allow the user to choose an export format between the ones advertised by the mapfish engine, eventually restricted by configuration (configuration option)
  • show a (localized) label to describe the control (configuration option)
  • store the chosen format in a custom spec property (configuration option)
  • implement an alternative viewer for image files to show / download them (the actual viewer is for PDF files only)

New Wireframe 1 copy 3

This is a very generic plugin, so can be added to the MapStore core codebase.

Note: formats must be enabled in the yaml layout file, to add more formats than the standard PDF.
A simple way to enable all the supported formats is to add this to the config.yaml file:

formats:
  - '*'
@mbarto
Copy link
Author

mbarto commented Dec 14, 2021

Depends on geosolutions-it/MapStore2#7652

@mbarto
Copy link
Author

mbarto commented Dec 21, 2021

Waiting for geosolutions-it/MapStore2#7682 approval

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant