Here This bounded rectangle is not working in all the cases
when we move the map at some zoomlevel

 NorthEast  (topRight)  points (70.495574, -102.304688)
topRight[0] = 70.495574;
topRight[1]= -102.304688;

 SouthWest(BottomLeft) points (-59.712097, 47.109375)
BottomLeft[0] =-59.712097;

and my point is under this getBounds

we have a condition like

if(lat >  bottomLeft[0]  and lat < topRight[0] and lng > BottomLeft[1]
and lng < TopRight[1])
{}
this condition falils in some points even though its under that
Bounded Rectangle
 and the actual point is (30.145127,75.234)  between those top and
bottom points

On Jun 5, 2:16 pm, Rossko <[email protected]> wrote:
> On Jun 5, 8:08 am, padu <[email protected]> wrote:
>
> >http://www.worldmap.org/countryg_test.php?rog3=IN
>
> It's very complicated! So many different xmlhttp methods included.
>
> After the opening <html> <head> tags, at line 3510 we find -
> <html>
> <head>
> .. more stuff
> At line 3665 we find -
> </head>
> <body>
> </body>
> </html>
> .... more stuff
>
> And so on.  Your HTML is very invalid which gives unpredictable
> results in different browsers.
> W3C validator won't even check the page because of a character coding
> errorhttp://validator.w3.org/check?uri=http%3A%2F%2Fwww.worldmap.org%2Fcou...
>
> 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