-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Problematic zoom extents with EPSG:4674 #584
Comments
Please also attach a gif (or video) showing the problem, otherwise, it may be difficult to understand which is the "error" you are referring to..
through the browser console, you can find out the currently installed g3w-client version 👉
In this regard, please consider:
👋 Raruto |
I'm moving this to g3w-admin due to the following statement
@gustavoeugenio please add the requested information in here: #584 (comment) In the absence of a response, we will close this soon as we can't reproduce statements like the following:
👋 Raruto |
Hi @gustavoeugenio, I made a test on v3.6.9 with EPSG:4674 , but I don't have any issues with it.
|
@wlorenzetti, thank you for your response, and I apologize for the delay in posting here. g3w_suite.mp4 |
@volterra79 when you have time can you test EPSG 4674 with data linked above? |
@gustavoeugenio it is a issue linked to the definition of the ESPG 4674, OL doesn't work fine with proj4 definition coming from QGIS api, so is necessary override the ESPG definition, inside your g3w-suite settings add the following lines: G3W_PROJ4_EPSG = {
4674: {
"proj4": "+proj=longlat +ellps=GRS80 +no_defs +type=crs",
"extent": [-122.19,-59.87,-25.28,32.72]
}
} |
Checklist
Subject of the issue
The extent srs doesn't works very fine with other srid (like 4674).
Tested other situations, just is fine with config QGS project with srid 4326. I dont know with have some relation with this commit on g3wadmin: Add generic srs extent, instead of CRS bbox.
When use other srid (that is not 4326), have problem with zoom (zoom in, zoom out and zoom to box) and the check box on "User QGIS project map start extent as webgis init extent" have error.
I have two version of G3WSuite (diferents servers), both with docker compose:
Ubuntu Server 18.04 with G3W-SUITE Version 3.5.dev-20230120114529 (all right)
Ubuntu Server 22.04 with G3W-SUITE Version v3.6.6: administration GIS application (error)
Steps to reproduce
Environment
Link to your project
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: