![]() |
|
|||||||
| Developers' Corner General World Wind development. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Dec 2008
Posts: 10
![]() |
I want see coding in worldwind 1.4.0 Full
when I navigate Uri WorldWind such as > worldwind://goto/world=Earth&lat=14.62801&lon=100.91031&a lt=10152999&dir=-2.8 The world wind goto position in Uri I search the code does not found T_T Help me Please !! |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Dec 2008
Posts: 10
![]() |
Why World_Wind_1.4.0_Full.exe I installed, I can use feature click link Uri in browse, Worldwind the earth go to position in Uri
but I download source code ww 1.4 from >> http://sourceforge.net/project/downl...se_mirror=nchc I build this source code. I can't use uri goto in browse ? |
|
|
|
|
|
#3 |
|
Bored Explorer
Join Date: Nov 2004
Location: Warsaw, Poland
Posts: 1,808
![]() |
World Wind installer modifies windows registry - that's why worldwind://goto links work in 1.4, but not in compiled version. Try changing this key HKEY_CLASSES_ROOT\worldwind\shell\open\c ommand (point it to your WW build).
|
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Dec 2008
Posts: 10
![]() |
Thank You M K
but I not found HKEY_CLASSES_ROOT\worldwind and now I not installed 1.4 version |
|
|
|
|
|
#5 |
|
Bored Explorer
Join Date: Nov 2004
Location: Warsaw, Poland
Posts: 1,808
![]() |
Try this way:
copy and save as .reg file, then run that file (change WorldWind.exe path first) Code:
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\worldwind] @="URL:World Wind Protocol" "URL Protocol"="" [HKEY_CLASSES_ROOT\worldwind\DefaultIcon] @="WorldWind.exe" [HKEY_CLASSES_ROOT\worldwind\shell] [HKEY_CLASSES_ROOT\worldwind\shell\open] [HKEY_CLASSES_ROOT\worldwind\shell\open\command] @="d:\\Program Files\\NASA\\World Wind 1.4\\WorldWind.exe \"%1\"" |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|