Details
Description
The example GeoJSON Viewer can be used to visualize geographic shapes in from of GeoJSON files. Some examples are not rendered as expected and as on other platforms.
The following unexpected behavior was found:
- If a MapPolygon should appear on both sides of the map (the map is periodic between -180 and 180) it appears only on one side of the map.
- If a MapPolygon is crossing the "date line" (longitude = -180 = 180) multiple times it is not rendered correctly.
- Complex MapPolygons are not rendered correctly at some zoom levels.
The error can be reproduced with the appended GeoJson files. The continent shapes are taken from https://gist.github.com/hrbrmstr/91ea5cc9474286c72838?short_path=f3fde31. They are verified with QGis.