Skip to content

Commit

Permalink
code factoring using sql view
Browse files Browse the repository at this point in the history
  • Loading branch information
quasart committed Apr 24, 2021
1 parent d7a8554 commit a2cd2f1
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 473 deletions.
5 changes: 5 additions & 0 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ drop nodes with no tags except the `hstore` tags column (typically, a
command, to ensure temporary tables are created in database and store the raw
details about relations (especially table `planet_osm_rels`).

Create sql views used by cyclosm style:

```
psql -d osm --file=project.sql
```

## Shapefiles

Expand Down
Loading

0 comments on commit a2cd2f1

Please sign in to comment.