Problem creating Active X Server 'Google Earth Com Server'
이전 댓글 표시
I have tried starting an actxserver on Matlab 2014b running on 64bit Windows 8 with Google Earth and Google Earth Pro installed with the following code;
handle = actxserver ('googleearth.Application')
But I receive the following error;
Error using actxserver (line 90)
Server creation failed. Invalid ProgID 'googleearth.Application'.
This method successfully works on a different computer running Windows 7 with Google Earth and Google Earth Pro installed although.
Does Google Earth use a different ProgID on Windows 8? Or is there something else I am missing out on? All and any help in this matter would be greatly appreciated!!
댓글 수: 1
Akeel
2015년 6월 28일
change your google earth version by 5.2 or less see http://googlegeodevelopers.blogspot.com/2010/08/sunset-for-google-earth-com-api.html
and
http://google-earth.brothersoft.com/google-earth5.2.1-beta
to download old version
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Google Earth에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!