On Dec 10, 4:17 pm, Charlie <[email protected]> wrote: > Not sure why this is happening, but this morning when I used Safari to > open the page athttp://BullittCountyHistory.org/places/places.htmlI > got the prompt that I needed a different api key, followed by a prompt > that said the browser was not compatible with the google map api. I > then changed the address tohttp://bullittcountyhistory.com/places/places.html > and the map came right up. The really odd thing is that when I then > changed back to the .org address the map came up as well. I've > repeated this with several other pages on the site that contain maps, > and it happens each time.
See my post earlier in the thread. It looks like Safari does indeed honour the camelcase domain name, and this causes key-validation to fail. Fix 1: Safari shouldn't do that. Domain names should always be converted to lower case, whatever the user does. Fix 2: Key validation shouldn't do that. Domain names should always be converted to lower case. Fix 3: Don't publicise a camelcase domain name. Andrew -- 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.
