Skip to content

Commit

Permalink
Merge pull request #8 from NASA-AMMOS/issue-7
Browse files Browse the repository at this point in the history
Make PNG.js a module
  • Loading branch information
tariqksoliman authored Aug 19, 2021
2 parents 9fd4f2a + d14905d commit d779cb5
Show file tree
Hide file tree
Showing 41 changed files with 497 additions and 935 deletions.
16 changes: 9 additions & 7 deletions dist/lithosphere.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/src/constants.d.ts

This file was deleted.

Empty file removed dist/src/controls/altitude.d.ts
Empty file.
15 changes: 0 additions & 15 deletions dist/src/controls/compass.d.ts

This file was deleted.

Empty file removed dist/src/controls/controls.d.ts
Empty file.
19 changes: 0 additions & 19 deletions dist/src/controls/coordinates.d.ts

This file was deleted.

Empty file removed dist/src/controls/crop.d.ts
Empty file.
18 changes: 0 additions & 18 deletions dist/src/controls/exaggerate.d.ts

This file was deleted.

13 changes: 0 additions & 13 deletions dist/src/controls/home.d.ts

This file was deleted.

29 changes: 0 additions & 29 deletions dist/src/controls/index.d.ts

This file was deleted.

17 changes: 0 additions & 17 deletions dist/src/controls/layers.d.ts

This file was deleted.

29 changes: 0 additions & 29 deletions dist/src/controls/link.d.ts

This file was deleted.

23 changes: 0 additions & 23 deletions dist/src/controls/observe.d.ts

This file was deleted.

16 changes: 0 additions & 16 deletions dist/src/controls/walk.d.ts

This file was deleted.

58 changes: 0 additions & 58 deletions dist/src/core/cameras.d.ts

This file was deleted.

50 changes: 0 additions & 50 deletions dist/src/core/events.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions dist/src/core/renderer.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions dist/src/core/shaders.d.ts

This file was deleted.

10 changes: 0 additions & 10 deletions dist/src/layers/clamped.d.ts

This file was deleted.

Empty file removed dist/src/layers/curtain.d.ts
Empty file.
34 changes: 0 additions & 34 deletions dist/src/layers/index.d.ts

This file was deleted.

Empty file removed dist/src/layers/model.d.ts
Empty file.
Empty file removed dist/src/layers/overlay.d.ts
Empty file.
8 changes: 0 additions & 8 deletions dist/src/layers/tile.d.ts

This file was deleted.

10 changes: 0 additions & 10 deletions dist/src/layers/tile3d.d.ts

This file was deleted.

11 changes: 0 additions & 11 deletions dist/src/layers/vector.d.ts

This file was deleted.

Empty file removed dist/src/parsers/demt.d.ts
Empty file.
2 changes: 0 additions & 2 deletions dist/src/parsers/rgba.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import '../secondary/PNG/zlib';
import '../secondary/PNG/png';
export default function RGBAParser(tilePath: string, layerObj?: any, xyz?: any, tileResolution?: number, numberOfVertices?: number): Promise<number[]>;
Loading

0 comments on commit d779cb5

Please sign in to comment.