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

Commit 6201a77

Browse files
authored
Merge pull request #1 from stirringhalo/patch-1
Add a gen4 table
2 parents 7f32338 + 09e4f69 commit 6201a77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

import-water.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ function import_water() {
5252
local gen3_table_name="osm_ocean_polygon_gen3"
5353
drop_table "$gen3_table_name"
5454
generalize_water "$gen3_table_name" "$table_name" 80
55+
56+
local gen3_table_name="osm_ocean_polygon_gen4"
57+
drop_table "$gen3_table_name"
58+
generalize_water "$gen3_table_name" "$table_name" 160
5559
}
5660

5761
import_water

0 commit comments

Comments
 (0)