| Sat, 03 Dec 2016 21:42:12 +0100 |
hertzhaft |
vector plugin: add polygon editing facility
|
| Fri, 02 Dec 2016 19:13:28 +0100 |
hertzhaft |
annotator plugin: render annotations only on store event, include annotation data created on storage (e.g. id)
|
| Wed, 30 Nov 2016 23:21:09 +0100 |
hertzhaft |
vector plugin: make a shape editable
|
| Tue, 01 Nov 2016 22:04:44 +0100 |
hertzhaft |
merge
measure-maps
|
| Fri, 28 Oct 2016 15:57:30 +0200 |
hertzhaft |
vector plugin: re-add vertexdrag callback
measure-maps
|
| Fri, 28 Oct 2016 15:54:43 +0200 |
hertzhaft |
copy 2 files from branch measure-maps
|
| Thu, 27 Oct 2016 16:28:07 +0200 |
hertzhaft |
vector plugin: add setting for editHandleType
measure-maps
|
| Thu, 27 Oct 2016 16:08:44 +0200 |
hertzhaft |
vector plugin: redrawShape (update SVG of single shape on layer)
measure-maps
|
| Mon, 24 Oct 2016 08:49:38 +0200 |
hertzhaft |
debug output too noisy
|
| Thu, 20 Oct 2016 23:33:59 +0200 |
hertzhaft |
overlooked css variable definition
|
| Wed, 19 Oct 2016 02:09:36 +0200 |
hertzhaft |
measure plugin: define the event interactor element for composite svg elements
|
| Sun, 16 Oct 2016 20:41:53 +0200 |
hertzhaft |
annotations: some refactoring in shape creation; enable shape editing
|
| Thu, 13 Oct 2016 18:08:14 +0200 |
hertzhaft |
vector plugin: new handle type (circle)
|
| Wed, 03 Jun 2015 19:14:08 +0200 |
robcast |
fix bug with not-initialised shape.properties.
|
| Tue, 24 Mar 2015 18:14:44 +0100 |
robcast |
fixed bug with creating shapes that broke the measure tool.
|
| Mon, 23 Mar 2015 18:13:03 +0100 |
robcast |
sort image areas by size so that smaller areas are not eclipsed by bigger ones.
|
| Thu, 12 Mar 2015 09:14:03 +0100 |
hertzhaft |
some optimisations; snap still buggy
|
| Thu, 26 Feb 2015 11:37:11 +0100 |
robcast |
fix bug when creating shapes without handles.
|
| Sun, 22 Feb 2015 01:18:05 +0100 |
hertzhaft |
place handles along with shapes
|
| Mon, 16 Feb 2015 19:44:54 +0100 |
robcast |
fix bug with defineShape if shape is non-editable (no handles). automatically use renderShapes as default renderFn.
|
| Mon, 16 Feb 2015 00:36:46 +0100 |
hertzhaft |
added Grid shape
|
| Sun, 15 Feb 2015 19:54:46 +0100 |
hertzhaft |
added Rect shape (rectangle drawn from a base line)
|
| Sun, 15 Feb 2015 16:09:50 +0100 |
hertzhaft |
move handle after positionShape event
|
| Sun, 15 Feb 2015 15:50:00 +0100 |
hertzhaft |
added Proportion shape (LineString with only 3 vertices)
|
| Sun, 15 Feb 2015 14:35:42 +0100 |
hertzhaft |
pluggable SVG shapes
|
| Sun, 15 Feb 2015 13:03:15 +0100 |
hertzhaft |
create SVGs through factory
|
| Sat, 14 Feb 2015 17:44:50 +0100 |
hertzhaft |
pluggable handle types
|
| Sat, 14 Feb 2015 15:40:46 +0100 |
hertzhaft |
factor out handles
|
| Fri, 13 Feb 2015 12:16:33 +0100 |
hertzhaft |
seems we need not save editable state when drawing a shape
|
| Mon, 09 Feb 2015 10:19:12 +0100 |
hertzhaft |
immediate reaction on when dragging and keys x or y are pressed
|
| Mon, 09 Feb 2015 09:20:28 +0100 |
hertzhaft |
remove superfluous line
|
| Sun, 08 Feb 2015 19:22:24 +0100 |
hertzhaft |
lock dimension for drawing and editing shapes
|
| Sun, 08 Feb 2015 17:11:00 +0100 |
hertzhaft |
store screen positions on drag; trigger positionShape event
|
| Tue, 03 Feb 2015 11:45:39 +0100 |
hertzhaft |
toggle SVG and key handler according to visibility of measure bar
|
| Sun, 01 Feb 2015 23:26:45 +0100 |
hertzhaft |
simplify some convenience variables
|
| Sun, 01 Feb 2015 17:54:11 +0100 |
hertzhaft |
support Ellipse
|
| Sun, 01 Feb 2015 16:03:29 +0100 |
hertzhaft |
more refactoring for renderShape
|
| Sun, 01 Feb 2015 15:40:29 +0100 |
hertzhaft |
refactored the creation of drag handles for shapes
|
| Sun, 01 Feb 2015 14:58:22 +0100 |
hertzhaft |
support Circle shape
|
| Sun, 01 Feb 2015 13:07:36 +0100 |
hertzhaft |
add dragShape event
|
| Tue, 27 Jan 2015 11:45:37 +0100 |
robcast |
vector point uses pin-like svg-path now.
|
| Sat, 24 Jan 2015 16:08:29 +0100 |
robcast |
some cleanup.
|
| Fri, 23 Jan 2015 12:16:46 +0100 |
robcast |
use vector plugin defineShape method for annotation shapes.
|
| Thu, 22 Jan 2015 18:49:30 +0100 |
robcast |
fixed stupid error.
|
| Thu, 22 Jan 2015 18:47:33 +0100 |
robcast |
optimized number of renderings in defineShape.
|
| Thu, 22 Jan 2015 17:50:26 +0100 |
robcast |
vector plugin sends renderShape event when shapes are (re)rendered into SVG elements.
|
| Thu, 22 Jan 2015 16:12:03 +0100 |
robcast |
less rendering calls.
rc_create_polys
|
| Thu, 22 Jan 2015 12:59:59 +0100 |
robcast |
move annotation creation in its own function.
rc_create_polys
|
| Wed, 21 Jan 2015 18:11:23 +0100 |
robcast |
annotator uses its own vector layer now.
rc_create_polys
|
| Wed, 21 Jan 2015 17:53:22 +0100 |
robcast |
added Point shape type.
rc_create_polys
|
| Wed, 21 Jan 2015 10:45:54 +0100 |
robcast |
clean up.
rc_create_polys
|
| Tue, 20 Jan 2015 18:12:21 +0100 |
robcast |
linestring and polygon can now be created interactively with defineShape. doubleclick to end shape.
rc_create_polys
|
| Thu, 06 Mar 2014 12:14:39 +0100 |
robcast |
nicer comments.
|
| Wed, 22 Jan 2014 20:11:36 +0100 |
robcast |
added Polygon and LineString aka polylline shape rendering. no creation yet.
|
| Wed, 22 Jan 2014 10:40:17 +0100 |
robcast |
fixed svg layer offset by updating imgRect more often.
|
| Tue, 21 Jan 2014 12:51:39 +0100 |
robcast |
loading additional (relative coordinate) SVG layers works now.
|
| Mon, 20 Jan 2014 17:03:57 +0100 |
robcast |
removing old (svg-related) stuff.
|
| Mon, 20 Jan 2014 16:22:32 +0100 |
robcast |
fix bug in vector plugin.
|
| Sun, 19 Jan 2014 17:17:26 +0100 |
robcast |
new addVectorLayer action.
|
| Sat, 18 Jan 2014 14:41:26 +0100 |
robcast |
more doc.
|