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
Empty GeoJSON and empty FeatureCollections cause the following exception:
Error: geojson_datasource: Failed to parse GeoJSON file from in-memory string
#912 adds 2 tests that test this functionality that are currently failing.
https://travis-ci.org/mapnik/node-mapnik/jobs/498982620#L7048
The text was updated successfully, but these errors were encountered:
Fix - Replaced bad GeoJSON with and "empty" (really contains 1 elemen…
a4da8d2
…t) GeoJSON so mapnik doesn't blow up. See: mapnik/node-mapnik#913
@four43 - see #912
Sorry, something went wrong.
No branches or pull requests
Empty GeoJSON and empty FeatureCollections cause the following exception:
#912 adds 2 tests that test this functionality that are currently failing.
https://travis-ci.org/mapnik/node-mapnik/jobs/498982620#L7048
The text was updated successfully, but these errors were encountered: