You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dragging and dropping the following valid GeoJSON file:
{
"features": [],
"type": "FeatureCollection"
}
causes geojson.io to give the error message:
Invalid JSON file: Error: Invalid LngLat latitude value: must be between -90 and 90
This error message is incorrect (there are no invalid latitude values). Instead geojson.io should prompt with a "Warning: file contains no features" or similar.
The text was updated successfully, but these errors were encountered:
Dragging and dropping the following valid GeoJSON file:
causes geojson.io to give the error message:
This error message is incorrect (there are no invalid latitude values). Instead geojson.io should prompt with a "Warning: file contains no features" or similar.
The text was updated successfully, but these errors were encountered: