Skip to content

Commit

Permalink
Release v0.2.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Aug 18, 2022
1 parent abf1e66 commit 1712b27
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion dist/mapbox-gl-indoorequal.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,10 @@ const layers = [
"layout": {
"text-field": [
"concat",
["get", "name:latin"],
["coalesce",
["get", "name:latin"],
["get", "ref"],
],
"\n",
["get", "name:nonlatin"],
],
Expand Down
5 changes: 4 additions & 1 deletion dist/mapbox-gl-indoorequal.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,10 @@ const layers = [
"layout": {
"text-field": [
"concat",
["get", "name:latin"],
["coalesce",
["get", "name:latin"],
["get", "ref"],
],
"\n",
["get", "name:nonlatin"],
],
Expand Down
Loading

0 comments on commit 1712b27

Please sign in to comment.