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

Get max extent CRS from QGIS API. #430

Merged
merged 11 commits into from
Jan 5, 2023
Merged

Get max extent CRS from QGIS API. #430

merged 11 commits into from
Jan 5, 2023

Conversation

wlorenzetti
Copy link
Member

Closes: #429

@wlorenzetti wlorenzetti self-assigned this Dec 20, 2022
@wlorenzetti wlorenzetti added the feature New feature or request label Dec 20, 2022
@wlorenzetti
Copy link
Member Author

@volterra79 I just add a new api to get information about CRS, i.e.:

/crs/3003

return

{
    "result": true,
    "data": {
        "epsg": 3003,
        "proj4": "+proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=1500000 +y_0=0 +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +units=m +no_defs",
        "geographic": false,
        "axisinverted": false,
        "extent": [
            1226046.6820902952,
            4047095.260762165,
            1727931.8998958569,
            5214000.012210975
        ]
    }
}

@volterra79
Copy link
Member

@wlorenzetti thanks

volterra79 and others added 3 commits December 22, 2022 12:13
# Conflicts:
#	g3w-admin/client/static/client/css/app.min.css
#	g3w-admin/client/static/client/js/app.min.js
@wlorenzetti
Copy link
Member Author

@volterra79 tell me when you want I merge it on dev.

@volterra79
Copy link
Member

@wlorenzetti you can merge it. Thanks

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

Successfully merging this pull request may close these issues.

Add extent parameter to initConfig API crs section.
2 participants