Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2767ddfdc7 | ||
|
|
cd85e30d08 | ||
|
|
139fcd7bae | ||
|
|
2a04415264 | ||
|
|
515eca797f |
@@ -1,3 +1,3 @@
|
|||||||
# 5.1.1
|
# 5.1.1
|
||||||
|
|
||||||
The 5.1.1 release is a patch to include the readme in the package. See the [5.1.0 notes](https://github.com/openlayers/openlayers/releases/tag/v5.0.3) for detail on the 5.1 release.
|
The 5.1.1 release is a patch to include the readme in the package. See the [5.1.0 notes](https://github.com/openlayers/openlayers/releases/tag/v5.1.0) for detail on the 5.1 release.
|
||||||
|
|||||||
5
changelog/v5.1.2.md
Normal file
5
changelog/v5.1.2.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# 5.1.2
|
||||||
|
|
||||||
|
The 5.1.2 release is a patch to fix the API docs. See the [5.1.0 notes](https://github.com/openlayers/openlayers/releases/tag/v5.1.0) for detail on the 5.1 release.
|
||||||
|
|
||||||
|
* [#8413](https://github.com/openlayers/openlayers/pull/8413) - Remove extra curly in type ([@tschaub](https://github.com/tschaub))
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ol",
|
"name": "ol",
|
||||||
"version": "5.1.1",
|
"version": "5.1.2",
|
||||||
"description": "OpenLayers mapping library",
|
"description": "OpenLayers mapping library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"map",
|
"map",
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ class DragBox extends PointerInteraction {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Function to execute just before `onboxend` is fired
|
* Function to execute just before `onboxend` is fired
|
||||||
* @type {{function(this:module:ol/interaction/DragBox, module:ol/MapBrowserEvent)}}
|
* @type {function(this:module:ol/interaction/DragBox, module:ol/MapBrowserEvent)}
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
this.onBoxEnd_ = options.onBoxEnd ? options.onBoxEnd : UNDEFINED;
|
this.onBoxEnd_ = options.onBoxEnd ? options.onBoxEnd : UNDEFINED;
|
||||||
|
|||||||
Reference in New Issue
Block a user