I just tried installing and using this module within a 6.13 drupal environment. Works great, but the Google Map's user interface elements are in swedish (?) I'm in Los Angeles, and I'd like the UI controls to be in english. Tried looking at the embed_gmap.module file, but saw nothing that seems to allow language control.
Attached is a jpeg of a map created with this module, showing the non-english UI elements.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | embed_gmap_lang.patch | 703 bytes | andreashaugstrup |
| non-english_GoogleMap.jpg | 48.17 KB | bsenftner |
Comments
Comment #1
andreashaugstrup commentedDoes this patch remove the problem?
The language is Danish by the way. Google shows me everything in Danish no matter what I do so it's a little hard testing that other people get things in their preferred language.
Comment #2
elsvandeveire commentedDear Andreas
This is a wonderful module. I was experiencing the same problem (get directions etc in Danish) but the patch solved the problem. Really great. Thank you so much.
Kind regards
Els
For newbies:
root>modules>embed_gmap and open embed_gmap.module with your editor. Search for e.g. "UTF8">you will see the "if (!$map)", change the code with the patch, save document, upload and that is it :-)
Comment #3
bsenftner commentedWorks great! thanks for the patch, and thanks for the module!!!
Comment #4
peterh commentedI agree
Comment #5
andreashaugstrup commentedCommitted to both D5 and D6 branches (available in version 1.2 of this module). Thank you for catching this and testing it, guys.