Modify

Opened 13 years ago

Closed 12 years ago

Last modified 8 years ago

#7127 closed enhancement (fixed)

Add world file import/export menu entry

Reported by: bastiK Owned by: Larry0ua
Priority: normal Milestone:
Component: Plugin piclayer Version:
Keywords: Cc:

Description

There should be a menu option in the right click menu of the layer to import a world file.

Export would be nice, as well, but hasn't been implemented so far.

Attachments (0)

Change History (8)

comment:1 by Larry0ua, 13 years ago

Resolution: fixed
Status: newclosed

added action to load world file for the picture layer in [o28559]

comment:2 by Don-vip, 12 years ago

Resolution: fixed
Status: closedreopened

comment:3 by Don-vip, 12 years ago

A file is missing, piclayer plugin does not compile:

init:
    [mkdir] Created dir: /home/vincent/workspace/JOSM/plugins/piclayer/build

compile:
     [echo] compiling sources for PicLayer ... 
    [javac] /home/vincent/workspace/JOSM/plugins/piclayer/build.xml:52: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 28 source files to /home/vincent/workspace/JOSM/plugins/piclayer/build
    [javac] /home/vincent/workspace/JOSM/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/layer/PicLayerAbstract.java:54: cannot find symbol
    [javac] symbol  : class LoadPictureCalibrationFromWorldAction
    [javac] location: package org.openstreetmap.josm.plugins.piclayer.actions
    [javac] import org.openstreetmap.josm.plugins.piclayer.actions.LoadPictureCalibrationFromWorldAction;
    [javac]                                                       ^
    [javac] /home/vincent/workspace/JOSM/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/layer/PicLayerAbstract.java:209: cannot find symbol
    [javac] symbol  : class LoadPictureCalibrationFromWorldAction
    [javac] location: class org.openstreetmap.josm.plugins.piclayer.layer.PicLayerAbstract
    [javac]                 new LoadPictureCalibrationFromWorldAction(this),
    [javac]                     ^
    [javac] 2 errors

BUILD FAILED
/home/vincent/workspace/JOSM/plugins/build.xml:66: The following error occurred while executing this line:
/home/vincent/workspace/JOSM/plugins/piclayer/build.xml:52: Compile failed; see the compiler error output for details.

comment:4 by Larry0ua, 12 years ago

Resolution: fixed
Status: reopenedclosed

Please check once again - one file was not added to version control
[o28660]

comment:5 by Don-vip, 12 years ago

I cannot check right now as I do not have SVN access but I trust you. Can you update yourself the .jar file in dist directory ?

comment:6 by Larry0ua, 12 years ago

done

comment:7 by Don-vip, 12 years ago

Thanks !

comment:8 by bastiK, 8 years ago

Worldfile export added in [o33144], [o33145].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Larry0ua.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.