Good!
Yes, you can, in fact, it is something we plan to add, so you might be able to contribute . My idea is to use something like QuickWMS (search google) or so to provide this or a small embedded app. The main thing it has to do is to fill out a (hidden) form with coordinates. So if you have a very small web application that provides this function, we could add it. QuickWMS would be reasonably configurable, while other applications may be more restrictive in the dataset served but could also work nicely.
Let me know when you come up with something.
Ciao,
Jeroen
Jeroen Ticheler
FAO-UN
Tel: +39 06 57056041
http://www.fao.org/geonetwork
12.34327°N 12.34327°E
On 10 Oct 2005, at 16:05, roderic molina wrote:
Many thanks Jeroen, I already done it whith success but thanks. Another question please, I’m trying to implement a catalog simirar to this one as example
http://www.naturegis.net/ionicwrsclient/
in this you can see a map where you can specify spatial criteria. I’t possible to do something similar in geonetwork? I’m very interested in this.
Thank you very much again.
From: Jeroen Ticheler <Jeroen.Ticheler@anonymised.com>
To: roderic molina <monstruil@anonymised.com>
CC: geonetwork@anonymised.com
Subject: Re: Geonetwork user
Date: Mon, 10 Oct 2005 15:29:42 +0200Hi Roderic,
Your problem is most likely related to the fact that a JSDK version 1.5 is used instead of the required version 1.4. 1.5 is more strict than 1.4 and there are some template calls left over in the current templates that need cleaning. Try to check what Java version is used and make sure Jetty is configured to start with Java 1.4. For this, modify the path locating the java executable in the startup batch files:Use for example
c:\j2sdk1.4.2\bin\java -DSTOP.PORT=8079 -jar start.jar …\bin\jetty.xml > log\jetty.log
instead of just
java -DSTOP.PORT=8079 -jar start.jar …\bin\jetty.xml > log\jetty.log
(on Windows) . This can be changed in the
Good luck,
JeroenOn 10 Oct 2005, at 13:11, roderic molina wrote:
Hi, I have problems installing geonetwork in local. I folow the steps related in the exercise but wen I finished I always have the same problem, in my brownser appears:
Tranformation exceptionImpossibile compilare il foglio di stile
It means, impossible to compile the style page…
Do you know what problem could I have or somewhere to get more information?
Please help me…I’m desperate
Thank you very much!