What browser do you use? The error console of firefox reports

Error: G_MAP_TYPE is not defined
Source File: http://yenimahalle.meb.gov.tr/harita1.html
Line: 67

You have to replace the obsolete constant with

G_NORMAL_MAP

It's all in the reference

http://code.google.com/apis/maps/documentation/reference.html#GMapType





On Nov 17, 6:34 pm, husisk69 <[EMAIL PROTECTED]> wrote:
> All my customized icons worked but today don't work with my map
>
> icon2 = new GIcon();
>         icon2.image = 'http://yenimahalle.meb.gov.tr/image/icon1lise.png';
>         icon2.shadow = 'http://yenimahalle.meb.gov.tr/image/shadow-
> icon1.png';
>         icon2.iconSize = new GSize(25, 24);
>         icon2.shadowSize = new GSize(50, 45);
>         icon2.iconAnchor = new GPoint(9, 34);
>         icon2.infoWindowAnchor = new GPoint(9, 2);
>         icon2.infoShadowAnchor = new GPoint(18, 25);
>
> and here is the my URL:http:yenimahalle.meb.gov.tr/harita1.html
--~--~---------~--~----~------------~-------~--~----~
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