Hi
I’m using GeoServer to rasterize vectordata. For this I made a small web application where I can choose e suitable location and make a wms-request. The output is stored in a coverage store and also shown as wms in a second window (sounds a bit strange but we have to produce raster data from cadastral vector data at 508dpi). My problem is the changing of the extent/envelope of the coverage. Without changing and reloading GeoServer I have the right data at the wrong place. At the moment I put all the stuff in a directory that is visible from the intranet and I create also an info.xml with the right extent. In the data/coverage/MyCoverage/ directory I made a symbolic link to the info.xml. After all this I reload GeoServer with php (as described in the wiki). It all works fine except that I cannot saveToXml anymore (since there is no physical info.xml anymore). Is there a way to have GeoServer calculating the extent with php or perl or something similar? Any ideas?
regards
Stefan
Mit freundlichem Gruss
Stefan Ziegler
Leiter Aufsicht
Kanton Solothurn
Bau- und Justizdepartement
Amt für Geoinformation
Rötistrasse 4
4501 Solothurn
Telefon 032 627 75 96
Telefax 032 627 75 98
stefan.ziegler@anonymised.com
http://www.so.ch
Hmmm... tough issue. I know with feature types there is the ability to set the boundign to "dynamic". I am actually not sure what this does? (Andrea), but i would assume it means that it should be calculated on the fly.
I dont see the associated flag with coverages however. Perhaps it would make sense to add it there was well?
-Justin
Ziegler Stefan wrote:
Hi
I'm using GeoServer to rasterize vectordata. For this I made a small web application where I can choose e suitable location and make a wms-request. The output is stored in a coverage store and also shown as wms in a second window (sounds a bit strange but we have to produce raster data from cadastral vector data at 508dpi). My problem is the changing of the extent/envelope of the coverage. Without changing and reloading GeoServer I have the right data at the wrong place. At the moment I put all the stuff in a directory that is visible from the intranet and I create also an info.xml with the right extent. In the data/coverage/MyCoverage/ directory I made a symbolic link to the info.xml. After all this I reload GeoServer with php (as described in the wiki). It all works fine except that I cannot saveToXml anymore (since there is no physical info.xml anymore). Is there a way to have GeoServer calculating the extent with php or perl or something similar? Any ideas?
regards
Stefan
Mit freundlichem Gruss
Stefan Ziegler
Leiter Aufsicht
Kanton Solothurn
Bau- und Justizdepartement
Amt für Geoinformation
Rötistrasse 4
4501 Solothurn
Telefon 032 627 75 96
Telefax 032 627 75 98
stefan.ziegler@anonymised.com
http://www.so.ch
!DSPAM:4007,48217b0261775409313003!
------------------------------------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
!DSPAM:4007,48217b0261775409313003!
------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
!DSPAM:4007,48217b0261775409313003!
--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com
Justin Deoliveira ha scritto:
Hmmm... tough issue. I know with feature types there is the ability to set the boundign to "dynamic". I am actually not sure what this does? (Andrea), but i would assume it means that it should be calculated on the fly.
Actually I believe nowadays it does nothing at all, but I'm not
completely sure.
I dont see the associated flag with coverages however. Perhaps it would make sense to add it there was well?
Hmm... that would require some non trivial changes to how coverages
are configured. Doable for sure, but not a 5 minutes change, I would
need to assess how much code just assumes the envelope is there.
Simone, what do you think?
Cheers
Andrea