Add featureTypesBbox option on WFS writeGetFeature
Add a possibility to provide one specific bbox per feature type on WFS writeGetFeature. This option results to one query node per featureTypesBbox item. One query node, for one feature type, will have a specific bbox filter and every query node will share the same others filters (if a filter option is defined).
This commit is contained in:
@@ -47,7 +47,7 @@ The default `geometryFunction` can only handle `ol/geom/Point` geometries.
|
||||
|
||||
### 11
|
||||
|
||||
`options.featureTypes` should be an Array.
|
||||
`options.featureTypes` must be an Array.
|
||||
|
||||
### 12
|
||||
|
||||
@@ -252,4 +252,4 @@ A layer can only be added to the map once. Use either `layer.setMap()` or `map.a
|
||||
|
||||
### 68
|
||||
|
||||
Data from this source can only be rendered if it has a projection compatible with the view projection.
|
||||
Data from this source can only be rendered if it has a projection compatible with the view projection.
|
||||
|
||||
Reference in New Issue
Block a user