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

Mapbox GL styles produce incorrect maps #759

Closed
mr opened this issue Apr 27, 2016 · 4 comments
Closed

Mapbox GL styles produce incorrect maps #759

mr opened this issue Apr 27, 2016 · 4 comments

Comments

@mr
Copy link

mr commented Apr 27, 2016

  • What did you see?

https://gfycat.com/SecondhandDefiantEwe

  • What did you expect to see?

https://gfycat.com/PotableSinfulCurlew

  • What map location are you having problems with?

All of them

I was using basic-v7 from https://github.com/mapbox/mapbox-gl-styles, however I'm pretty sure the results will be the same for all of them. I simply changed the sources from mapbox to local static tiles from tileserver. Is there a way to use styles made with Mapbox studio? I saw this issue: tilezen/mapbox-vector-tile#42 (comment) and thought that might be relevant. Is it?

EDIT: I should also point out that this: https://github.com/mapzen/mapboxgl-vector-tiles/blob/master/index.html works fine.

@nvkelso
Copy link
Member

nvkelso commented Apr 29, 2016

Hi @mr, while Mapzen and Mapbox vector tiles share the same MVT file format, the selection of features and the "classes" of those features is different and it's not possible to do a 100% swap between the two without editing your style to accommodate these differences . It is, possible to use Mapzen vector tiles inside of Mapbox studio.

@nvkelso nvkelso closed this as completed Apr 29, 2016
@zavan
Copy link

zavan commented Oct 7, 2016

Hi @nvkelso, do you know how can I use the mapzen vector tiles in Mapbox Studio?

@nvkelso
Copy link
Member

nvkelso commented Oct 7, 2016

You'll need to riff off a style like:

https://github.com/mapzen/mapboxgl-vector-tiles/blob/master/index.html

@zavan
Copy link

zavan commented Oct 7, 2016

@nvkelso Thank you!
And thanks for the great work.

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