maplibre-gl
Advanced tools
Changelog
2.0.1
addProtocol
and removeProtocol
.Changelog
2.0.0
version
from the public APIaccessToken
and Mapbox specific urls starting with mapbox://
. Telemetry and tracking code was removed.baseApiUrl
as it was used only for Mapbox related urlsStyle
=> StyleSpecification
AnyLayer
=> LayerSpecification
AnySourceData
=> SourceSpecification
MapboxEvent
=> MapLibreEvent
MapboxOptions
=> MapOptions
MapBoxZoomEvent
=> MapLibreZoomEvent
*SourceRaw
+ *SourceOptions
=> *SourceSpecification
*Source
(source implementation definition) were removed*Layer
=> *LayerSpecification
*Paint
=> *LayerSpecification['paint']
*Layout
=> *LayerSpecification['layout']
MapboxGeoJSONFeature
=> GeoJSONFeature
redraw
function to map (#206)getImage
uses createImageBitmap when supported (#650)Changelog
1.15.2