Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] udig life cd

So the last point. I have most of the code going for relative paths I will be able to commit those changes soon. Although I'll need some help testing.

Jesse

On 20-Mar-07, at 11:54 AM, Andrea Antonello wrote:

Looking at:
 -configuration /home/moovida/udigwspace config

is that actually a space between udigwspace and config?  it shouldn't
be.  It should be a /.  The command you are probably looking for is:

udig -data /home/moovida/udigwspace -configuration
/home/moovida/udigwspace/config map.umap

Alright, that was a copy paste error :)
Now, what worked is:

udig -data /home/moovida/udigwspace -configuration
/home/moovida/udigwspace/ /home/moovida/udigwspace/project.udig/ map.umap


So I need the full path to the map.umap.

At that point it doesn't load the maps, because the paths are absolute. I should be able to put the maps in my workspace and refer to them in a relative way. If I give the workspace to another guy that has to work on
that, nothing good will happen. :)

That is a thing that we also need for analyses and processing, a safe
environment inside of which consistency is kept.

Andrea





On windows why don't you also try:

udig -data %HOMEPATH%\udigwspace -configuration %APPDATA%\udig map.umap

I think it makes more sense for windows to do that.

Jesse


--
______________________________________________________________________ ______
HydroloGIS - Environmental Safety Modelling
www.hydrologis.com

Andrea Antonello
Environmental Engineer
mobile:  +393288497722

"Let it be as much a great honour to take as to give learning,
if you want to be called wise."
Skuggsja' - The King's mirror - 1240 Reykjavik
______________________________________________________________________ ______





Back to the top