fantastic Talph ! it's work now !
thank you for helping

i have just ( last ?)  another question , now the maker are different
to origine
in the page html to display the marker i have this

 var iconBlue = new GIcon();
    iconBlue.image = 'http://www.memopage.com/image/
picto_carte_balade3.png';
    iconBlue.iconSize = new GSize(30,32);
    iconBlue.shadowSize = new GSize(22, 20);
    iconBlue.iconAnchor = new GPoint(6, 20);
    iconBlue.infoWindowAnchor = new GPoint(5, 1);

    var iconRed = new GIcon();
    iconRed.image = 'http://www.memopage.com/image/
picto_carte_culture3.png';
    iconRed.iconSize = new GSize(30,32);
    iconRed.shadowSize = new GSize(22, 20);
    iconRed.iconAnchor = new GPoint(6, 20);
    iconRed.infoWindowAnchor = new GPoint(5, 1);

         var iconYellow = new GIcon();
    iconYellow.image = 'http://www.memopage.com/image/
picto_carte_resto3.png';
    iconYellow.iconSize = new GSize(30,32);
    iconYellow.shadowSize = new GSize(25, 20);
    iconYellow.iconAnchor = new GPoint(6, 20);
    iconYellow.infoWindowAnchor = new GPoint(5, 1);

         var iconGreen = new GIcon();
    iconGreen.image = 'http://www.memopage.com/image/
picto_carte_airport3.png';
    iconGreen.iconSize = new GSize(30,32);
    iconGreen.shadowSize = new GSize(25, 20);
    iconGreen.iconAnchor = new GPoint(6, 20);
    iconGreen.infoWindowAnchor = new GPoint(5, 1);

    var customIcons = [];
    customIcons["ballade"] = iconBlue;
    customIcons["culture"] = iconRed;
        customIcons["resto"] = iconYellow;
        customIcons["aeroport"] = iconGreen;

how make to showing in the map, the custom icon ?

and very grat merci to you

Serna





On 8 oct, 11:32, Ralph Ames <[EMAIL PROTECTED]> wrote:
> Easier to see rather than posted 
> codehttp://www.easypagez.com/maps/phpecho.php.txt
>
> http://www.easypagez.com/maps/phpecho.php
>
> Ralph
--~--~---------~--~----~------------~-------~--~----~
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