Skip to content

Releases: Wirecloud/ol3-map-widget

v1.2.4

Choose a tag to compare

@aarranz aarranz released this 31 Jan 16:55
edb2b6b
  • 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

Choose a tag to compare

@aarranz aarranz released this 25 Mar 22:29
dfa91e1
  • 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

Choose a tag to compare

@aarranz aarranz released this 23 Mar 14:49
1fd84dd
  • 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

Choose a tag to compare

@aarranz aarranz released this 07 Mar 06:41
eb59283
  • Use OSM layer by default. Previous versions of the widget were using Wikimedia maps by default.

v1.2.0

Choose a tag to compare

@aarranz aarranz released this 29 Dec 15:43
42e5c53
  • 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

Choose a tag to compare

@aarranz aarranz released this 22 Oct 12:13
bf3d5c9
  • Fix null event sent sometimes when changing the selected PoI when using the
    endpoints. See #22.

v1.1.2

Choose a tag to compare

@aarranz aarranz released this 04 Apr 11:20
0a2045a
  • Bundle the LICENSE file with the widget
  • Improve widget metadata

v1.1.1

Choose a tag to compare

@aarranz aarranz released this 06 Mar 14:27
0805e4a
  • Fix proj4.js not being packaged into the widget. See #16.
  • Fix creation of markers for polygons. See #17

v1.1.0

Choose a tag to compare

@aarranz aarranz released this 08 Feb 21:14
a105f74
  • 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)

Choose a tag to compare

@aarranz aarranz released this 23 Feb 22:27
  • Improve Initial Location preference parsing
  • Fix some problems managing popovers
  • Fix some problems managing EndpointTypeError (errors sending invalid data to the input endpoints)