-
Notifications
You must be signed in to change notification settings - Fork 15
PB-111: Send print request #658
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
Conversation
Passing run #1142 ↗︎Details:
Review all test suite changes for PR #658 ↗︎ |
b919113
to
f6fff86
Compare
|
f6fff86
to
f30e78e
Compare
@ismailsunni I did a rework about the dispatcher see #659, please rebase your work and make sure that you follow the same syntax as in #659 about dispatching events. |
91797ff
to
2508d79
Compare
@ismailsunni the coordinates system printed on the map seems to be web mercator ? But the map is printed in LV95 am I right ? |
The legends with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pakb I let you review the OpenLayersWMTSLayer.vue
src/modules/map/components/openlayers/utils/print-area-renderer.composable.js
Show resolved
Hide resolved
src/modules/map/components/openlayers/utils/print-area-renderer.composable.js
Outdated
Show resolved
Hide resolved
src/modules/map/components/openlayers/utils/print-area-renderer.composable.js
Outdated
Show resolved
Hide resolved
src/modules/map/components/openlayers/utils/print-area-renderer.composable.js
Outdated
Show resolved
Hide resolved
src/modules/map/components/openlayers/utils/print-area-renderer.composable.js
Outdated
Show resolved
Hide resolved
src/modules/map/components/openlayers/utils/print-area-renderer.composable.js
Outdated
Show resolved
Hide resolved
src/modules/map/components/openlayers/utils/print-area-renderer.composable.js
Outdated
Show resolved
Hide resolved
extent: extent, | ||
}) | ||
|
||
const wmtsSource = new WMTSSource({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would make sense to try to mimic what was done on the old viewer here, regarding params and values
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to mimic all the params and values, beside the tileLoadFunction
. I guess we can do it in other step/PR since it's not related to print directly. Is that ok @pakb ? It needs this kind of function https://github.com/geoadmin/mf-geoadmin3/blob/6a7b99a2cc9980eec27b394ee709305a239549f1/src/components/map/LayersService.js#L143
, and it needs storage service (https://github.com/geoadmin/mf-geoadmin3/blob/develop/src/components/StorageService.js#L120) that I can't find it yet in the current mapviewer.
1673184
to
15535db
Compare
b9fd9b7
to
8bafcf4
Compare
…lity issue with OL 9.
8bafcf4
to
d02e2d5
Compare
Test link
Test link