Changes between Version 17 and Version 18 of Help/Plugin/PicLayer


Ignore:
Timestamp:
2018-05-14T13:58:56+02:00 (7 years ago)
Author:
Hb---
Comment:

Hint to zoom to target area, shorter, some wikitr links

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/PicLayer

    v17 v18  
    55[[Image(/pluginicon/PicLayer.jar/images/layericon.png,32)]]
    66
    7 This plugin is meant for showing images as a background of the data being edited.
     7This plugin shows images as background in JOSM.
    88
    9 It offers two ways of loading the data:
     9It offers two ways of loading the raster image data:
    1010- from a file and
    1111- from the clipboard.
    12 This is an early version and is not end-user-proof, so please follow the steps exactly in case you want to use it.
     12This is an early version and is not end-user-proof, so please follow the steps exactly when using it.
    1313
    14 **Note**: Make sure the image is suitable, copyright-wise, if in doubt, don't use.
     14Make sure the image is suitable, copyright-wise, if in doubt, don't use.
    1515
    1616== Usages ==
    17 1. Load some data from the server so that map is visible.
     171. Load some data from the server so the map is visible.
     181. Move and zoom the [wikitr:/Help/MapView MapView] to the estimated target position of the new background image.
    18191. Click the '''Imagery''' menu and either choose '''New picture layer from file''' or '''New picture layer from clipboard'''.
    19  a. If you chose a file, a file selector will pop-up. Choose the image you want. Of course the format you are using might not be supported yet :)
    20  b. If you chose a clipboard, please wait. For some reason it takes time. To be fixed later.
     20 a. If you chose file, a file selector will pop-up. Pick the image you want. All formats supported by Java  (GIF with transparency) and furthermore ZIP as container and KML [#5451 experimental] are possible.
     21 b. If you chose clipboard, importing the image data may take some time.
    2122
    22  **Note**: If something failed, you should get a message box. If not - check the console for messages (Linux only?)
     23If something failed, you should get a message box. If not - check the console for messages (Linux only?)
    2324
    24 3. Once the image is visible you may start positioning it. For that - select the PicLayer in the layers list and activate it (!!!).
     254. Once the image is visible you may start to position and calibrate it. For that - activate the !PicLayer layer with the image in the [wikitr:/Help/Dialog/LayerList Layers window].
    25261. Start aligning the image.
    26  a. Move the image by choosing 'Move' from the toolbar and draggin the mouse around with left button pressed.
    27  b. Rotate the image by choosing 'Rotate' from the toolbar and draggin the mouse up/down with left button pressed.
    28  c. Scale the image by choosing 'Scale' from the toolbar and draggin the mouse up/down with left button pressed.
     27 a. Move the image by choosing 'Move' from the [wikitr:/Help/EditToolbar toolbar] and dragging the mouse around with left button pressed.
     28 b. Rotate the image by choosing 'Rotate' from the toolbar and drag.
     29 c. Scale the image by choosing 'Scale' from the toolbar and drag.
    2930 d. You can also choose to scale in just one axis by selecting the proper button.
    3031
    31  **Note**: If it does not work - make sure the right layer is selected AND ACTIVATED.
     326. If you need to reset your changes - you can use the context menu from the !PicLayer entry in the layer list.
     331. If you want to save the calibration of the image, you can also do this using the popup menu.
    3234
    33 5. If you need to reset your changes - you can use the popup menu available under the PicLayer entry in the layer list.
    34 1. If you want to save the calibraton of the picture you have made, you can also do this using the popup menu.
    35 
    36 This plugin is meant to help with mapping from photos (for me it's mostly buildings) for people who simply don't like MetaCarta Rectifier.
     35This plugin is meant to help with mapping from aerial photos, similar to [http://mapwarper.net/ mapwarper.net].
    3736
    3837
    39 == Converting calibration data in PicLayer ==
    40 For those interested in converting calibration data in PicLayer:[[BR]]
     38== Converting calibration data in !PicLayer ==
     39For those interested in converting calibration data in !PicLayer:[[BR]]
    4140* {{{INITIAL_SCALE}}} is the initial size of 100 image pixels (length of ruler in JOSM).
    4241* {{{SCALEX/Y}}} is the factor after changing the size of the raster image relative to JOSM data layer.
     
    5150}}}
    5251
    53  where b is in degrees, ln ist the natural logarithm and tan ist the tangent.
     52 where b is in degrees, ln is the natural logarithm and tan is the tangent.
    5453* The longitude in degrees l is obtained from x via:
    5554{{{
     
    7473
    7574----
    76 Back to [wiki:/Plugins#JOSMdocu Plugin Help][[BR]]
    77 Back to [wiki:/Help Main Help]
     75Back to [wikitr:/Plugins#JOSMdocu Plugin Help][[BR]]
     76Back to [wikitr:/Help Main Help]