diff --git a/src/coverage_POLICE_after.sh b/src/coverage_POLICE_after.sh index 21f443a..a8f8f18 100644 --- a/src/coverage_POLICE_after.sh +++ b/src/coverage_POLICE_after.sh @@ -18,9 +18,12 @@ cd vtile ls -l -tippecanoe -l police_map0 -rg -z16 -Z6 -o police0.mbtiles police0.json -tippecanoe -l police_map1 -rg -z16 -Z6 -o police1.mbtiles police1.json -tippecanoe -l police_map2 -rg -z16 -Z6 -o police2.mbtiles policw2.json +tippecanoe -l police2_map0 -rg -z16 -Z6 -o police2z.mbtiles police2z.json +tippecanoe -l police2_map1 -rg -z16 -Z6 -o police2.mbtiles police2.json +tippecanoe -l police4_map0 -rg -z16 -Z6 -o police4z.mbtiles police4z.json +tippecanoe -l police4_map1 -rg -z16 -Z6 -o police4.mbtiles police4.json +tippecanoe -l police5_map0 -rg -z16 -Z6 -o police5z.mbtiles police5z.json +tippecanoe -l police5_map1 -rg -z16 -Z6 -o police5.mbtiles police5.json git clone git://github.com/mapbox/mbutil.git @@ -28,17 +31,20 @@ # ~/vtile/mbutil # cd mbutil -./mb-util --image_format=pbf ../police0.mbtiles tilePolice0 -./mb-util --image_format=pbf ../police1.mbtiles tilePolice1 +./mb-util --image_format=pbf ../police2z.mbtiles tilePolice2z ./mb-util --image_format=pbf ../police2.mbtiles tilePolice2 +./mb-util --image_format=pbf ../police4z.mbtiles tilePolice4z +./mb-util --image_format=pbf ../police4.mbtiles tilePolice4 +./mb-util --image_format=pbf ../police5z.mbtiles tilePolice5z +./mb-util --image_format=pbf ../police5.mbtiles tilePolice5 pwd ls -l #----------- -# ~/vtile/mbutil/tilePolice0 +# ~/vtile/mbutil/tilePolice2z # -cd tilePolice0 +cd tilePolice2z pwd ls -l gzip -d -v -r -S .pbf * @@ -50,29 +56,11 @@ cd .. pwd ls -l -tar czvf ../../tilePolice0.tgz tilePolice0 +tar czvf ../../tilePolice2z.tgz tilePolice2z pwd ls -l #----------- -# ~/vtile/mbutil/tilePolice1 -# -cd tilePolice1 -pwd -ls -l -gzip -d -v -r -S .pbf * -find . -type f -exec mv -v '{}' '{}'.pbf \; - -#----------- -# ~/vtile/mbutil -# -cd .. -pwd -ls -l -tar czvf ../../tilePolice1.tgz tilePolice1 -pwd - -#----------- # ~/vtile/mbutil/tilePolice2 # cd tilePolice2 @@ -88,5 +76,74 @@ pwd ls -l tar czvf ../../tilePolice2.tgz tilePolice2 +pwd + +#----------- +# ~/vtile/mbutil/tilePolice4z +# +cd tilePolice4z +pwd +ls -l +gzip -d -v -r -S .pbf * +find . -type f -exec mv -v '{}' '{}'.pbf \; + +#----------- +# ~/vtile/mbutil +# +cd .. +pwd +ls -l +tar czvf ../../tilePolice4z.tgz tilePolice4z + +#----------- +# ~/vtile/mbutil/tilePolice4 +# +cd tilePolice4 +pwd +ls -l +gzip -d -v -r -S .pbf * +find . -type f -exec mv -v '{}' '{}'.pbf \; + +#----------- +# ~/vtile/mbutil +# +cd .. +pwd +ls -l +tar czvf ../../tilePolice4.tgz tilePolice4 + +#----------- +# ~/vtile/mbutil/tilePolice5z +# +cd tilePolice5z +pwd +ls -l +gzip -d -v -r -S .pbf * +find . -type f -exec mv -v '{}' '{}'.pbf \; + +#----------- +# ~/vtile/mbutil +# +cd .. +pwd +ls -l +tar czvf ../../tilePolice4z.tgz tilePolice5z + +#----------- +# ~/vtile/mbutil/tilePolice5 +# +cd tilePolice5 +pwd +ls -l +gzip -d -v -r -S .pbf * +find . -type f -exec mv -v '{}' '{}'.pbf \; + +#----------- +# ~/vtile/mbutil +# +cd .. +pwd +ls -l +tar czvf ../../tilePolice4.tgz tilePolice5 #-----------