Skip to content

Commit

Permalink
Make more readable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorix committed Jul 17, 2013
1 parent b729c32 commit 140bb9a
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ Changelog
Development code that is considered stable in the is in the *gh-pages* branch (note that *master* branch does not exist)


### On development
On development
--------------

(open for suggestions)


### [v0.6.0](https://github.com/jorix/OL-Ragbag/tree/v0.6.0)
[v0.6.0](https://github.com/jorix/OL-Ragbag/tree/v0.6.0)
--------------------------------------------------------

#### Improvements

* *Control/ModifyFeature-tools.js*
* Select and drag simultaneously for single multipoins (as a point)
* The position of the toolbar conforms to size of the point feature.
Expand All @@ -22,24 +23,23 @@ Development code that is considered stable in the is in the *gh-pages* branch (n
* Easy select feature programmatically also using multilayer by SelecFeature.

#### Changes

* *Control/ModifyFeature-tools.js*
* Never uses the layer styleMap (ignores options: `vertexRenderIntent` and `virtualStyle`)
* Change the order of the tools in the toolbar.
* Drag has been optimized considering the Canvas renderer.

#### Bug fixes

* *Control/ModifyFeature-tools.js*
* Zooming while dragging a tool form toolbar not fired event *"featuremodified"*.
* Zooming the drag tool is located above the vertices.
* "point" tool does not move with the point feature (using multipoint)
* Apply [OL-984](https://github.com/openlayers/openlayers/pull/984)

### [v0.5.0](https://github.com/jorix/OL-Ragbag/tree/v0.5.0)

#### Improvements
[v0.5.0](https://github.com/jorix/OL-Ragbag/tree/v0.5.0)
--------------------------------------------------------

#### Improvements
* Replace *Control/ModifyFeature-patch.js* by *Control/ModifyFeature-tools.js*
* It's a complete control, not a patch.
* Delete a feature by a tools instead of *del-key*
Expand All @@ -48,16 +48,15 @@ Development code that is considered stable in the is in the *gh-pages* branch (n
* Allows custom tools (eg rotate by a drag the angle attribute of a point)

#### Deprecated

* *Control/ModifyFeature-patch.js*


### [v0.4.0](https://github.com/jorix/OL-Ragbag/tree/v0.4.0)
[v0.4.0](https://github.com/jorix/OL-Ragbag/tree/v0.4.0)
--------------------------------------------------------

First version.

#### New components

* *Control/ModifyFeature-patch.js* cancel last vertex drag by *esc-key* and delete feature by *del-key* (out of a vertex)
* *Strategy/CenteredCluster.js* show clusters more centered (regarding its points)
* *Handler/Path-patch.js* cancel last added point by *esc-key*
Expand Down

0 comments on commit 140bb9a

Please # to comment.