Skip to content

Commit

Permalink
Release v0.2.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Jul 27, 2022
1 parent 650f380 commit 8b9ed03
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
14 changes: 12 additions & 2 deletions dist/mapbox-gl-indoorequal.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,12 @@ const commonPoi = {
]
],
"text-anchor": "top",
"text-field": "{name:latin}\n{name:nonlatin}",
"text-field": [
"concat",
["get", "name:latin"],
"\n",
["get", "name:nonlatin"],
],
"text-max-width": 9,
"text-offset": [
0,
Expand Down Expand Up @@ -340,7 +345,12 @@ const layers = [
"all"
],
"layout": {
"text-field": ["get", "name"],
"text-field": [
"concat",
["get", "name:latin"],
"\n",
["get", "name:nonlatin"],
],
"text-max-width": 5,
"text-size": 14
},
Expand Down
14 changes: 12 additions & 2 deletions dist/mapbox-gl-indoorequal.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,12 @@ const commonPoi = {
]
],
"text-anchor": "top",
"text-field": "{name:latin}\n{name:nonlatin}",
"text-field": [
"concat",
["get", "name:latin"],
"\n",
["get", "name:nonlatin"],
],
"text-max-width": 9,
"text-offset": [
0,
Expand Down Expand Up @@ -333,7 +338,12 @@ const layers = [
"all"
],
"layout": {
"text-field": ["get", "name"],
"text-field": [
"concat",
["get", "name:latin"],
"\n",
["get", "name:nonlatin"],
],
"text-max-width": 5,
"text-size": 14
},
Expand Down
Loading

0 comments on commit 8b9ed03

Please sign in to comment.