Skip to content

Commit

Permalink
Merge pull request #31 from ksimka/patch-1
Browse files Browse the repository at this point in the history
Fix type in 'shp' extension
  • Loading branch information
cstich committed Nov 28, 2015
2 parents 3250c0c + 612afe7 commit fe4a2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getOriginalData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This is a basic script that downloads the original data and converts it to a JSON
wget http://efele.net/maps/tz/world/tz_world.zip
unzip tz_world
ogr2ogr -f GeoJSON -t_srs crs:84 tz_world.json ./world/tz_world.sph
ogr2ogr -f GeoJSON -t_srs crs:84 tz_world.json ./world/tz_world.shp
mv tz_world.json tzwhere/
rm ./world/ -r
rm tz_world.zip

0 comments on commit fe4a2eb

Please sign in to comment.