maplibre-gl-layers 0.19.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/README.md +1 -1
  2. package/dist/index.cjs +8646 -6335
  3. package/dist/index.cjs.map +1 -1
  4. package/dist/index.d.ts +1353 -7
  5. package/dist/index.mjs +8645 -6334
  6. package/dist/index.mjs.map +1 -1
  7. package/dist/wasm/offloads-nosimd.wasm +0 -0
  8. package/dist/wasm/offloads-simd-mt.wasm +0 -0
  9. package/dist/wasm/offloads-simd.wasm +0 -0
  10. package/package.json +10 -9
  11. package/dist/SpriteLayer.d.ts +0 -41
  12. package/dist/config.d.ts +0 -26
  13. package/dist/const.d.ts +0 -98
  14. package/dist/default.d.ts +0 -29
  15. package/dist/gl/atlas.d.ts +0 -64
  16. package/dist/gl/hitTest.d.ts +0 -54
  17. package/dist/gl/mouseEvents.d.ts +0 -36
  18. package/dist/gl/shader.d.ts +0 -114
  19. package/dist/gl/text.d.ts +0 -17
  20. package/dist/gl/tracking.d.ts +0 -36
  21. package/dist/host/calculationHost.d.ts +0 -87
  22. package/dist/host/mapLibreProjectionHost.d.ts +0 -18
  23. package/dist/host/projectionHost.d.ts +0 -62
  24. package/dist/host/runtime.d.ts +0 -38
  25. package/dist/host/wasmCalculationHost.d.ts +0 -72
  26. package/dist/host/wasmHost.d.ts +0 -133
  27. package/dist/host/wasmProjectionHost.d.ts +0 -19
  28. package/dist/internalTypes.d.ts +0 -582
  29. package/dist/interpolation/degreeInterpolation.d.ts +0 -48
  30. package/dist/interpolation/distanceInterpolation.d.ts +0 -31
  31. package/dist/interpolation/easing.d.ts +0 -26
  32. package/dist/interpolation/interpolationChannels.d.ts +0 -59
  33. package/dist/interpolation/locationInterpolation.d.ts +0 -30
  34. package/dist/interpolation/rotationInterpolation.d.ts +0 -40
  35. package/dist/types.d.ts +0 -944
  36. package/dist/utils/color.d.ts +0 -20
  37. package/dist/utils/image.d.ts +0 -32
  38. package/dist/utils/looseQuadTree.d.ts +0 -34
  39. package/dist/utils/math.d.ts +0 -451
  40. package/dist/utils/utils.d.ts +0 -37
  41. package/dist/wasm/config.json.d.ts +0 -16
package/README.md CHANGED
@@ -4,7 +4,7 @@ MapLibre's layer extension library enabling the display, movement, and modificat
4
4
 
5
5
  ![maplibre-gl-layers](images/maplibre-gl-layers-120.png)
6
6
 
7
- [![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
7
+ [![Project Status: Active The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
9
 
10
10
  ----