maplibre-gl
Advanced tools
Changelog
5.1.0
vertical-align
in format
expression (specification)(#5043).Changelog
5.0.1
geometry-type
(#5285). This change was causing issues in a large number of styles and thus reverted.Changelog
5.0.0
geometry-type
to identify "Multi-" features (#4877). Use $type
which has no "Multi-" support or use in
expression to get the previous behavior.~~StyleLayer
's queryIntersectsFeature
method parameters were moved to QueryIntersectsFeatureParams
. (#5276) Wrap the method parameters with {}
to solve thisantialias
, preserveDrawingBuffer
and failIfMajorPerformanceCaveat
must now be defined inside the canvasContextAttributes
object on MapOptions
.on
method to return a Subscription
to allow for easy unsubscribe (#5080). map.on('x').on('y')
=> map.on('x'); map.on('y');
.contextType
inside canvasContextAttributes
to choose which WebGL version to useEvent
class (#5016)coveringTiles
(tile culling) function for globe (#4937)AJAXError
to expose HTTP request details to the "error"
event (https://github.com/maplibre/maplibre-gl-js/pull/4822)queryRenderedFeatures
by using JavaScript Set
s to assess layer membership internally (#4777)error
handler (#4613)geometry-type
filter expression results (#5132)GeoJSONSource.setClusterOptions()
(#5055)always
(#4802)Changelog
5.0.0-pre.10
antialias
, preserveDrawingBuffer
and failIfMajorPerformanceCaveat
must now be defined inside the canvasContextAttributes
object on MapOptions
.Changelog
5.0.0-pre.9
geometry-type
filter expression results (#5132)Changelog
5.0.0-pre.7
Event
class (#5016)GeoJSONSource.setClusterOptions()
(#5055)Changelog
5.0.0-pre.6
coveringTiles
(tile culling) function for globe (#4937)Changelog
5.0.0-pre.5
AJAXError
to expose HTTP request details to the "error"
event (https://github.com/maplibre/maplibre-gl-js/pull/4822)Changelog
5.0.0-pre.4
geometry-type
to identify "Multi-" features (#4877)