Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Replace the phone book widget's mapping service' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Replace the phone book widget's mapping service
Authored by: EvanO on May 27, '05 06:06:37PM
As a huge fan of Google Maps satellite images I thought I'd edit PhoneBook.js to map the address via a satellite image by default.
It's easy.

Replace:
mapURL += "&hl=en";
with
mapURL += "&t=k&hl=en";
Hope it works for you.

[ Reply to This | # ]