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
One of the python tests fails:
====================================================================== ERROR: test_create_vector_tiles (tests.test_validate_geojson.TestValidateGeojson) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tiler-scripts/tests/test_validate_geojson.py", line 12, in test_create_vector_tiles is_valid = validate_geojson(GEOJSON_FILE) File "/tiler-scripts/validate_geojson.py", line 11, in validate_geojson validation = geojson.is_valid(features) AttributeError: 'module' object has no attribute 'is_valid'
The text was updated successfully, but these errors were encountered:
Looks like the GeoJSON API has changed. We should probably lock down the Python library versions.
Sorry, something went wrong.
No branches or pull requests
One of the python tests fails:
The text was updated successfully, but these errors were encountered: