Skip to content

Style

Get all Styles

This command fetches all Styles available in GeoServer.

# Get all styles available in GeoServer
await client.get_all_styles()

Get single Style

This command fetches information about particular Style from GeoServer.

# Get information about `population` style from GeoServer
await client.get_style('population')