You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Welp, I can confirm the behavior you're reporting in node-v3.0.2, but it looks to be fixed in master now. Not quite sure what originally caused this, but I'll tag a new release tomorrow.
I am trying to render a map with some GeoJSON line on it (using the Node.js bindings), here is the example:
https://gist.github.com/trasch/2ad54fd13565da72e4ce9ae6662ca7db
The curious thing is that it works for any zoom level < 15, but the line vanishes in zoom levels >= 15.
Steps to trigger behavior
Run the script above for zoom 14.9 and 15.
Expected behavior
There should be a line on the rendered image for both zoom levels.
Actual behavior
There is a line for zoom 14.9 but not for 15.
Platform: Mac OS X
Mapbox SDK version: 3.0.2
The text was updated successfully, but these errors were encountered: