-
Notifications
You must be signed in to change notification settings - Fork 26
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
Print module #179
Merged
Merged
Print module #179
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change print format to print paper format
Fix image size to fit pdf page
…generate the legend (use local div instead) Add WorldFile for tiff Remove resolution for future TODO amelioration
Add checkbox for zip Add loading Fix pdf with legend in IE
Ajust css display change element display instead of disabling
Add dependencies for geo lib
mbarbeau
approved these changes
Sep 10, 2018
ulysseskao
added a commit
to XimpleTech/igo2-lib
that referenced
this pull request
Nov 1, 2018
feat(wms): Refresh interval on WMS (infra-geo-ouverte#177) * setting demo to refresh a layer every 15 seconds. * adding refreshIntervalSec on DataSourceOptions * adding refresh interval on wms. * moving from datasource interface to wms interface. feat(print): Improve Print module (infra-geo-ouverte#179) * Add printing output format (pdf, Image) combobox Change print format to print paper format * (change) to (selectionChange) after angular update * Temporary remove Resolution parameter for printing Fix image size to fit pdf page * Fix Internet Explorer issue with window.open and getComputedStyle to generate the legend (use local div instead) Add WorldFile for tiff Remove resolution for future TODO amelioration * Update fr.geo.json * Update print.service.ts * Add jsZip to be able to download one file in print module Add checkbox for zip Add loading Fix pdf with legend in IE * Add layer "embâcle" in the demo Ajust css display change element display instead of disabling * Update package.json Add dependencies for geo lib * Update ng-package.prod.json * Update ng-package.json
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements
What is the current behavior? (You can also link to an open issue here)
What is the new behavior?
Fix problem of printing in Internet Explorer.
New Tiff image format with world file information
Remove Resolution for future TODO if always needed (for now is automatic ajust for paper size/map size)
use selectionchange instead of change after Angular update.
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications:
Other information: