Support for vendor specific parameters should already be usable. Each request has a method .setProperty(String key, String value), to let you directly hack at the request properties.
Richard On Friday 29 September 2006 17:11, Jody Garnett wrote: > Hi Richard, one of the commercial projects I am on would like the > ability to punt in vendor specific parameters as part of those getMap > requests ... > > I am trying to think what this would look like, the best I can come up > with is a Property class (ie subclass of Map<String,String>) in which > the keys do not conflict with anything in the usual getMap request. > > On the GeoServer side (in addition to complicating Justin's thinking > about an operation API) it would be nice if we could send these > parameters into the geotools renderer as environmental variables. > > Jody > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
