Add missing SQL functions

This commit is contained in:
Florian Stosse
2025-08-29 16:49:16 +02:00
parent a2e42212b9
commit 135dcfba81

3
run.sh
View File

@@ -181,6 +181,9 @@ if [ "$1" == "run" ]; then
echo "export APACHE_ARGUMENTS='-D ALLOW_CORS'" >> /etc/apache2/envvars
fi
# Load functions for OSM Carto v5.9.0
sudo -u renderer psql -d gis -f /data/functions.sql
# Initialize PostgreSQL and Apache
createPostgresConfig
service postgresql start