Skip to content

Commit f3286b3

Browse files
committed
Added configuration for WorldWind logo placement
1 parent f23f70d commit f3286b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WorldWind.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,8 @@ define([ // PLEASE KEEP ALL THIS IN ALPHABETICAL ORDER BY MODULE NAME (not direc
11161116
baseUrl: (WWUtil.worldwindlibLocation()) || (WWUtil.currentUrlSansFilePart() + '/../'),
11171117
layerRetrievalQueueSize: 16,
11181118
coverageRetrievalQueueSize: 16,
1119+
worldWindLogoPlacement: new Offset(WorldWind.OFFSET_PIXELS, 7, WorldWind.OFFSET_INSET_PIXELS, 7),
1120+
worldWindLogoAlignment: new Offset(WorldWind.OFFSET_FRACTION, 0, WorldWind.OFFSET_FRACTION, 1),
11191121
bingLogoPlacement: new Offset(WorldWind.OFFSET_INSET_PIXELS, 7, WorldWind.OFFSET_PIXELS, 7),
11201122
bingLogoAlignment: new Offset(WorldWind.OFFSET_FRACTION, 1, WorldWind.OFFSET_FRACTION, 0)
11211123
};

0 commit comments

Comments
 (0)