[Geoserver-users] Geoserver GetFeatureInfo and Freemarker Templates

2013-04-11 Thread Eduard Natale
Hello guys, I'm a new entry for this mailing-list. I started playing around with Geoserver a couple of weeks ago. Now I have Geoserver installed, a couple of layers, a client browser I use to watch this map using OpenLayers. Now, Geoserver is linked with a PostGIS database. There's a table that

Re: [Geoserver-users] Geoserver GetFeatureInfo and Freemarker Templates

2013-04-11 Thread David Winslow
I think you might do better using WFS - it is designed to give access to tabular data, whereas WMS is more oriented around typical view and click for info operations. You could simply request all features since (1 second ago at time of request) and get them in XML or JSON. Since you are using

Re: [Geoserver-users] Geoserver GetFeatureInfo and Freemarker Templates

2013-04-11 Thread Eduard Natale
Thank you very much for your kind answer. Yeah, I think it's the best solution. And I think parsing the received GML file with OpenLayers should be easy. Then I can use javascript and OpenLayers, for example, to print all that stuff in a callout for my moving marker inside my map. Thanks again!

[Geoserver-users] GeoServer getfeatureinfo

2011-01-03 Thread Zeno Zaplaic
I am trying to display feature info from a wms map from geoserver in a popup. I read this http://docs.geoserver.org/stable/en/user/tutorials/GetFeatureInfo/index.html But my event.text isn't working. If I use Hello World instead of event.text from getfeatureinfo: function(event) {..} it displays