You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is about to introduces support for vertical-align property in format expression.
Implementation should follow maplibre-gl-js.
Describe the solution you'd like
vertical-align property in format expression enables to specify how each section should be positioned in relation to biggest element in line. There are three possible options:
"bottom" default: text baseline or image bottom are in line - this is current behaviour.
"center": image center or text center are in line.
"top": image top and text top are in
Describe alternatives you've considered
An HTML layer for maplibre-gl-js (or equivalent for other renderers) was considered, but was dropped due to:
performance limitation
lack of label collision support
more difficult to use
not multi-platform
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
maplibre-style-spec issue
maplibre-gl-js PR
This is about to introduces support for
vertical-align
property informat
expression.Implementation should follow maplibre-gl-js.
Describe the solution you'd like
vertical-align
property informat
expression enables to specify how each section should be positioned in relation to biggest element in line. There are three possible options:Describe alternatives you've considered
An HTML layer for maplibre-gl-js (or equivalent for other renderers) was considered, but was dropped due to:
The text was updated successfully, but these errors were encountered: