new GeoportalWFS(options)
Layers/SourceWFS.js, line 41
Name | Type | Description | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | Object |
options for function call.
|
Example
var sourceWFS = new ol.source.GeoportalWFS({
layer: "",
maxFeatures: 500,
olParams: {}
});
Extends
- ol.source.Vector