You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1106,6 +1112,8 @@ define([ // PLEASE KEEP ALL THIS IN ALPHABETICAL ORDER BY MODULE NAME (not direc
1106
1112
* <li><code>baseUrl</code>: The URL of the directory containing the WorldWind Library and its resources.</li>
1107
1113
* <li><code>layerRetrievalQueueSize</code>: The number of concurrent tile requests allowed per layer. The default is 16.</li>
1108
1114
* <li><code>coverageRetrievalQueueSize</code>: The number of concurrent tile requests allowed per elevation coverage. The default is 16.</li>
1115
+
* <li><code>worldWindLogoPlacement</code>: An {@link Offset} to place the official WorldWind logo. The default is a 7px margin inset from the upper left corner of the screen.</li>
1116
+
* <li><code>worldWindLogoAlignment</code>: An {@link Offset} to align the WorldWind logo relative to its placement position. The default is the upper left corner of the logo.</li>
1109
1117
* <li><code>bingLogoPlacement</code>: An {@link Offset} to place a Bing logo attribution. The default is a 7px margin inset from the lower right corner of the screen.</li>
1110
1118
* <li><code>bingLogoAlignment</code>: An {@link Offset} to align the Bing logo relative to its placement position. The default is the lower right corner of the logo.</li>
0 commit comments