Hi,

In order to show your imagery and vectors together you must reproject either of 
them, that's clear.  Also, JUMP cannot do reprojection for you but you need to 
use external tools.  It may be possible to reproject PostGIS data directly into 
JUMP, but I have not ever tried it.  But it might be worth trying what happens 
if you use "Run database query" option and feed that with a query like:
SELECT transform(geom, 4326) from  my_table_in_Lambert

If that does not work you can create a new table inside PostGIS using SRID 4326 
with a query and read that new table to JUMP above your image.  But if you want 
to keep your vector data in the original projection you must reproject the 
image.  There are good free tools for that,  for example gdalwarp if you prefer 
command line, or OSSIM if you like interactive application better.

-Jukka Rahkonen-

-----Alkuperäinen viesti-----
Lähettäjä: [EMAIL PROTECTED] puolesta: Stefan Steiniger
Lähetetty: to 3.4.2008 19:02
Vastaanottaja: JUMP Users Discussion
Aihe: Re: [jump-users] Adding Tiff -- displays fine, can't project/ overlayon 
vector data from Postgis
 
Hei,

ok.. if you have a world file Jump should do the transformations as far 
as the coordinate systems of your shape files and raster files are in 
the same system (i.e. both in Lambert). What it does not do is a real 
transformation between coordinate systems. But As far as I know twf 
files do not have information on the projection (e.g. Lambert, UTM, ...)
only on their position within the system.

Does it look better in QGIS?

Stefan

Webb Sprague schrieb:
> Hi all
> 
> Using Jump 1.2;  (can't use openjump -- it is a long story...)
> 
> I am trying to import a tif layer:  it displays fine, but it won't
> project properly; I guess jump doesn't project on the fly....  Here is
> the  tfw:
> 
> 4.4915764205908884e-006
> 0
> 0
> -4.4874883471234186e-006
> -122.95554497529579
> 44.573656128277229
> 
> If anyone wants to share a little recipe for reprojection with lat
> long tiffs and lambert postgis vectors, please do....
> 
> Thanks again!
> 
> On Mon, Nov 19, 2007 at 9:15 AM, Giuseppe Aruta <[EMAIL PROTECTED]> wrote:
>> Dear Sarah,
>>  I think this wiki page could help you:
>>  http://openjump.org/wiki/show/TIF-Support.
>>  The author showed that not all TIFF formats are
>>  supported by OpenJUMP. It might be that your TIFF file
>>  is one of the unsupported one.
>>  You can use the GIMP or Photoshop to change the type
>>  and the copression of your TIFF file, the most usable
>>  format is "TIFF pixel interleaved, maybe with backbits
>>  compression".
>>
>>  Anyhow OpenJUMP is a bit slow when it works with TIFF.
>>  If you use OpenJUMP  on Windows XP, I recomand you to
>>  transform your TIFF to ECW using software like Fwtools
>>  (OpenEV) or ECW compressor from Ermapper. See this
>>  page http://openjump.org/wiki/show/Layer for other
>>  information (=Add image layer).
>>
>>  To open ECW with OpenJUMP (Windows) requires that
>>  NcsCnet.dll NCSEcw.dll and NCSUtil.dll libraries must
>>  be in the OpenJUMP/LIB/EXT folder. You can download
>>  these files from Irfanview http server
>>  http://people.ok.ubc.ca/mberger/MiscSW/IrfanView/Plugins/Ecw/
>>
>>  Regards
>>
>>  Peppe
>>
>>
>>
>>
>>  --- [EMAIL PROTECTED] ha scritto:
>>
>>
>>
>>  > Hi Users,
>>  >
>>  > i have problems in adding .tif- files to OpenJUMP.
>>  > Normally it works like this:Layer> add an
>>  > image-layer?
>>  > My result: no connection, no error..!
>>  > any ideas?
>>  >
>>  > Kind regards
>>  >
>>  > sarah
>>  >
>>  >
>>  >
>>  _____________________________________________________________________
>>  > Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer
>>  > Onlinekosten zu sparen!
>>  >
>>  http://smartsurfer.web.de/?mc=100071&distributionid=000000000066
>>  >
>>  > _______________________________________________
>>  > jump-users mailing list
>>  > [email protected]
>>  >
>>  http://lists.refractions.net/mailman/listinfo/jump-users
>>  >
>>
>>
>>
>>
>>       ___________________________________
>>  L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
>> http://it.docs.yahoo.com/nowyoucan.html
>>
>>
>>
>>  _______________________________________________
>>  jump-users mailing list
>>  [email protected]
>>  http://lists.refractions.net/mailman/listinfo/jump-users
>>
> _______________________________________________
> jump-users mailing list
> [email protected]
> http://lists.refractions.net/mailman/listinfo/jump-users
> 
> 
_______________________________________________
jump-users mailing list
[email protected]
http://lists.refractions.net/mailman/listinfo/jump-users

_______________________________________________
jump-users mailing list
[email protected]
http://lists.refractions.net/mailman/listinfo/jump-users

Reply via email to