gws.plugin.geojson.layer

GeoJSON layer

Source code: gws.plugin.geojson.layer

Module Contents

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

Bases: gws.base.layer.Config

GeoJson layer

provider: Config.provider

geojson provider

class gws.plugin.geojson.layer.Object

Bases: gws.base.layer.vector.Object

Base vector layer

path: str
provider: Object.provider
features: list[gws.Feature]
configure()

Configuration hook.

configure_provider()
configure_bounds()
configure_models()
create_model(cfg)