Jean-Marc Viglino
Jean-Marc Viglino
Positioning is driven by CSS. You have to override the CSS to handle its position on the map.
Added in the last commit: https://github.com/Viglino/ol-ext/commit/1f446b3ddc3c582d6adb492cd6043768d2cd7320
I've added an option to synchronize the Transform interaction with a Select. Now you can keep the selection while changing tools. You still have 2 controls to modify vertex and...
I've added a `abort()` method to abort the last action. UndoRedo now check the `translateend` envent to prevent null translation and reverse (abort) the action. There is still a "phantm...
I also mad it avaliable for scale and rotate actions
I've updated the method to register the operation only after (no more ghost). Now it should now work with the Modify and Translate interaction too.
That would be a great idea but I've no time yet.
The `PrintDialog` include a [`Print`](https://viglino.github.io/ol-ext/doc/doc-pages/ol.control.Print.html) control you can use to get a canvas : ```javascript printControl.getPrintControl().fastPrint({}, function(canvas) { // Do something with the canvas var dataurl = canvas.toDataURL(imageType, quality) })...