Does any kind person have any thoughts on this ? Perhaps Josh L ?
I tried setting the language code which sets the language of roads and
borders - with partial success. You can download 2 examples ...
When I coded:
google.load('earth', '1');
I got:
www.around-the-world.co.uk/downloads/DuplicateLabels_LanguageNotSpecified.jpg
When I coded
google.load('earth', '1', { 'language': 'en' });
I got:
www.around-the-world.co.uk/downloads/DuplicateLabels_LanguageEn.jpg
When no language is specified, you can see that Porto and Lisbon, for
example, are labelled in 3 ways. When the English language is
specified, you can see that Porto and Lisbon are labelled in 2 ways.
I think it's important to be able to display only one label per place
- to avoid clutter.
Maybe it's not possible, in which case I'll raise a request so we can
control the labels in the GE API.
Thanks. Mike