gws.ext.action.map

Map related commands.

class gws.ext.action.map.RenderBoxParams(*args, **kwargs)[source]
class gws.ext.action.map.RenderXyzParams(*args, **kwargs)[source]
class gws.ext.action.map.RenderLegendParams(*args, **kwargs)[source]
class gws.ext.action.map.DescribeLayerParams(*args, **kwargs)[source]
class gws.ext.action.map.DescribeLayerResponse(*args, **kwargs)[source]
class gws.ext.action.map.GetFeaturesParams(*args, **kwargs)[source]
limit = 0
class gws.ext.action.map.GetFeaturesResponse(*args, **kwargs)[source]
class gws.ext.action.map.Config(*args, **kwargs)[source]

Map rendering action

class gws.ext.action.map.Object[source]
api_render_box(req: gws.types.IRequest, p: gws.ext.action.map.RenderBoxParams) → gws.types.HttpResponse[source]

Render a part of the map inside a bounding box

api_render_xyz(req: gws.types.IRequest, p: gws.ext.action.map.RenderXyzParams) → gws.types.HttpResponse[source]

Render an XYZ tile

api_render_legend(req: gws.types.IRequest, p: gws.ext.action.map.RenderLegendParams) → gws.types.HttpResponse[source]

Render a legend for a layer

http_get_legend(req: gws.types.IRequest, p: gws.ext.action.map.RenderLegendParams) → gws.types.Response[source]
api_describe_layer(req: gws.types.IRequest, p: gws.ext.action.map.DescribeLayerParams) → gws.ext.action.map.DescribeLayerResponse[source]
api_get_features(req: gws.types.IRequest, p: gws.ext.action.map.GetFeaturesParams) → gws.ext.action.map.GetFeaturesResponse[source]

Get a list of features in a bounding box

http_get_box(req: gws.types.IRequest, p: gws.ext.action.map.RenderBoxParams) → gws.types.HttpResponse[source]
http_get_xyz(req: gws.types.IRequest, p: gws.ext.action.map.RenderXyzParams) → gws.types.HttpResponse[source]
http_get_features(req: gws.types.IRequest, p: gws.ext.action.map.GetFeaturesParams) → gws.types.HttpResponse[source]