Modify ↓
#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 , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 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 , 12 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Please check once again - one file was not added to version control
[o28660]
comment:5 by , 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 ?
Note:
See TracTickets
for help on using tickets.
added action to load world file for the picture layer in [o28559]