We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When adding large LineString (with more then ~ 50 000 points) Chrome (36.0.1985.125, Mac OS 10.9) crashes.
Firefox 31 works on 500 000 points, but need about 1 minute to draw this LineString.
Data was added this way:
var json_string = { "type": "Feature", "geometry": { "type": "LineString", "coordinates": [ ... ] } }; var sourceObj = new mapboxgl.GeoJSONSource({ data: json_string }); map.addSource('my_linestring', sourceObj);
The text was updated successfully, but these errors were encountered:
Thanks for the report! Yeah, ticketed the real cause of this in #671, going to fix this soon.
Sorry, something went wrong.
accept URL in GeoJSONSource data option
9939517
closes #669, closes #671
No branches or pull requests
When adding large LineString (with more then ~ 50 000 points) Chrome (36.0.1985.125, Mac OS 10.9) crashes.
Firefox 31 works on 500 000 points, but need about 1 minute to draw this LineString.
Data was added this way:
The text was updated successfully, but these errors were encountered: