Changes between Version 15 and Version 21 of Help/Dialog/ImageViewer
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/ImageViewer
v15 v21 4 4 [[JOSMImage(dialogs/geoimage,48,link=,middle,margin-right=20)]] ''Keyboard shortcut'': **`Y`** — one of the [wikitr:/Help/ToggleDialogs#Toactivateawindow JOSM panels] 5 5 6 This panel is a **viewer for photos** from a geoimage layer. 7 It shows all photos from a source layer, whether geotagged or not. 6 This panel is a **viewer for photos** from a geoimage layer. 8 7 9 [[Image(GeotaggedPhotos_JOSMr18303.png,link=)]] 8 It shows all photos from a source layer, whether geotagged or not. Other source layers containing images like e.g. GPX waypoint images or the Mapillary plugin use this panel as well. Several source layers are represented in the panel via tabs. 9 10 [[Image(ImageViewer_r18621.jpg,link=)]] 11 12 The dialog title shows the layer name and the name of the currently displayed image. Below are the image layer tabs (if needed) with the layer name and a button to remove the layer from the image viewer. The active tab is raised and indicated by a star (`*`) in front of the name. By clicking on the the tabs, you can switch quickly between image layers. The image currently displayed is highlighted in bright red in the map view. There is a selected image in each layer. These other selected images are highlighted in dark red in the map view. 13 14 The tabs are displayed in the same order as the layers, from lowest to highest. But if there is more than one row of tabs, the active tab is in the bottom row. When there is only one tab, the tab is hidden. In expert mode, the layer number is added to each tab, between square brackets. (Tabs exist since r18621.) 15 10 16 11 17 == Source Layer == 18 {{{#!comment 19 following does not work for me with r18621 20 }}} 21 {{{#!comment 12 22 To change the source layer for the images displayed use the shortcut **`Ctrl+Alt+J`⤳`[0-9]`** or the context menu **Jump to next marker** from a [wikitr:/Help/Menu/PhotoLayer Geoimage layer] in the [wikitr:/Help/Dialog/LayerList Layer List]. 23 }}} 13 24 14 The source layer can get indirectly changed when an image is selected in the Map viewand the current source layer is not the active layer.25 A source layer can be added when an image of the layer is selected in the [wikitr:/Help/MapView Map view] and the current source layer is not the active layer. 15 26 This may get confusing when navigating between several Geoimage layers. 16 27 17 28 29 == Zoom and position == 30 Zooming is possible with the mouse wheel and left/right mouse button click or a left mouse button dragged rectangle selection.\\ 31 The position can be adjusted with right mouse button drag. 32 33 18 34 == Buttons == 19 The Geotagged Images windowhas several buttons which operate on the photo:35 The Geotagged Images dialog has several buttons which operate on the photo: 20 36 21 37 ||= **Icon** =||= **Name** =||= **Shortcut** =||= **Description** =|| … … 61 77 || Copy image path ||\ 62 78 || **`Ctrl+Alt+Shift+C`** ||\ 63 || 79 || Copies the path to the local image file onto the clipboard (ready to "paste") 64 80 || [[JOSMImage(external-link)]] ||\ 65 81 || Open image in external viewer ||\ … … 71 87 || ||\ 72 88 || Adjusts Colorfulness, Gamma and Sharpness. ||\ 89 |||| 90 |||| 91 || ||\ 92 || ||\ 93 || **`Left`/`Right`/`Up`/`Down`** ||\ 94 || Switch through the tabs of different source layers with arrow keys. (Does not work with Mac OS X look-and-feel.) ||\ 73 95 74 96 … … 77 99 || **`geoimage.maximum-width`** || `6000` || The maximum width of images in pixels. Bigger images are automatically scaled down. || 78 100 || **`geoimage.maximum-zoom-scale`** || `2.0` || || 79 || **`geoimage.use-mouse-clicks-to-zoom`** || `true` || ||101 || **`geoimage.use-mouse-clicks-to-zoom`** || `true` || Enable left/right mouse button click to zoom || 80 102 || **`geoimage.zoom-step-factor`** || `1.5` || || 103 |||| 104 || **`clr.general.geoimage.selected.not.image.viewer`** || `#320000` || Highlight color for images (one per geoimage layer) which are selected but not currently being viewed. For a change to take effect, the geoimage layer needs to be removed and re-added. || 81 105 82 106 ----