Skip to content

Commit a306044

Browse files
committed
Fixed place labels in example
1 parent 44ef81f commit a306044

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ addEventListener("load", () => {
4949
map.setLayoutProperty(
5050
"place-labels",
5151
"text-field",
52-
maplibregl.Diplomat.localizedNameWithGloss
52+
maplibregl.Diplomat.localizedNameWithLocalGloss
5353
);
5454
let locales = maplibregl.Diplomat.getLocales();
5555
let style = map.getStyle();

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)