maplibre-gl
Advanced tools
Changelog
2.1.8-pre.2
npm run build-prod
will be the main build command going forward.cannot read properties of undefined (reading 'sourceCaches')
error (#1099).Changelog
2.1.8-pre.1
viewport-glyph
to text-rotation-alignment
which places glyphs along a linestring and rotates them to the x-axis of the viewport (#716).GeoJSONFeature.id
type from number | string | void
to number | string | undefined
(#1093)id: string | number;
to id?: string | number | undefined;
(#1095)