-
The
ol.events.condition.mouseMove
function was replaced byol.events.condition.pointerMove
(see #3281). For example, if you useol.events.condition.mouseMove
as the condition in aSelect
interaction then you now need to useol.events.condition.pointerMove
:var selectInteraction = new ol.interaction.Select({ condition: ol.events.condition.pointerMove // … });
- #3263 - Support ArcGIS Rest Services (@cwgrant)
- #3295 - Add RESTful to WMTS GetCapabilities optionsFromCapabilities (@sarametz)
- #3304 - Remove scale line inner padding (@fredj)
- #3296 - Add upgrade-notes.md file (@elemoine)
- #3303 - Add constant for us-ft units (@ahocevar)
- #3018 - Add SelectEvent to interaction (@bjornharrtell)
- #3301 - Select interaction unit tests (@bjornharrtell)
- #3298 - Make ol.source.Source inherit from ol.Object (@fredj)
- #3297 - Add getters to ol.source.WMTS (@fredj)
- #3281 - Fix mouseMove event type comparison for IE10-11, pointermove (@adube)
- #3293 - Add missing opacity option for ol.style.IconOptions (@ahocevar)
- #3284 - Fix jsdoc type for arrays of listening keys (@fredj)
- #3278 - Add goog.provide for ol.DrawEventType (@elemoine)
- #3272 - Added getter function to return the wrapped source within the cluster (@acanimal)
- #3275 - Add ol.layer.Heatmap#blur getter and setter (@fredj)
- #3142 - WMTS Get Cap document with updated WMTS.optionsFromCapabilities function (@sarametz)
- #3271 - [wip] Fix misplaced comment blocks (@fredj)
- #3273 - Remove unused createGetTileIfLoadedFunction function. (@tschaub)
- #3270 - Make ol.Overlay autoPan default to false (@elemoine)
- #3268 - Fix autoPan in examples with ol.Overlay on hover (@tsauerwein)
- #3256 - Add autoPan option to ol.Overlay (@tsauerwein)
- #3261 - Fix forEachCorner extent, add TopLeft (@adube)
- #3260 - Remove unused goog.require (@fredj)
- #3246 - Avoid creating unnecessary images in tile layers. (@tschaub)
- #3254 - Use lineCap, lineJoin and miterLimit stroke properties in RegularShape (@fredj)
- #3252 - Avoid leaking global listenerSpy. (@tschaub)
- #3248 - Add tile loading events to image tile sources. (@tschaub)
- #3240 - Changes from the v3.2.x branch. (@openlayers)
- #3233 - Four small fixes. (@stweil)
- #3232 - Fix typos found by codespell. (@stweil)
- #3231 - Make ol.layer.Heatmap#radius configurable (@fredj)
- #3225 - Respect attributions passed to TileJSON source. (@tschaub)
- #3223 - Resize the canvas when the tile size changes. (@tschaub)
- #3224 - Provide the ability to get the layer name from a MapQuest source (@bartvde)
- #3222 - Add geodesic option for measure (@bartvde)
- #3221 - Select the uppermost feature (@fredj)
- #3211 - Bing https logo fix. (@photostu)
- #3215 - Allow reuse of layer rendering code without creating a map. (@tschaub)