Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Cham2000

macrumors 6502
Original poster
Mar 11, 2022
427
217
Apple's Maps sucks !

A long time ago, I was using the Google Earth app to draw paths in a country, to make itineraries and travel predictions. What good app that could do the same today ? What Mac app let you pin points on the globe and draw lines between them ?
 
?
I use Google Earth app all the time. You could download that and see if it still does what you need...
Here's a link where you can download the free Google Earth Pro for your Mac.
 
The direct link for the dmg has not changed
https://dl.google.com/earth/client/advanced/current/GoogleEarthProMac-Intel.dmg

Updated AppleScript to install Google Earth without AutoUpdate

AppleScript:
set theDMG to choose file with prompt "Please select GoogleEarthProMac-Intel.dmg file:" of type {"dmg"}
do shell script "hdiutil mount " & quoted form of POSIX path of theDMG
do shell script "pkgutil --expand /Volumes/Google\\ Earth\\ Pro\\ */Install\\ Google\\ Earth\\ Pro\\ *.pkg ~/GoEaTmp"
do shell script "hdiutil unmount /Volumes/Google\\ Earth\\ Pro\\ *"
do shell script "cd ~/GoEaTmp/Google_Earth_Pro.pkg; cat Payload | gunzip -dc |cpio -i; ditto ~/GoEaTmp/Google_Earth_Pro.pkg/Google\\ Earth\\ Pro.app /Applications/Google\\ Earth\\ Pro.app;"
do shell script "defaults write ~/Library/Preferences/com.google.GoogleEarthPro.plist enableTips -bool NO"
do shell script "rm -rf ~/GoEaTmp"
do shell script "open -a /Applications/Google\\ Earth\\ Pro.app/Contents/MacOS/Google\\ Earth"

Original discussed here https://forums.macrumors.com/threads/google-earth-pro-not-working.2231463/
 
Apple's Maps sucks !

A long time ago, I was using the Google Earth app to draw paths in a country, to make itineraries and travel predictions. What good app that could do the same today ? What Mac app let you pin points on the globe and draw lines between them ?
Starting off by stating Apple Maps sucks is not a good start. Just because it doesn't offer what you need doesn't mean that it is a bad product.

Google Maps is still available as bogdanw states. If you don't want to use the app - you can use it in a browser: https://earth.google.com/web/
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.