Skip to content

Commit

Permalink
Merge pull request #3017 from matkoniecz/shapefiles
Browse files Browse the repository at this point in the history
simplify information about shapefiles
  • Loading branch information
kocio-pl authored Jan 11, 2018
2 parents ac7ed5f + b1fe8a8 commit 6decda2
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 6decda2

Please sign in to comment.