@maplibre/maplibre-gl-native 5.0.1-pre.6 → 5.0.1-pre.7
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 +6 -4
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -82,6 +82,8 @@ The Android API documentation is available at https://maplibre.org/maplibre-gl-n
|
|
|
82
82
|
|
|
83
83
|
The iOS API documentation is available at https://maplibre.org/maplibre-gl-native/ios/api/
|
|
84
84
|
|
|
85
|
+
Architecture: https://maplibre.org/maplibre-gl-native/docs/book/
|
|
86
|
+
|
|
85
87
|
## Installation
|
|
86
88
|
|
|
87
89
|
### Android
|
|
@@ -161,7 +163,7 @@ git checkout tags/$TAG -b $TAG
|
|
|
161
163
|
# clean, if you need to troubleshoot build dependencies by using `make clean`
|
|
162
164
|
```
|
|
163
165
|
|
|
164
|
-
|
|
166
|
+
### Build using Bazel
|
|
165
167
|
|
|
166
168
|
[Bazel](https://bazel.build) is also supported as a build option for getting a packaged release of the xcframework compiled for either static or dynamic linking.
|
|
167
169
|
|
|
@@ -171,7 +173,7 @@ Firstly you will have to ensure that Bazel is installed
|
|
|
171
173
|
|
|
172
174
|
From there you can use the script in platform/ios/platform/ios/scripts/package-bazel.sh
|
|
173
175
|
|
|
174
|
-
|
|
176
|
+
#### There are 4 options:
|
|
175
177
|
|
|
176
178
|
`cd platform/ios/platform/ios/scripts`
|
|
177
179
|
|
|
@@ -193,7 +195,7 @@ Also you can use the link option to ensure that the framework is able to link.
|
|
|
193
195
|
|
|
194
196
|
`./bazel-package.sh --link`
|
|
195
197
|
|
|
196
|
-
|
|
198
|
+
#### Bazel build files are placed in a few places throughout the project:
|
|
197
199
|
|
|
198
200
|
`BUILD.bazel`
|
|
199
201
|
- Covering the base cpp in the root `src` directory.
|
|
@@ -213,7 +215,7 @@ Also you can use the link option to ensure that the framework is able to link.
|
|
|
213
215
|
`platform/ios/BUILD.bazel`
|
|
214
216
|
- Covering the source in `platform/ios/platform/ios/src` and `platform/ios/platform/darwin/src` as well as defining all the other BUILD.bazel files and defining the xcframework targets.
|
|
215
217
|
|
|
216
|
-
|
|
218
|
+
#### There are also some other areas that make bazel work:
|
|
217
219
|
|
|
218
220
|
`WORKSPACE`
|
|
219
221
|
- Defines the "repo" and the different modules that are loaded in order to compile for Apple.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maplibre/maplibre-gl-native",
|
|
3
|
-
"version": "5.0.1-pre.
|
|
3
|
+
"version": "5.0.1-pre.7",
|
|
4
4
|
"description": "Renders map tiles with Maplibre GL",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"maplibre",
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"@mapbox/flow-remove-types": "^2.0.0",
|
|
30
30
|
"@mapbox/mvt-fixtures": "3.10.0",
|
|
31
31
|
"@octokit/plugin-retry": "^3.0.9",
|
|
32
|
-
"@octokit/rest": "^19.0.
|
|
33
|
-
"aws-sdk": "^2.
|
|
32
|
+
"@octokit/rest": "^19.0.5",
|
|
33
|
+
"aws-sdk": "^2.1248.0",
|
|
34
34
|
"csscolorparser": "~1.0.2",
|
|
35
35
|
"d3-queue": "3.0.7",
|
|
36
36
|
"diff": "5.1.0",
|
|
37
37
|
"ejs": "^3.1.8",
|
|
38
38
|
"esm": "~3.2.25",
|
|
39
|
-
"express": "^4.18.
|
|
39
|
+
"express": "^4.18.2",
|
|
40
40
|
"json-stringify-pretty-compact": "^4.0.0",
|
|
41
41
|
"jsonwebtoken": "^8.3.0",
|
|
42
42
|
"lodash": "^4.16.4",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"pngjs": "^6.0.0",
|
|
47
47
|
"pretty-bytes": "^6.0.0",
|
|
48
48
|
"request": "^2.88.0",
|
|
49
|
-
"semver": "^7.3.
|
|
49
|
+
"semver": "^7.3.8",
|
|
50
50
|
"shuffle-seed": "1.1.6",
|
|
51
51
|
"st": "3.0.0",
|
|
52
52
|
"tape": "^5.6.1",
|