-
- Downloads
Add better error messages to loading GeoJSON files
Previously the only error message was a schema validation failure. The same error would be given for an unreachable host, unparsable JSON, bad URL etc. This commit attempts to separate that out and provide a better message in the failure case. Fixes #8793
Please register or sign in to comment