Skip to content

Commit

Permalink
Merge branch 'main' into GO-633-updated-geocoding-api
Browse files Browse the repository at this point in the history
  • Loading branch information
zdila authored Nov 8, 2024
2 parents 08a89c8 + 089d59d commit 3c31cc8
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
Expand Up @@ -4,8 +4,12 @@

### New Features

- added `continental_marine` and `major_landform` to geocoding type

### Bug Fixes

- Fixed Czech language geocoding flag

### Others

- Languages are now listed in the Client library
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 3c31cc8

Please sign in to comment.