// Create a Model for each window, starting with the Globe they share.
Globe earth = new Earth();
// Create layers that both World Windows can share.
Layer[] layers = new Layer[]
{
new StarsLayer(),
new CompassLayer(),
new BMNGWMSLayer(),
new LandsatI3WMSLayer(),
};