@acalcutt/maplibre-gl-native-test 5.2.9 → 5.3.0-pre.1

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.
@@ -1,13 +1,7 @@
1
- ### [Maplibre Native](https://github.com/maplibre/maplibre-native/)
1
+ ### [Mapbox GL Native](https://github.com/mapbox/mapbox-gl-native) by Mapbox
2
2
 
3
3
  ```
4
- BSD 2-Clause License
5
-
6
- Copyright (c) 2021 MapLibre contributors
7
-
8
- Copyright (c) 2018-2021 MapTiler.com
9
-
10
- Copyright (c) 2014-2020 Mapbox
4
+ mapbox-gl-native Copyright (c) 2014-2020 Mapbox.
11
5
 
12
6
  Redistribution and use in source and binary forms, with or without
13
7
  modification, are permitted provided that the following conditions are
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  # MapLibre Native
4
4
 
5
- [![codecov](https://codecov.io/github/maplibre/maplibre-native/branch/main/graph/badge.svg?token=8ZQRRY56ZA)](https://codecov.io/github/maplibre/maplibre-native) [![](https://img.shields.io/badge/Slack-%23maplibre--native-2EB67D?logo=slack)](https://slack.openstreetmap.us/)
6
-
7
5
  MapLibre Native is a free and open-source library for publishing maps in your apps and desktop applications on various platforms. Fast displaying of maps is possible thanks to GPU-accelerated vector tile rendering.
8
6
 
9
7
  This project originated as a fork of Mapbox GL Native, before their switch to a non-OSS license in December 2020. For more information, see: [`FORK.md`](./FORK.md).
@@ -22,14 +20,14 @@ The documentation of MapLibre Native is a work in progress. To get an architectu
22
20
 
23
21
  ## Platforms
24
22
 
25
- - [⭐️ Android](platform/android/README.md)
26
- - [⭐️ iOS](platform/ios/README.md)
23
+ - [⭐️ Android](platform/android/README.md)
24
+ - [⭐️ iOS](platform/ios/platform/ios/README.md)
27
25
  - [GLFW](platform/glfw)
28
26
  - [Linux](platform/linux/README.md)
29
27
  - [Node.js](platform/node/README.md)
30
28
  - [Qt](platform/qt/README.md)
31
29
  - [Windows](platform/windows/README.md)
32
- - [macOS](platform/macos/README.md)
30
+ - [macOS](platform/ios/platform/macos/README.md)
33
31
 
34
32
  Platforms with a ⭐️ are **MapLibre Core Projects** and have a substantial amount of financial resources allocated to them. Learn about the different [project tiers](https://github.com/maplibre/maplibre/blob/main/PROJECT_TIERS.md#project-tiers).
35
33
 
@@ -50,12 +48,14 @@ To contribute to MapLibre Native, see [`CONTRIBUTING.md`](CONTRIBUTING.md) and (
50
48
 
51
49
  ### Getting Involved
52
50
 
53
- Join the `#maplibre-native` Slack channel at OSMUS. Get an invite at https://slack.openstreetmap.us/
51
+ Join the `#maplibre-native` Slack channel at OSMUS. Get an invite at https://slack.openstreetmap.us/
54
52
 
55
53
  ### Bounties 💰
56
54
 
57
55
  Thanks to our sponsors, we are able to award bounties to developers making contributions toward certain [bounty directions](https://github.com/maplibre/maplibre/issues?q=is%3Aissue+is%3Aopen+label%3A%22bounty+direction%22). To get started doing bounties, refer to the [step-by-step bounties guide](https://maplibre.org/roadmap/step-by-step-bounties-guide/).
58
56
 
57
+ ## Sponsors
58
+
59
59
  We thank everyone who supported us financially in the past and special thanks to the people and organizations who support us with recurring donations!
60
60
 
61
61
  Read more about the MapLibre Sponsorship Program at [https://maplibre.org/sponsors/](https://maplibre.org/sponsors/).
@@ -64,20 +64,14 @@ Platinum:
64
64
 
65
65
  <a href="https://aws.com"><img src="https://maplibre.org/img/aws-logo.svg" alt="Logo AWS" width="25%"/></a>
66
66
 
67
- Gold:
67
+ Silver:
68
68
 
69
69
  <a href="https://meta.com"><img src="https://maplibre.org/img/meta-logo.svg" alt="Logo Meta" width="25%"/></a>
70
70
 
71
- Silver:
72
-
73
71
  <a href="https://www.mierune.co.jp/?lang=en"><img src="https://maplibre.org/img/mierune-logo.svg" alt="Logo MIERUNE" width="25%"/></a>
74
72
 
75
73
  <a href="https://komoot.com/"><img src="https://maplibre.org/img/komoot-logo.svg" alt="Logo komoot" width="25%"/></a>
76
74
 
77
- <a href="https://www.jawg.io/"><img src="https://maplibre.org/img/jawgmaps-logo.svg" alt="Logo JawgMaps" width="25%"/></a>
78
-
79
- <a href="https://www.radar.com/"><img src="https://maplibre.org/img/radar-logo.svg" alt="Logo Radar" width="25%"/></a>
80
-
81
75
  Backers and Supporters:
82
76
 
83
77
  [![](https://opencollective.com/maplibre/backers.svg?avatarHeight=50&width=600)](https://opencollective.com/maplibre)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@acalcutt/maplibre-gl-native-test",
3
- "version": "5.2.9",
4
- "description": "Renders map tiles with MapLibre Native",
3
+ "version": "5.3.0-pre.1",
4
+ "description": "Renders map tiles with Maplibre GL",
5
5
  "keywords": [
6
6
  "maplibre",
7
7
  "gl"
@@ -17,7 +17,7 @@
17
17
  "types": "platform/node/index.d.ts",
18
18
  "repository": {
19
19
  "type": "git",
20
- "url": "git+https://github.com/WifiDB/maplibre-native.git"
20
+ "url": "git+https://github.com/wifidb/maplibre-native.git"
21
21
  },
22
22
  "license": "BSD-2-Clause",
23
23
  "dependencies": {
@@ -48,7 +48,7 @@
48
48
  "pngjs": "^6.0.0",
49
49
  "pretty-bytes": "^6.1.0",
50
50
  "request": "^2.88.0",
51
- "semver": "^7.5.2",
51
+ "semver": "^7.3.8",
52
52
  "shuffle-seed": "1.1.6",
53
53
  "st": "3.0.0",
54
54
  "tape": "^5.6.3",
@@ -69,7 +69,7 @@
69
69
  "binary": {
70
70
  "module_name": "mbgl",
71
71
  "module_path": "./lib/{node_abi}",
72
- "host": "https://github.com/WifiDB/maplibre-native/releases/download/",
72
+ "host": "https://github.com/wifidb/maplibre-native/releases/download/",
73
73
  "remote_path": "node-v{version}",
74
74
  "package_name": "{node_abi}-{platform}-{arch}-{configuration}.tar.gz"
75
75
  }
@@ -25,6 +25,7 @@ Further platforms might work [with additional libraries installed](https://githu
25
25
 
26
26
  ```
27
27
  npm test
28
+ npm run test-suite
28
29
  ```
29
30
 
30
31
  ## Rendering a map tile