Skip to content

Commit

Permalink
Updated Web WorldWind library to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Beak-man committed Jan 19, 2018
1 parent ddd9473 commit 8e8684b
Show file tree
Hide file tree
Showing 10 changed files with 122 additions and 80 deletions.
2 changes: 1 addition & 1 deletion Circle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

define(['./Rectangle',
'./worldwindlib',
'./worldwind.min',
'./WorldPoint'],
function(Rectangle,
WorldWind,
Expand Down
2 changes: 1 addition & 1 deletion Control.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ define(['./Circle',
'./EQPolygon',
'./EQPlacemark',
'./USGS',
'./worldwindlib',
'./worldwind.min',
'./AnnotationController',
'./Point',
'./Rectangle',
Expand Down
2 changes: 1 addition & 1 deletion Draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ define(['./Circle',
'./EQPolygon',
'./EQPlacemark',
'./USGS',
'./worldwindlib',
'./worldwind.min',
'./AnnotationController',
'./Point',
'./Rectangle',
Expand Down
2 changes: 1 addition & 1 deletion EQPlacemark.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Created by gagaus on 7/29/16.
*/

define(['./worldwindlib'],
define(['./worldwind.min'],
function(WorldWind) {

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion EQPolygon.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Created by gagaus on 7/29/16.
*/

define(['./worldwindlib'],
define(['./worldwind.min'],
function(WorldWind) {

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion Point.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Created by gagaus on 7/29/16.
*/

define(['./worldwindlib'],
define(['./worldwind.min'],
function(WorldWind) {

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion TectonicPlateLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Created by gagaus on 8/3/16.
*/

define(['./worldwindlib'],
define(['./worldwind.min'],
function (WorldWind) {

"use strict";
Expand Down
2 changes: 1 addition & 1 deletion WorldPoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Created by gagaus on 7/29/16.
*/

define(['./worldwindlib'],
define(['./worldwind.min'],
function(WorldWind) {

"use strict";
Expand Down
114 changes: 114 additions & 0 deletions worldwind.min.js

Large diffs are not rendered by default.

72 changes: 0 additions & 72 deletions worldwindlib.js

This file was deleted.

0 comments on commit 8e8684b

Please sign in to comment.