Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Add a gen4 table
Browse files Browse the repository at this point in the history
  • Loading branch information
stirringhalo authored Apr 7, 2017
1 parent 7f32338 commit 09e4f69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions import-water.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ function import_water() {
local gen3_table_name="osm_ocean_polygon_gen3"
drop_table "$gen3_table_name"
generalize_water "$gen3_table_name" "$table_name" 80

local gen3_table_name="osm_ocean_polygon_gen4"
drop_table "$gen3_table_name"
generalize_water "$gen3_table_name" "$table_name" 160
}

import_water

0 comments on commit 09e4f69

Please sign in to comment.