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 |
|