-
Notifications
You must be signed in to change notification settings - Fork 13
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
NaN in tile parameters #9
Comments
Hmm, could you provide some more context? I've definitely used |
Thanks for responding so quickly. The exact URI I pass to vtgeojson is: "tilejson+https://api.mapbox.com/v4/" + {map_name} + ".json?access_token=" + {access_key}. |
More specifically, the tilejson resolves to this source: https://a.tiles.mapbox.com:80/v4/MAP_NAME/NaN/NaN/NaN.vector.pbf?access_token=ACCESS_TOKEN, which results in a protocol error (which I also raised an issue for), but when the port specifier is removed, results in a 404. |
So I narrowed it down to something in tile-cover that is generating the tile indexes. The |
When using browserify to create a bundle suitable for browsers, at some point along the line the z, x, and y parameters are passed NaN. This, of course, fails.
The text was updated successfully, but these errors were encountered: