Hi,

I am building a new datastore, which presents aggregated features on the 
map. In hte meanwhile it works reasonable for getMap requests. However, 
if my datastore receives a getFeatureInfo request the BBox contained in 
the filter of the query corresponds to the area around the mouse pointer.

However, to be able to answer the request I need the information of the 
BBox of the map. I see this information in the geoserver log

GetMapRequest =
GetMap Request
  version: 1.1.1
  output format: image/png
  width height: 567,330
  bbox: ReferencedEnvelope[-0.160528 : 0.46738, 51.331311 : 51.69676]

but I have no idea on how to access this bbox information from a 
ContentFeatureSource in the getReaderInternal(Query) method.

Any suggestions are appreciated.

Thanks in advance.

best regards
Andreas

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to