![]() |
|
|||||||
| Developers' Corner General World Wind development. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: Feb 2005
Posts: 68
![]() |
I wanted a topic where people like me (IE : that are discovering the code) could put some informations to help the others.
So I begin : There are two .NET solution files in the main forlder : worldwind.sln and worldwindow.sln worldwind.sln does worldwind.exe, and the other makes worldwindow.dll. My first feeling is that the new functions of worldwind 1.3 come from the dll, and that the worldwind.sln still contains a lot of code not used anymore. (for example, the old layer manager).
__________________
My page about wordlwind (addons, programs, etc...) |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Mar 2005
Posts: 5
![]() |
If you want to reuse your WorldWind cache and other data files, change the following line in WorldWind.cs from:
public static readonly string DirectoryPath = Path.GetDirectoryName(Application.Execut ablePath); to something like public static readonly string DirectoryPath = @"C:\Program Files\NASA\World Wind 1.3\"; |
|
|
|
|
|
#3 | |
|
Member
Join Date: Feb 2005
Location: Bacolod, Phillippines, 10.64 N, 122.97 E
Posts: 47
![]() |
Quote:
from <add key="CacheDirectory" value="Cache"></add> to <add key="CacheDirectory" value="E:\Science\NASA\World Wind 1.3\Cache"></add> or whatever your WW directory is? That's whyt I'm doing for more than a month now...
__________________
UNESCO World Heritage Addon Homepage |
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DStile Source Code | adamhill | Image Serving & GIS | 7 | 09-13-2011 06:15 PM |
| DStile Source Code | adamhill | Developers' Corner | 7 | 03-13-2006 01:40 AM |
| Discussion on some features of WW source code | ivr | Developers' Corner | 2 | 05-13-2005 06:34 PM |
| Can't connect to servers | hroo772 | Technical Support | 11 | 02-12-2005 01:19 AM |