Skip to content

Commit

Permalink
#535 dynamicExtent vector layer and filtering issues (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman authored Apr 17, 2024
1 parent d6a5cc8 commit ceb5b97
Show file tree
Hide file tree
Showing 7 changed files with 1,214 additions and 1,152 deletions.
2 changes: 1 addition & 1 deletion src/essence/Ancillary/LocalFilterer.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const LocalFilterer = {
refreshFunction(filteredGeoJSON)
} else {
L_.clearVectorLayer(layerName)
L_.updateVectorLayer(layerName, filteredGeoJSON)
L_.updateVectorLayer(layerName, filteredGeoJSON, null, true)
}
},
match: function (feature, filter) {
Expand Down
Loading

0 comments on commit ceb5b97

Please sign in to comment.