ok I'm back, on the way to success.

I've found a solution in this example : 
http://econym.org.uk/gmap/example_categories.htm
.
The link to my own tweak : http://www.subflow.net/mapstest3.php

My php file
geofeedtest.php
write a basic xml file with markers and marker tag.
(some problem occur to insert country flag picture in the infowindow
because xml don't support / or ")
and I have to insert or merge Ambient xml feed with the
geofeedtest.php.

My main problem is how to remove shadow picture and change the icon
size ?
I wish just basic icon, whitout shadow .
As read in documentation :
iconSize        GSize   The pixel size of the foreground image of the icon.
shadow  String  The shadow image URL of the icon.
should be the solution, but I don't understand how to insert it in my
code ?
---------------------------------------------------
    if (GBrowserIsCompatible()) {
      var gmarkers = [];
      var gicons = [];

      gicons["minimal"] = new GIcon(G_DEFAULT_ICON,"club.png");
      gicons["golf"] = new GIcon
(G_DEFAULT_ICON,"building_yellow.png");
      gicons["Subflow"] = new GIcon
(G_DEFAULT_ICON,"building_yellow.png");
-----------------------------------------------------
thank  lot for your advise and precious help



--~--~---------~--~----~------------~-------~--~----~
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