:tocdepth: 3 :py:mod:`gws.plugin.geojson.provider` ===================================== .. py:module:: gws.plugin.geojson.provider .. autoapi-nested-parse:: GeoJson provder. **Source code:** :source:`gws.plugin.geojson.provider` Module Contents --------------- .. py:class:: Config(*args, **kwargs) Bases: :py:obj:`gws.Config` Configuration for GeoJson provider. .. py:attribute:: path :type: gws.FilePath path to a geojson file .. py:class:: Object Bases: :py:obj:`gws.Node` GWS object tree node. .. py:attribute:: path :type: str .. py:method:: configure() Configuration hook. .. py:method:: get_records() -> list[gws.FeatureRecord] .. py:method:: post_configure() Post-configuration hook.