forked from maplibre/maplibre-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update vector-tile to MapLibre fork (maplibre#2460)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vector-tile
updated
17 files
+2 −0 | .github/FUNDING.yml | |
+28 −0 | .github/workflows/ci.yml | |
+0 −9 | .npmignore | |
+0 −69 | .travis.yml | |
+2 −0 | CODE_OF_CONDUCT.md | |
+2 −8 | CONTRIBUTING.md | |
+2 −0 | LICENSE | |
+8 −10 | README.md | |
+3 −0 | SECURITY.md | |
+0 −1 | UPGRADING.md | |
+1 −11 | include/mapbox/vector_tile.hpp | |
+2 −2 | include/mapbox/vector_tile/version.hpp | |
+0 −2 | include_dirs.js | |
+0 −10 | package.json | |
+4 −0 | test/test047.mvt | |
+2 −2 | test/unit/tags.test.cpp | |
+10 −0 | test/unit/vector_tile.test.cpp |