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

Other projections #109

Closed
davidbrochart opened this issue May 30, 2020 · 6 comments
Closed

Other projections #109

davidbrochart opened this issue May 30, 2020 · 6 comments

Comments

@davidbrochart
Copy link

Could mercantile add support for using projections supported by PROJ, or is it completely out of scope?

@davidbrochart
Copy link
Author

I just came across this snippet of code: https://gist.github.com/gka/52ef3bf442bed80367f6
Maybe this is all that is needed?

@vincentsarago
Copy link

Hi @davidbrochart
Mercantile was designed only for webmercator and it’s don’t think It will support other projection soon.

There are couple project that tries to support other projections:

Disclaimer: I built morecantile

Mapproxy library also has support for other TMS grid.

@davidbrochart
Copy link
Author

Thanks @vincentsarago.
I had a quick look, but it looks like none of these libraries work with PROJ projections?

@vincentsarago
Copy link

@davidbrochart yeah, speaking for morecantile, I'm working on supporting non-epsg projection right now but the TMS specs force the use of epgs code so it's not easy. I hope to have a solution this week end.
Is there a specific projection you'd like support ?

@davidbrochart
Copy link
Author

In the end I will need to support any CRS specified by https://github.com/kartena/Proj4Leaflet.

@sgillies
Copy link
Contributor

Hi @davidbrochart. Other coordinate systems are outside this project's scope.

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

No branches or pull requests

3 participants