Class: TileWFS

ol.source. TileWFS

A vector source to load WFS at a tile zoom level


new TileWFS(options)

Parameters:
Name Type Description
options Object
Properties
Name Type Argument Default Description
typeName string

WFS type name parameter

version string <optional>
1.1.0

WFS version to use. Can be either 1.0.0, 1.1.0 or 2.0.0.

outputFormat string <optional>
application/json

WFS outputFormat parameter

tileZoom number <optional>
14

zoom to load the tiles

maxFeatures number <optional>

maximum features returned in the WFS

featureLimit number <optional>
Infinity

maximum features in the source before refresh, default Infinity

pagination boolean <optional>

experimental enable pagination, default no pagination

Fires:
  • event:tileloadstart
  • event:tileloadend
  • event:tileloaderror
  • event:overload

Extends

Methods


_loadTile()


clear()

Overwrite ol/source/Vector clear to fire clearstart / clearend event

Inherited From:
Overrides: