1

Re: Bounding box web service

Hi,
I am confused how bounding box works in web services, We define minx,miny,max.maxy which are left down and top right corners of the box but how system calculates other two corners of the bounding box? I mean tope left and right bottom points?
thanks

2

Re: Bounding box web service

Hi,

you supply: minx and miny = bottom left; maxx and maxy = top right
the system calculates: top left = minx and maxy; bottom right = maxx and miny

Does that answer your question?

Cheers, Jon