gws.plugin.geojson.provider

GeoJson provder.

Source code: gws.plugin.geojson.provider

Module Contents

class gws.plugin.geojson.provider.Config(*args, **kwargs)

Bases: gws.Config

Object configuration.

path: gws.FilePath

path to a geojson file

class gws.plugin.geojson.provider.Object

Bases: gws.Node

Configurable GWS object.

path: str
configure()

Configuration hook.

post_configure()

Post-configuration hook.

get_records() list[gws.FeatureRecord]
gws.plugin.geojson.provider.get_for(obj: gws.Node) Object