-
Notifications
You must be signed in to change notification settings - Fork 51
Fix GISDocument not applying projection argument #732
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
base: main
Are you sure you want to change the base?
Fix GISDocument not applying projection argument #732
Conversation
Integration tests report: appsharing.space |
* Attempt support for path alias "@" Co-authored-by: Arjun Verma <arjxn.py@gmail.com> Co-authored-by: Yao-Ting Yao <94820616+YaoTingYao@users.noreply.github.com> Co-authored-by: Jon Marokhovsky <jmarokhovsky@users.noreply.github.com> * Support absolute paths with typescript-transform-paths and ts-patch Requires using `tspc` as compiler instead of `tsc`. Would be better to switch to the "use NX" approach of typescript-transform-paths, but I wasn't able to get that to work. Co-authored-by: martinRenou <martin.renou@gmail.com> * Revert "Attempt support for path alias "@"" This reverts commit 5f9255b. * Remove baseUrl from tsconfig -- it is equivalent to the default value * Lint 🔔 * Update all imports which include `../` I skipped updating sibling imports (`import ... from './foo'`) because often sibling imports reflect that the code is tightly coupled. We can always replace those with absolute imports if we feel it's necessary as we continue along. * Lint 🔔 --------- Co-authored-by: Arjun Verma <arjxn.py@gmail.com> Co-authored-by: Yao-Ting Yao <94820616+YaoTingYao@users.noreply.github.com> Co-authored-by: Jon Marokhovsky <jmarokhovsky@users.noreply.github.com> Co-authored-by: martinRenou <martin.renou@gmail.com>
…yter#744) * Processing: Bounding boxes of a vector layer(geojupyter#734) * Change Bounding Boxes and Centroids labels to correspond to qgis naming convention
* Enhance proxy * Test fix * Use os environ for exempt domains
* Create some shared components * Add tabs; Add CSS * Button CSS * Use newer button * Add components for date picker * Add pagination component * Iterate on paginator * Tiny tweaks * Use the correct package.json * lint * Woops * Use jupyter css vars * Add sr-only class * Lint * Clean up
…jupyter#714) Co-authored-by: Matt Fisher <3608264+mfisher87@users.noreply.github.com> Co-authored-by: Matt Fisher <mfisher87@gmail.com>
The issue was that the status bar was being updated in |
Description
Resolves #688
Due to the new view missing center and zoom, extent was not being calculated, which caused projection to not being applied. Now we set the new view to
this._Map
before calling_moveToPosition
function. We also set the projection in state to update the projection in status bar.Checklist
Resolves #XXX
.Failing lint checks can be resolved with:
pre-commit run --all-files
jlpm run lint
📚 Documentation preview: https://jupytergis--732.org.readthedocs.build/en/732/
💡 JupyterLite preview: https://jupytergis--732.org.readthedocs.build/en/732/lite