Changeset 17327 in osm for applications/editors/josm/plugins/piclayer/README
- Timestamp:
- 2009-08-28T22:06:42+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/piclayer/README
r17323 r17327 2 2 ======== 3 3 4 Thispluginis meant for showing images as a background of the data being edited.It offers two ways of loading the data - from a file and from the clipboard.This is an early version and is not end-user-proof, so please follow the steps exactly in case you want to use it.Actually... it's barely working at the moment but I already find it very useful :).4 A plugin for JOSM editor. Use it wisely - do not copy from copyrighted maps. Use "help" option to get a short tutorial. 5 5 6 NOTE: Make sure the image is suitable, copyright-wise, if in doubt, don't use. 7 Step 1) Load some data from the server so that map is visible. 8 Step 2) Go to PicLayer menu and either choose to add a layer from a file or from the clipboard. 9 Step 2a) 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 :) 10 Step 2b) If you chose a clipboard, please wait. For some reason it takes time. To be fixed later. 11 NOTE) If something failed, you should get a message box. If not - check the console for messages (Linux only?) 12 Step 3) Once the image is visible you may start positioning it. For that - select the PicLayer in the layers list and activate it (!). 13 Step 4) Start aligning the image. 14 Step 4a) Move the image by choosing 'Move' from the toolbar and draggin the mouse around with left button pressed. 15 Step 4b) Rotate the image by choosing 'Rotate' from the toolbar and draggin the mouse up/down with left button pressed. 16 Step 4c) Scale the image by choosing 'Scale' from the toolbar and draggin the mouse up/down with left button pressed. 17 NOTE) If it does not work - make sure the right layer is selected. 18 Step 5) If you need to reset your changes - you can use the popup menu available under the PicLayer entry in the layer list. 19 20 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 (like me). 21 22 Although I wrote it only to help myself and currently have no intention of extending it beyond what I need, you may still contact me with any suggestions that you think are important: tomasz.stelmach@poczta.onet.pl 23 24 I used wmsplugin and routing plugin code very much during coding. Thank you and I hope you don't mind :) 6 Author: Tomasz Stelmach 7 Email: tomasz.stelmach@poczta.onet.pl 8 WWW: http://www.stelmach-online.net/ 25 9 26 10 HISTORY: … … 29 13 2009.08.28: 30 14 - added support for scaling in one axis only 15 - added support for saving / loading image calibration 31 16 - added new icons 17 18 2009.04.27: 19 - initial version
Note:
See TracChangeset
for help on using the changeset viewer.