gws.plugin.exporter.geojson¶
Exporter for the GeoJSON format.
See https://gdal.org/en/stable/drivers/vector/geojson.html#layer-creation-options for supported options.
Source code: gws.plugin.exporter.geojson
Package Contents¶
- class gws.plugin.exporter.geojson.Config¶
GeoJSON Exporter configuration.
- class gws.plugin.exporter.geojson.Object¶
- supportsMultiLayer = False¶
- supportsRaster = False¶
- supportsVector = True¶
- run(ea, er)¶
- class gws.plugin.exporter.geojson.Props¶
GeoJSON Exporter properties.