diff --git a/src/coverage_POLICE_after.sh b/src/coverage_POLICE_after.sh index 6d79840..5963d3a 100644 --- a/src/coverage_POLICE_after.sh +++ b/src/coverage_POLICE_after.sh @@ -17,12 +17,12 @@ 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 diff --git a/src/coverage_PoliceTile.sh b/src/coverage_PoliceTile.sh index 405d9ed..1a7dec4 100644 --- a/src/coverage_PoliceTile.sh +++ b/src/coverage_PoliceTile.sh @@ -9,7 +9,7 @@ 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 diff --git a/src/coverage_PoliceUp.sh b/src/coverage_PoliceUp.sh index 70d0b42..03b8935 100644 --- a/src/coverage_PoliceUp.sh +++ b/src/coverage_PoliceUp.sh @@ -6,7 +6,7 @@ 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 @@ -21,7 +21,7 @@ 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