Skip to content

Commit

Permalink
GO-773 fixed Czech language geocoding flag (#45)
Browse files Browse the repository at this point in the history
* GO-733 fixed Czech language geocoding flag

* reverted touched formatting
  • Loading branch information
zdila authored Nov 7, 2024
1 parent 4d5269a commit 089d59d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MapTiler Client Changelog

## 2.0.1
### Bug Fixes
- Fixed Czech language geocoding flag

## 2.0.0
### New Features
- Added `matching_text` and `matching_place_name` properties to geocoding feature response
Expand Down
2 changes: 1 addition & 1 deletion src/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const Language = {
name: "Czech",
latin: true,
isMode: false,
geocoding: false,
geocoding: true,
} as LanguageInfo,

/**
Expand Down

0 comments on commit 089d59d

Please sign in to comment.