Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

GeoJSON layers vanishing when rendering a map tile in zoom >= 15 #4632

Closed
trasch opened this issue Apr 7, 2016 · 2 comments
Closed

GeoJSON layers vanishing when rendering a map tile in zoom >= 15 #4632

trasch opened this issue Apr 7, 2016 · 2 comments
Assignees
Labels
Node.js node-mapbox-gl-native
Milestone

Comments

@trasch
Copy link

trasch commented Apr 7, 2016

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

@1ec5 1ec5 added the Node.js node-mapbox-gl-native label Apr 7, 2016
@mikemorris mikemorris self-assigned this Apr 7, 2016
@mikemorris
Copy link
Contributor

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.

@mikemorris mikemorris added this to the node-v3.0.3 milestone Apr 7, 2016
@mikemorris
Copy link
Contributor

Looks like this was fixed in 387f37d

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Node.js node-mapbox-gl-native
Projects
None yet
Development

No branches or pull requests

3 participants