maplibre-gl
Advanced tools
Changelog
3.4.0
Changelog
3.3.1
Map.getLayer()
and Style.getLayer()
to be StyleLayer | undefined
to match the documentation (#2969)Map.addLayer()
and Style.addLayer()
to allow adding a layer with an embedded source, matching the documentation (#2966)Map.setTerrain(options: TerrainSpecification): Map
to be Map.setTerrain(options: TerrainSpecification | null): Map
per the API spec (#2993)Map.getTerrain(): TerrainSpecification
to be Map.getTerrain(): TerrainSpecification | null
for consistency with the setTerrain function (#3020)Changelog
3.3.0
text-variable-anchor-offset
symbol style layer property (#2914)