:tocdepth: 3 :py:mod:`geojson` ================= .. py:module:: geojson .. autoapi-nested-parse:: Exporter for the GeoJSON format. See https://gdal.org/en/stable/drivers/vector/geojson.html#layer-creation-options for supported options. **Source code:** :source:`geojson` Package Contents ---------------- .. py:class:: Config Bases: :py:obj:`gws.base.exporter.Config` GeoJSON Exporter configuration. .. py:class:: Object Bases: :py:obj:`gws.base.exporter.Object` .. py:attribute:: supportsMultiLayer :value: False .. py:attribute:: supportsRaster :value: False .. py:attribute:: supportsVector :value: True .. py:method:: run(ea, er) .. py:class:: Props Bases: :py:obj:`gws.base.exporter.Props` GeoJSON Exporter properties.