- BlueMarbleLayer name changed into BMNGRestLayer since the former
was sometimes confused with BMNGLayer as the most regularly used
layer based off Blue Marble Next Generation imagery.
- The above class was modified in its constructor in order to be more
in line with the other 'Rest-' layers. Now it can receive parameters
regarding server address and path for data retrieval. Now it can be
configured to retrieve its imagery either from worldwindserver.net
(by default) or from a local folder.
Two examples are making use of this layer:
- The BlueMarbleTimeSeries example now retrieves its data from NASA's
server, so it works 'right out of the box' without the need to
download the standalone data package from World Wind server.
- The 'Standalone' example now makes use of BMNGRestLayer configured
to retrieve its data from a local folder.
Related to issue #125