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

Is the XYZ the default scheme now? #33

Closed
gilalan opened this issue Aug 3, 2012 · 3 comments
Closed

Is the XYZ the default scheme now? #33

gilalan opened this issue Aug 3, 2012 · 3 comments

Comments

@gilalan
Copy link

gilalan commented Aug 3, 2012

I've read some previous issues but I am not sure that XYZ is the current default scheme.

In my case, I generated a mbtile file from my web tiles in XYZ scheme (builded from Maperitive software). I'm not sure whether the mbtile generated is on the XYZ scheme too. I said that because I´ve uploaded my mbtile on MapBox and the result was a confusing map, the tiles were exchanged. The javascript code says that the scheme is XYZ and shows follow code: "tiles": ["/v3/gilliardlopes.ubtest/{z}/{x}/{y}.png"]}.

My feeling is that the mbtile is on the TMS scheme and the MapBox are trying to build the map on XYZ schema.

Has anyone experienced this?

Thanks in advance.

@kkaefer
Copy link

kkaefer commented Aug 4, 2012

The internal scheme in MBTiles files is TMS.

@gilalan
Copy link
Author

gilalan commented Aug 4, 2012

How can I change from TMS to XYZ schema?
I've read that is supported: #21

Thanks in advance.

@kkaefer
Copy link

kkaefer commented Aug 6, 2012

Internally, MBTiles is only specified for storing in TMS scheme. However, if you import tile images, e.g. from disk, you can use --scheme=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

3 participants