Opened 9 years ago
Closed 9 years ago
#11908 closed enhancement (fixed)
Temporarily disable "Center view" option of ImageViewerDialog when moving a picture
Reported by: | skorbut | Owned by: | holgermappt |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin photoadjust | Version: | |
Keywords: | Cc: |
Description (last modified by )
When one tries to move a picture with the "Center view" option of the ImageViewerDialog enabled, the picture can hardly be positioned because the map will scroll around in order to keep the picture in the center of the map. The "Center view" option should in this case temporarily be disabled until the picture has been positioned/the mouse button is released.
Attachments (0)
Change History (4)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Description: | modified (diff) |
---|---|
Status: | new → assigned |
Summary: | Temporarily disable "Center view" option of photo_geotagging plugin when moving a picture → Temporarily disable "Center view" option of ImageViewerDialog when moving a picture |
This will be in the next PhotoAdjust plugin release. The "Center view" button will be disabled while a photo is moved with mouse dragging. The photo is centered immediately if the mouse button is released. There will be a new dialog where the position can be changed in a text field. In that case the center view is not disabled, i.e. the map will move while the position is edited.
follow-up: 4 comment:3 by , 9 years ago
The Center view is disabled since plugin version 31926 (JOSM >= 9270). Versions 31926 and 31953 have issues that should be fixed in version 31963 (JOSM >= 9277), see #12305.
Further improvement: Disable only if the center view button is selected. This needs a JOSM core patch to query the button state.
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to holgermappt:
Further improvement: Disable only if the center view button is selected. This needs a JOSM core patch to query the button state.
This is implemented in plugin version 32016, JOSM >= 9416.
Good idea. I run into the same problem. So far I disabled the center view manually.