Opened 11 years ago
#2395 new enhancement
Ajax Viewer: suspend and resume digitization after performing other map actions
Reported by: | gabrimonfa | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | General | Version: | 2.5.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Mapguide 2.5.2, Ajax Viewer
Currently when a user is digitizing and want to zoom or pan, digitization is ended. It would be useful to automatically re-enter digitization and let the user end its work.
This can be done simply tracking previous digitization state and cursor along with current digitization state, and modifying some functions in ajaxmapppane.templ.
We've providing this functionality in our deployed MapGuide, and I think it would be useful to others.
The patch I propose, however, should be reviewed and tested since we use a heavily modified ajaxmappane.templ and I've extracted the relevant parts to make a patch (not tested) against stock Mapguide 2.5.2 ajaxmappane.templ.
Patch against ajaxmappane.templ (mapguide 2.5.2)