Skip to content

Commit

Permalink
fix(geo): wms filter options
Browse files Browse the repository at this point in the history
(cherry picked from commit 7f48d344287a544ed6032de9d55992d3bef355c7)
  • Loading branch information
aziz-access authored and alecarn committed Feb 11, 2025
1 parent d690aaf commit 2cf4001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geo/src/lib/filter/shared/ogc-filter.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class OGCFilterService {
options.ogcFilters.interfaceOgcFilters =
ogcFilterWriter.defineInterfaceFilterSequence(
mergedInterfaceOgcFilters,
options.paramsWFS.fieldNameGeometry
options.fieldNameGeometry
);
}
this.filterByOgc(
Expand Down

0 comments on commit 2cf4001

Please sign in to comment.