Hi Geoserver Users,

I'm converting a simple web mapping application from Mapserver to Geoserver.  
It's mostly been a big improvement.  However, I cannot figure out how to 
achieve this one thing that was simple in Mapserver.

When I click on the map image (openlayers), to trigger a GetFeatureInfo 
request, I don't want the default HTML table returned, but a simple HTML list 
preceded by the number of results to display text such as:

        3 Results
                • Baker Street
                • Pillar Box 365
                • Holmes Residence

In the Mapserver "header" template, this was trivially simple to implement 
using the "[nr]" (number of results) macro, like this:

        <div><b>[nr] Results</b></div>

However, I cannot figure out how to do this using Geoserver and FreeMarker 
templates.

Can anybody enlighten me?

Thanks,
Nik.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to