[Geoserver-users] Change GetFeatureInfo Style

Is it possible to change the GetFeatureInfo output style format? Where can I change it?

Aitor Calero Garcia ha scritto:

Is it possible to change the GetFeatureInfo output style format? Where can I change it?

As a simple user, unfortunately not, we have an open issue to allow for user oriented templating, but it hasnt' been addressed so far.
A a programmer, sure you can, provided that you checkout the Geoserver
sources, add a new GetFeatureInfo response handler or modify and existing one, and rebuild Geoserver.
The classes are in the wms module, package org.vfny.geoserver.wms.responses.featureInfo.

Hope this helps
Cheers
Andrea