@maplibre/maplibre-gl-native 6.3.0-pre.0 → 6.3.0-pre.2
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.
- package/README.md +3 -5
- package/index.d.ts +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -19,13 +19,11 @@ Run:
|
|
|
19
19
|
npm install @maplibre/maplibre-gl-native
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
## License
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
@maplibre/maplibre-gl-native is available under the BSD 2-Clause License. Refer to the [full list of licenses](https://github.com/maplibre/maplibre-native/blob/main/LICENSES.core.md).
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
npm test
|
|
28
|
-
```
|
|
26
|
+
MapLibre Native is based in part of the work of the [FreeType](https://freetype.org/) Team.
|
|
29
27
|
|
|
30
28
|
## Rendering a map tile
|
|
31
29
|
|
package/index.d.ts
CHANGED
|
@@ -156,7 +156,7 @@ declare module '@maplibre/maplibre-gl-native' {
|
|
|
156
156
|
/**
|
|
157
157
|
* Add image to map's style
|
|
158
158
|
*/
|
|
159
|
-
addImage: (imageId: string, image: any) => void;
|
|
159
|
+
addImage: (imageId: string, image: any, options: any) => void;
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
162
|
* Remove image from map's style
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maplibre/maplibre-gl-native",
|
|
3
|
-
"version": "6.3.0-pre.
|
|
3
|
+
"version": "6.3.0-pre.2",
|
|
4
4
|
"description": "Renders map tiles with MapLibre Native",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"maplibre",
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
"@octokit/plugin-retry": "^7.1.0",
|
|
35
35
|
"@octokit/rest": "^20.1.0",
|
|
36
36
|
"@types/node": "^22.9.0",
|
|
37
|
-
"argparse": "^2.0.1",
|
|
38
37
|
"csscolorparser": "^1.0.3",
|
|
39
38
|
"d3-queue": "3.0.7",
|
|
40
39
|
"diff": "5.2.0",
|