Skip to content

Commit

Permalink
Merge branch 'main' into feature/packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy authored Feb 28, 2024
2 parents 4d89685 + c0f41ac commit 97da6d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions packages/clients/dish/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# CHANGELOG

## unpublished

- Fix: The client now properly throws an error if `queryParameters` is missing on the `searchMethod` configuration of the `dish` search.

## 1.1.1

- Fix: The marker previously disappeared on being moved/reclicked on a second feature. This issue has been resolved.
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/getFeatures/wfs/match.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const match = (
const uninterpretedCharacters: number[] = []
patterns.forEach((pattern) => {
const patternBlocks = getBlocks(pattern)
const patternMapping: Array<[string, string]> = []
const patternMapping: KeyValueSetArray[number] = []
let traverseInput = inputValue

patternBlocks.forEach((block) => {
Expand Down

0 comments on commit 97da6d8

Please sign in to comment.