It looks like the API loader will only allow you to choose a tile language from those which are officially supported. Although Hebrew tiles exist, the API loader considers he not to be a supported language.
The officially supported languages are indicated in the "localized" of this spreadsheet: http://gmaps-samples.googlecode.com/svn/trunk/mapcoverage_filtered.html If you ask for he, or any other non-supported language, then you get the next language in your browser's preferred language list that is supported, or "en" if there are no supported languages in that list. It looks like there's no nice way to display tiles like these: http://mt1.google.com/mt?v=w2.86&x=1223&y=829&z=11 (i.e. without the &hl=en parameter). I suspect that the only way to get them is to do a nasty hack to clobber G_NORMAL_MAP.getTileLayers()[0].getTileUrl() -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
