GML_POLICE
1 parent a15d9e2 commit 592135c8a6699d90a73cf2088fb852ed98cff211
@hayashi hayashi authored on 5 May 2018
Showing 3 changed files
View
12
src/coverage_POLICE_after.sh
#
cd vtile
ls -l
 
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
tippecanoe -l police2_map0 -rg -z16 -Z6 -o police2z.mbtiles ../GML_POLICE/police2z.json
tippecanoe -l police2_map1 -rg -z16 -Z6 -o police2.mbtiles ../GML_POLICE/police2.json
tippecanoe -l police4_map0 -rg -z16 -Z6 -o police4z.mbtiles ../GML_POLICE/police4z.json
tippecanoe -l police4_map1 -rg -z16 -Z6 -o police4.mbtiles ../GML_POLICE/police4.json
tippecanoe -l police5_map0 -rg -z16 -Z6 -o police5z.mbtiles ../GML_POLICE/police5z.json
tippecanoe -l police5_map1 -rg -z16 -Z6 -o police5.mbtiles ../GML_POLICE/police5.json
 
git clone git://github.com/mapbox/mbutil.git
 
#-----------
View
2
■■■
src/coverage_PoliceTile.sh
 
git config --global user.name "hayashi"
git config --global user.email hayashi.yuu@gmail.com
git add GML_POLICE/tileDate.json
git add *.json
git add GML_POLICE/*.json
git commit --allow-empty -m "Police tile created $(date +%Y-%m-%d_%H:%M)"
 
git remote -v
View
4
src/coverage_PoliceUp.sh
ls -l
rm -rf tilePolice?.tgz
rm -rf tilePolice?z.tgz
 
curl --user yuu:yuu8844 -O http://192.168.0.26:8080/job/osmCoverage_PoliceTile/lastSuccessfulBuild/artifact/tilePoslice2.tgz
curl --user yuu:yuu8844 -O http://192.168.0.26:8080/job/osmCoverage_PoliceTile/lastSuccessfulBuild/artifact/tilePolice2.tgz
ls -l
rm -rf tilePolice2
tar xvzf tilePolice2.tgz
 
ls -l
rm -rf tilePolice5
tar xvzf tilePolice5.tgz
 
curl --user yuu:yuu8844 -O http://192.168.0.26:8080/job/osmCoverage_PoliceTile/lastSuccessfulBuild/artifact/tilePoslice2z.tgz
curl --user yuu:yuu8844 -O http://192.168.0.26:8080/job/osmCoverage_PoliceTile/lastSuccessfulBuild/artifact/tilePolice2z.tgz
ls -l
rm -rf tilePolice2z
tar xvzf tilePolice2z.tgz