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
0.10.0
0.9.2
Bug Fixes
- Fix
<LayerPanel>
bug where expanding a single layer expanded all layers #115 - The opacity slider in the action items has the correct width #115
0.9.1
0.9.0
Ennhancements
- New
exportFeatures
util for exporting GeoJSON, Shapefiles, and KML- now set as default exports in the<LayerPanel>
#99
0.8.0
Enhancements
- New
loadDataLayer
util to fetch & loadgeojson
/kml
data sets #103 - New
<GooglePlacesSearch>
component to search Google Places API and snap to location + add a point on the map #105
0.7.1
Bug Fixes
<LayerStyler>
now filters out layers that cannot be styled (ex: basemap layers) #100
0.7.0
Enhancements
- New
<BasemapContainer>
component #91
0.6.0
Enhancements
- Add wms (
GeoserverLayer
only for now) layer/feature click support andolVectorTile
layer click support togetLayersAndFeaturesForEvent
used by<Popup>
#71 - Added a new
<PopupActionCopyWkt>
component which copies a feature's WKT to the system clipboard #77
Bug Fixes