* Updated GeoTiffExample with commments and increased readability
* Updated GoToLocation with commments and increased readability
- The example's picking is not working.
* Updated Paths with commments and increased readability
* Updated RefreshImagery with commments and increased readability
* Updated SurfaceImage with commments and increased readability
- Removed picking functionality for the sake of brevity and consistence.
- Picking wasn't working.
* Renamed GeoTiffExample and KmlExample to GeoTiff and KML
* Moved LayerManager creation at the end of each example (From Paths to WMTS)
* Ran code formatting tool and eliminated superfluous whitespace
* Eliminated whitespace at the end
* Changed background color to black in most examples
* Add atmosphere layer to all examples
* Move atmosphere layer to show inner shading on all layers.
* Added comment pointing out importance of adding the atmosphere layer at the end
* Add resampling mode to surface images
* Move the constants into the WorldWind class
Extract methods handling the texture parameters
Complete the documentation
* Enable anisotropic texture filtering only for textures with linear filtering
* Remove broken links in JSDoc
* Load the anisotropic filter extension only once per texture
* Use faster function check for clearing the texture parameters
* Add WorldWind shim as library reference
- Closes#254
- Update the WorldWind object to reference the KmlControls and KmlTreeVisibility classes
- Fix ordering of dependencies in WorldWind