This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Releases: Bayer-Group/ol-kit
Releases · Bayer-Group/ol-kit
1.13.0
Enhancements
- New
LayerPanelActionMerge
to create a new vector layer via merge #327 - New
LayerPanelActionHeatmap
to create a new heatmap layer from a vector layer #327 - New
addHeatmapLayer
&addVectorLayer
utils #327 - New
Zoom to Extent
PopupActionItem #328 - New
getExtentForFeatures
&setMapExtent
utils #327
1.12.1
1.12.0
Enhancements
- New browser-print PDF utils
convertSvgToPDFTemplate
&printPDFTemplate
#309
1.11.1
Bug Fixes
- Fixed bug that overrode an
undefined
feature
prop forPopupActionGroup
that passedundefined
toPopupActionItem
#318
1.11.0
Enhancements
- New
addSelectInteraction
&getSelectInteraction
utils #314
Bug Fixes
- Fixed buggy behavior with select interaction #314
1.10.3
1.10.2
ol
from dependencies
- implementing applications have always been required to install OpenLayers as a peer dependency...if somehow this was working without having installed ol
, this update fixes that bug and will break your app. Read the getting started guide for list of required peerDependencies
Bug Fixes
- Remove
ol
as a dependency (keep aspeerDependency
) #308