Releases: Wirecloud/ol3-map-widget
Releases · Wirecloud/ol3-map-widget
v1.2.4
- Add a feature for building a marker with Font Awesome icon
- Use sticky popovers on WireCloud 1.4
- Popover events are disabled while moving/zooming the map (when using sticky
events). - Repaint popovers when moving/zooming the map (when using sticky events).
- Fix placement of popovers when icon anchor is different to
[0.5, 1]
- Switch code to use let and const
- Update popover contents when the selected PoI is updated
- Allow to pass a list of feature ids to the
poiInputCenter
endpoint
v1.2.3
- Fix some problems rendering the layer/setcenter buttons
- Added a button for setting the current zoom level as the Initial Zoom
Level setting. This button is only available when using WireCloud v1.4 in
edit mode. - Added a button for setting both the Initial Location and the Initial
Zoom Level settings from the current displayed area. This button is only
available when using WireCloud v1.4 in edit mode.
v1.2.2
v1.2.1
v1.2.0
- Update OpenLayers to v6.1.1. See #29.
- Fix
getPixelFromCoordinate
function. See #23 and #24. - Allow
poiInputCenter
endpoint receive null. See #25. - Add clustering support (enabled through a preference). See #27.
- Improve layer configurability. See #28.
- Added support for the following general options:
opacity
,visible
,
viewMaxZoom
andviewMinZoom
extent
option is now transformed fromEPSG:4623
- Added a new command for updating layer options. Current available options
for those updates are:opacity
,visible
andurl
.
- Added support for the following general options:
v1.1.3
v1.1.2
v1.1.1
v1.1.0
- Add a new preference for configuring the widget to be used for switching between layers. Also allow to disable this feature by providing an empty widget reference. See #14.
- Allow to indicate if the PoI is selectable or not. See #5
- Update OpenLayers to version 4.6.5
- Add a new option:
minzoom
. This option allows to configure the minimum zoom level at which the PoI will be displayed. - Fix some problems managing current selected PoIs. See #8 and #13.
- Other small fixes: #11
v1.0.3 (2018-02-23)
- Improve
Initial Location
preference parsing - Fix some problems managing popovers
- Fix some problems managing
EndpointTypeError
(errors sending invalid data to the input endpoints)