Hi,

I noticed that the saved png file opens OK if the world file is renemed from 
.pgw to .tfw.  In my mind both names should be supported.
This gives a fine oppurtunity to save images loaded from WMS service for the 
future use without net connection, but the saved image will have the on-screen 
resolution. This makes me wonder if anybody has thought about making OpenJUMP 
as Web Coverage Service (WCS) client? Basically WCS is very close to WMS 
service, after reading the getCapabilities document just getCoverage request is 
sent instead of getMap. The difference for the user is that the desired image 
resolution and file format (for example GeoTIFF of ECW) can be defined in the 
WCS request It could be nice to browse with OpenJUMP to the area that 
interests, catch the bounding box from map window and fire a request to WCS 
server and as return get a full resolution image to be used locally later.

I am not sure, but the following should be close to a working WCS GetCoverage 
request.


http://wcs.server/wcs
?SERVICE=wcs
&REQUEST=GetCoverage
&VERSION=1.0.0
&CRS=EPSG:4326
&COVERAGE=coverage
&FORMAT=ECW
&BBOX=-125,22,-61,51,0,0
&RESX=0.0001
&RESY=0.0001

> Lähettäjä: [EMAIL PROTECTED] 
> Stefan Steiniger
> Lähetetty: 2. syyskuuta 2007 11:19
> 
> the option is there and it works with jpg.
> However I tried to save as png and load again but here the 
> world file is not observed by the JUMP 1.2 image loader.
> 
> stefan
_______________________________________________
jump-users mailing list
[email protected]
http://lists.refractions.net/mailman/listinfo/jump-users

Reply via email to