Cyclosm: Add cyclosm SQL views
This commit is contained in:
3
run.sh
3
run.sh
@@ -124,6 +124,9 @@ if [ "$1" == "import" ]; then
|
||||
sudo -u postgres psql -d gis -f /data/style/${NAME_SQL:-indexes.sql}
|
||||
fi
|
||||
|
||||
# Create cyclosm special views
|
||||
sudo -u renderer psql -d gis -f "/data/style/cyclosm-cartocss-style/views.sql"
|
||||
|
||||
#Import external data TODO cyclosm: change this
|
||||
# chown -R renderer: /home/renderer/src/ /data/style/
|
||||
# if [ -f /data/style/scripts/get-external-data.py ] && [ -f /data/style/external-data.yml ]; then
|
||||
|
Reference in New Issue
Block a user