Sam Matthews
Sam Matthews
Per discussion with @ericfischer - the current plan in documenting the _structure_ of vector_layers is to take the text from the [mbtiles spec](https://github.com/mapbox/mbtiles-spec/blob/master/1.3/spec.md#vector_layers) and move it into this specification as...
Thanks for the ticket @alpha-beta-soup ! Agree that enforcing bounds to 180/90 has its limitations. We’ll work on clarifying the current limitations in v3 and consider expanding beyond 180/90 for...
Thanks for bringing this up! Looks like `maskLevel` is now referred to as `fillzoom`, we’ll revisit when we start researching and drafting up the next versions.
Let's plan on having `fillzoom` documented in #36 since this can be a complicated concept and would be great to have a single point of reference for other users. Right...
Hey @mnboos, thanks for the ticket! I agree that without a bounds or center, it’s difficult to know the valid XY coordinates. My understanding is that `bounds` and `center` are...
Adding the `v3` label since it'll be great to document the important use-cases of `bounds` and `center` and clearly define the relationship between maps, tiles, TileJSON.
Hi @bomanimc! Apologies for the delayed response here. I think this would be a great feature. I have a proof of concept going over at the `return-geojson` branch, which adds...
Thanks for submitting this issue @sathya9897 - sorry you're having trouble! I'm not too familiar with react these days unfortunately, perhaps @mollymerp or @lbud can have a look?
> it worked for me too Great to hear. Thanks @davidyu37 for providing a workaround! > but they should have fixed the bug or update the documentation No one has...
Hi @bomanimc - can you describe what specifics you'd like to style? Currently you can pass in a full styles array that replaces each route layer in the [default style](https://github.com/mapbox/mapbox-gl-directions/blob/master/src/directions_style.js)....