maplibre-gl-layers 1.0.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 (38) hide show
  1. package/README.md +1 -1
  2. package/dist/index.cjs +8454 -6253
  3. package/dist/index.cjs.map +1 -1
  4. package/dist/index.d.ts +1353 -7
  5. package/dist/index.mjs +8453 -6252
  6. package/dist/index.mjs.map +1 -1
  7. package/package.json +10 -9
  8. package/dist/SpriteLayer.d.ts +0 -41
  9. package/dist/config.d.ts +0 -26
  10. package/dist/const.d.ts +0 -98
  11. package/dist/default.d.ts +0 -29
  12. package/dist/gl/atlas.d.ts +0 -64
  13. package/dist/gl/hitTest.d.ts +0 -54
  14. package/dist/gl/mouseEvents.d.ts +0 -36
  15. package/dist/gl/shader.d.ts +0 -114
  16. package/dist/gl/text.d.ts +0 -17
  17. package/dist/gl/tracking.d.ts +0 -36
  18. package/dist/host/calculationHost.d.ts +0 -87
  19. package/dist/host/mapLibreProjectionHost.d.ts +0 -18
  20. package/dist/host/projectionHost.d.ts +0 -62
  21. package/dist/host/runtime.d.ts +0 -38
  22. package/dist/host/wasmCalculationHost.d.ts +0 -78
  23. package/dist/host/wasmHost.d.ts +0 -133
  24. package/dist/host/wasmProjectionHost.d.ts +0 -19
  25. package/dist/internalTypes.d.ts +0 -582
  26. package/dist/interpolation/degreeInterpolation.d.ts +0 -49
  27. package/dist/interpolation/distanceInterpolation.d.ts +0 -32
  28. package/dist/interpolation/easing.d.ts +0 -26
  29. package/dist/interpolation/interpolationChannels.d.ts +0 -59
  30. package/dist/interpolation/locationInterpolation.d.ts +0 -30
  31. package/dist/interpolation/rotationInterpolation.d.ts +0 -40
  32. package/dist/types.d.ts +0 -944
  33. package/dist/utils/color.d.ts +0 -20
  34. package/dist/utils/image.d.ts +0 -32
  35. package/dist/utils/looseQuadTree.d.ts +0 -34
  36. package/dist/utils/math.d.ts +0 -451
  37. package/dist/utils/utils.d.ts +0 -37
  38. 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
  ----