On Jul 24, 6:15 am, trez <[email protected]> wrote:
> No, ok...i tested it and it didn't work.
> The problem is not the colour but the coordinates.
> I tried to put a mark in a coordinate that i found out first and it
> doesn't appear.
> I don't know why because if the coordinates are calculate directly
> from google maps, why they don't work?!?
> This is my test code with the marker:
>
> var pp = new GLatLng(-3.0315399169921875,53.8576903963174);
> var markerProbe = new GMarker(pp);
> map.addOverlay(markerProbe);

If I put this in the address bar of a map:
javascript:var pp = new GLatLng(-3.0315399169921875,53.8576903963174);
var markerProbe = new GMarker(pp);map.addOverlay(markerProbe);

(beware line wrapping)
A marker appears in the middle of the Indian Ocean.  Is that where you
are looking?

  -- Larry

>
> So if the marker doesn't appear with these coordinates, i think the
> polygon problem coem from the coordinates.
> :/
--~--~---------~--~----~------------~-------~--~----~
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