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

EPSG:4326 projection support #50

Open
ezze opened this issue Jul 12, 2017 · 3 comments
Open

EPSG:4326 projection support #50

ezze opened this issue Jul 12, 2017 · 3 comments

Comments

@ezze
Copy link

ezze commented Jul 12, 2017

The specification states that

The global-mercator (aka Spherical Mercator) profile is assumed

Is there any reason why it's limited by only global-mercator profile while global-geodetic profile is also supported in TMS specification? Can global-geodetic profile be also added to this specification?

Our server application generates TMS tilesets in EPSG:4326 (global geodetic), and I was hoping that some MBTiles implementation such as node-mbtiles can be used to store all tiles of a tileset in a single file. Suprisignly, it can't.

Unfortunately, we can't reproject our tilesets to EPSG:3857 due to they cover the whole globe territory [-180;-90; 180; 90]. As the result, all MBTiles implementations (I guess) are useless in this case.

@pnorman
Copy link

pnorman commented Jul 12, 2017

Is there any reason why it's limited by only global-mercator profile while global-geodetic profile is also supported in TMS specification? Can global-geodetic profile be also added to this specification?

It's not really TMS, mbtiles is based on xyz.

@ezze
Copy link
Author

ezze commented Jul 12, 2017

Found similar closed issue but seems that there are no changes since that time. Related conversation doesn't clarify things for me.

While MBTiles is supposed to store tiles in a single file, does it matter which projection is used and how this projection is specified? Wouldn't it be enough to add some properties to metadata describing a number of tiles (x and y) on zero level?

@ezze
Copy link
Author

ezze commented Jul 12, 2017

@pnorman, thanks for clarification. Anyway, global-geodetic profile of TMS specification is another real example of xyz.

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

2 participants