mirror of
https://github.com/mapnik/mapnik.git
synced 2025-07-20 16:34:26 +00:00
add mapnik-vector-tile
This commit is contained in:
@ -62,6 +62,7 @@ git submodule update --init deps/mapbox/variant
|
||||
git submodule update --init deps/mapbox/geometry
|
||||
git submodule update --init deps/mapbox/polylabel
|
||||
git submodule update --init deps/mapbox/protozero
|
||||
git submodule update --init deps/mapbox/mapnik-vector-tile
|
||||
|
||||
rm -rf deps/mapbox/variant/.git*
|
||||
rm -rf deps/mapbox/variant/.mason
|
||||
@ -79,6 +80,9 @@ rm -f deps/mapbox/polylabel/.travis.yml
|
||||
rm -rf deps/mapbox/protozero/.git*
|
||||
rm -f deps/mapbox/protozero/.travis.yml
|
||||
|
||||
rm -rf deps/mapbox/mapnik-vector-tile/.git*
|
||||
rm -f deps/mapbox/mapnik-vector-tile/.travis.yml
|
||||
|
||||
function check_and_tag() {
|
||||
REPO_DIR=$1
|
||||
REPO_NAME=$2
|
||||
|
Reference in New Issue
Block a user