-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
vectortile parsing error #1019
Labels
Comments
The second feature in the "water" layer of this tile has a geometry that begins with a "closePolygon" command. vector-tile-js assumes that can't happen. /cc @springmeyer |
jfirebaugh
added a commit
to mapbox/vector-tile-js
that referenced
this issue
Feb 28, 2015
Pushed a failing test-case to vtjs: https://github.com/mapbox/vector-tile-js/compare/mapbox-gl-js-1019 |
@jfirebaugh - will need to try to reduce a testcase by recreating tiles from water - tracking at mapbox/mapnik-vector-tile#90 |
Upstream. |
jfirebaugh
added a commit
to mapbox/vector-tile-js
that referenced
this issue
Jun 15, 2015
jfirebaugh
added a commit
to mapbox/vector-tile-js
that referenced
this issue
Jun 15, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uncaught TypeError: Cannot read property 'push' of undefined
vectortilefeature.js:76
https://github.com/mapbox/vector-tile-js/blob/5b562b945aa552f48b3e0b6fb37c5de08a5219af/lib/vectortilefeature.js#L76
This happens when parsing tile 11/572/748
http://localhost:3000/debug/#11.3/43.5449/-79.4266/-17.3
The text was updated successfully, but these errors were encountered: