Skip to content

Commit

Permalink
Add culture to get Bing maps tile in user language
Browse files Browse the repository at this point in the history
  • Loading branch information
nboisteault committed Apr 27, 2023
1 parent ae9613f commit 26f26b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/src/modules/BaseLayersMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default class BaseLayersMap extends olMap {
source: new BingMaps({
key: mainLizmap.config.options.bingKey,
imagerySet: bingConfig.imagerySet,
culture: navigator.language
}),
})
);
Expand Down

0 comments on commit 26f26b9

Please sign in to comment.