Skip to content

Commit

Permalink
rename views file
Browse files Browse the repository at this point in the history
  • Loading branch information
quasart committed May 18, 2021
1 parent b60ef4f commit 606bbec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ details about relations (especially table `planet_osm_rels`).
Create sql views used by cyclosm style:

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

## Shapefiles
Expand Down
3 changes: 1 addition & 2 deletions scripts/docker-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ EOF
fi

# Importing data to a database
osm2pgsql -c -G --hstore -d $DB_NAME ~/path/to/data.osm.pbf
osm2pgsql \
--cache $OSM2PGSQL_CACHE \
--number-processes $OSM2PGSQL_NUMPROC \
Expand All @@ -53,7 +52,7 @@ EOF
$OSM2PGSQL_DATAFILE

# Run cyclosm-specific sql script
psql --dbname=$DB_NAME --file=project.sql
psql --dbname=$DB_NAME --file=views.sql

;;

Expand Down
File renamed without changes.

0 comments on commit 606bbec

Please sign in to comment.