Directory Structure
From World Wind Wiki
This is the directory structure of the current dev version I have.
[edit] New Structure RFC
- World Wind
- Data (stored complete datasets)
- Earth
- Blue Marble Textures
- Placenames
- Boundries
- Icons
- Interface
- Mars
- MOLA Textures
- Placenames
- Icons
- Earth
- Configuration (xml files, worldwind.exe.config which should go back to Default.xml or whatever.. )
- Earth
- Earth.xml
- Boundries.xml
- Placenames.xml
- Images.xml
- Mars
- Mars.xml
- Placenames.xml
- Images.xml
- Earth
- System (Dlls, and helper programs. These files are required by ww, apparently it's hard to shoehorn dll's in there.. maybe future versions.)
- Documentation (Release notes, license, any docs)
- Utilities (Programs not needed by worldwind but helpful to developers / power users.)
- Cache (created by program dynamic directory)
- Earth
- Mars
- Add-ons (created by installer, dynamic)
- NAME
- Configuration
- Data
- System
- NAME
- Data (stored complete datasets)
In .NET the convention is to have a <APPNAME>.exe.config file that lives at the same level as the <APNAME>.exe
And that would be great if this was the only config file. But we also have 30 other config files that are all .xml. As such I think we should just stick with soemthign like DefaultSettings.xml And all our default settings should be in there.

