Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] Raster-images and DXF-Plugin

Hi Helmut,

> I've just started to evaluate uDIG and stumbled over the following problem:
>
> When I try to load/display a raster-picture with Layer/add (on my german
> version "Layer/Hinzufügen) I'll gett an error-message which says (I'll try
> to translate in English and quote the German Text):
>  Can't recognize Service. Pleas choose another.
>  (Konnte Service nicht erkennen. Bitte wählen Sie einen anderen.)
> After a few seconds an error-dialog appears with the following message:
>  java.lang.String cannot be cast to net-refractions.udig.Catalog.IResolve
>
> I work with the Version 1.1-RC14 both on Ubuntu-Linux and Windows Vista
> (it's the same behavior on both machines)
>
> The files I try to load is a Tif-file with seperate tfw and txt-files.
>
> The contents of the tfw-file is:
> 0.20000000
> 0.00000000
> 0.00000000
> -0.20000000
> 4500000.100
> 5370999.900
>
> The contents of the txt-file is:
> Kachelname:          /4500000_5370000
> Bildflugnummer:      107021
> Bildflugunternummer: 0
> Aufnahmetag:         22.4.2007
> Auflösung:           635.0 dpi
> Bodenauflösung:      0.20 m
>
> Sw-Koordinate:       [4500000.00:5370000.00]
> Nw-Koordinate:       [4500000.00:5371000.00]
> No-Koordinate:       [4501000.00:5371000.00]
> So-Koordinate:       [4501000.00:5370000.00]
>
> Can anybody help or is there a detailed instruction on how to use
> Raster-Images?

I noticed last time I tried, that the image reader is case sensitive,
so tiff is not equal to TIFF and in the second case it won't load.
Can you check this one (also for tfw). Note that txt file is not used.

> Another question is, wheater anybody can tell me, where I can find the
> dxf-plugin - The URL seems not to be extent anymore.

I took the dxf plugin under my plugins and merged it with the dwg
plugin from gvseig, but after a first successfull test, I changed it
to better reflect the DataStore architecture. Needless to say that
seom other job came in and at the moment the plugin is there non
functionale waiting for a customer to need it. :)

The old plugin will not work for never udig versions.

Ciao
Andrea


>
> Thanks Helmut
> _______________________________________________
> udig-users mailing list
> udig-users@xxxxxxxxxxxxxxxxxxxxx
> http://lists.refractions.net/mailman/listinfo/udig-users
>


Back to the top