> Under this particular top-right and bottom left some data is there and
> beyond this bounded rectangle also data also there that data also
> coming in a dataset.Only for this bounded region should come,how we
> should check the condition now

I'm not sure what that means, perhaps that you have undefined data
that you don't want included.

Why not build a query that doesn't make assumptions about the data,
something like

select ... where (  (data-long lies between left-bound and 180) OR
(data-long lies between -180 and right-bound)  )

remembering to use it only when the target box crosses the dateline.

This isn't map stuff at all, its how to use your database stuff.

cheers, Ross K

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to