GeoJSON
OrbitSailor allows you to filter data by specific regions. You can define these areas using two methods:
- Draw a Polygon: Manually create a polygon in the map window.
- Upload a GeoJSON File: Import a GeoJSON file to define the region.
OrbitSailor is compatible with GeoJSON files that follow the GeoJSON standard.
The following geometry types are supported:
- Point
- LineString
- Polygon
- MultiPoint
- MultiLineString
- MultiPolygon.
WARNING
GeoJSON files containing GeometryCollection are not supported.