MarcusWolschon / osmeditor4android

Vespucci is a OpenStreetMap editor for Android
http://vespucci.io
Other
373 stars 83 forks source link

Protect against null Feature caused by trailing commas #2585

Closed simonpoole closed 3 months ago

simonpoole commented 3 months ago

Trailing commas cause the Mapboxes GeoJSON library to include a null Feature, while we wouldn't crash stopped otherwise parseable files from being loaded.

Further always runs the toasting on the UI thread.