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
version string <optional>
1.1.0

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

typeName string

WFS type name parameter

tileZoom number

zoom to load the tiles

maxFeatures number

maximum features returned in the WFS

featureLimit number

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: