Skip to content

Commit

Permalink
simplify information about shapefiles
Browse files Browse the repository at this point in the history
"Additionally you need some shapefiles." reworded and moved to correct directory
explain why shapefiles are needed
explain what script is doing once
new version should be shorter and give all info of the current version
  • Loading branch information
matkoniecz committed Jan 11, 2018
1 parent ac7ed5f commit b1fe8a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ Custom indexes are not required, but will speed up rendering, particularly for f
psql -d gis -f indexes.sql
```

Additionally you need some shapefiles.

## Scripted download
To download the shapefiles you can run the following script. No further steps should be needed as the data has been processed and placed in the requisite directories.
Some features are rendered using preprocessed shapefiles.

To obtain them you can run the following script.

```
scripts/get-shapefiles.py
```

This script generates and populates the *data* directory with all needed shapefiles, including indexing them through *shapeindex*.
This script downloads necessary files, generates and populates the *data* directory with all needed shapefiles, including indexing them through *shapeindex*.

## Manual download

Expand Down

0 comments on commit b1fe8a8

Please sign in to comment.