mapper
mapper copied to clipboard
GeoJSON export failing - driver quirk
Steps to reproduce
- File -> Export -> Geospatial vector data
- Selec GeoJSON (*.json, *.geojson) from the file type dropdown
- Type in a filename
- Click "save"
Actual behaviour
An error dialog appears and an empty json file is created.
The error dialog reads
The map export generated warnings.
Failed to create layer oomg_lines: GeoJSON driver doesn't support creating more than one layer
Failed to create layer oomg_areas: GeoJSON driver doesn't support creating more than one layer
Expected behaviour
I expected a GeoJSON file to be created. Or multiple GeoJSON files e.g. filename_lines.json filename_areas.json
Configuration
Mapper Version: 0.9.5 Operating System: macOS Sequoia 15.2
The line-seperated GeoJSON export do work and might be a potential workaround for others.