Skip to content

Commit d95f003

Browse files
authored
Merge pull request #32 from erictheise/fix-s-s-postgis
Add missing "execute commands from file" flag.
2 parents e277138 + d89ceba commit d95f003

File tree

1 file changed

+3
-3
lines changed
  • simplify_and_split_postgis

1 file changed

+3
-3
lines changed

simplify_and_split_postgis/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ tolerances, etc.:
4646

4747
5. For every zoom level you want, you have to prepare tile tables:
4848

49-
# psql -d coastlines -v zoom=3 setup_bbox_tiles.sql
50-
# psql -d coastlines -v zoom=5 setup_bbox_tiles.sql
51-
# psql -d coastlines -v zoom=6 setup_bbox_tiles.sql
49+
# psql -d coastlines -v zoom=3 -f setup_bbox_tiles.sql
50+
# psql -d coastlines -v zoom=5 -f setup_bbox_tiles.sql
51+
# psql -d coastlines -v zoom=6 -f setup_bbox_tiles.sql
5252

5353
6. For every simplification step you need, do the simplification:
5454

0 commit comments

Comments
 (0)