# HG changeset patch # User robcast # Date 1389896267 -3600 # Node ID 56f0dfaf10cd1221bc858e9a05500aaa9c91c2f2 # Parent 032dfc2515e94fd1785534b4305e8c395e61e46d vector plugin uses screen coordinates in SVG now. diff -r 032dfc2515e9 -r 56f0dfaf10cd webapp/src/main/webapp/jquery/digilib-vector.html --- a/webapp/src/main/webapp/jquery/digilib-vector.html Thu Jan 16 15:10:17 2014 +0100 +++ b/webapp/src/main/webapp/jquery/digilib-vector.html Thu Jan 16 19:17:47 2014 +0100 @@ -39,8 +39,11 @@ 'geometry' : { 'type' : 'Line', 'coordinates' : [[0.1, 0.1], [0.2, 0.2]] + }, + 'properties' : { + 'editable' : true } - },{ + },{ 'geometry' : { 'type' : 'Rectangle', 'coordinates' : [[0.2, 0.2], [0.3, 0.3]] @@ -54,7 +57,8 @@ - + +

digilib doesn't work! Please switch on Javascript or notify the server administrator!