Skip to content

Releases: Wirecloud/ol3-map-widget

v1.2.4

31 Jan 16:55
edb2b6b
Compare
Choose a tag to compare
  • 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

25 Mar 22:29
dfa91e1
Compare
Choose a tag to compare
  • 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

23 Mar 14:49
1fd84dd
Compare
Choose a tag to compare
  • Use PoI id for the selection popup menu if the PoI does not provide a title attribute.
  • Added a button to set the Initial Location setting using the center of the current displayed area. This button is only available when using WireCloud v1.4 in edit mode.

v1.2.1

07 Mar 06:41
eb59283
Compare
Choose a tag to compare
  • Use OSM layer by default. Previous versions of the widget were using Wikimedia maps by default.

v1.2.0

29 Dec 15:43
42e5c53
Compare
Choose a tag to compare
  • 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 and viewMinZoom
    • extent option is now transformed from EPSG:4623
    • Added a new command for updating layer options. Current available options
      for those updates are: opacity, visible and url.

v1.1.3

22 Oct 12:13
bf3d5c9
Compare
Choose a tag to compare
  • Fix null event sent sometimes when changing the selected PoI when using the
    endpoints. See #22.

v1.1.2

04 Apr 11:20
0a2045a
Compare
Choose a tag to compare
  • Bundle the LICENSE file with the widget
  • Improve widget metadata

v1.1.1

06 Mar 14:27
0805e4a
Compare
Choose a tag to compare
  • Fix proj4.js not being packaged into the widget. See #16.
  • Fix creation of markers for polygons. See #17

v1.1.0

08 Feb 21:14
a105f74
Compare
Choose a tag to compare
  • 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)

23 Feb 22:27
Compare
Choose a tag to compare
  • Improve Initial Location preference parsing
  • Fix some problems managing popovers
  • Fix some problems managing EndpointTypeError (errors sending invalid data to the input endpoints)