Skip to content

Commit f1add11

Browse files
author
Andy Townsend
committed
1 parent 09c4f0e commit f1add11

4 files changed

+33
-3
lines changed

serving-tiles/manually-building-a-tile-server-debian-11.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,15 @@ Since version v5.3.0, some extra indexes now need to be [applied manually](https
175175
cd ~/src/openstreetmap-carto/
176176
sudo -u _renderd psql -d gis -f indexes.sql
177177

178-
It should respond with "CREATE INDEX" 14 times.
178+
It should respond with "CREATE INDEX" 16 times.
179+
180+
## Database functions
181+
182+
In version 5.9.0 of "OSM Carto" (released October 2024), some functions need to be loaded into the database manually. These can be added / re-loaded at any point using:
183+
184+
cd ~/src/openstreetmap-carto/
185+
sudo -u _renderd psql -d gis -f functions.sql
186+
179187
## Shapefile download
180188

181189
Although most of the data used to create the map is directly from the OpenStreetMap data file that you downloaded above, some shapefiles for things like low-zoom country boundaries are still needed. To download and index these, using the same account as we used previously:

serving-tiles/manually-building-a-tile-server-debian-12.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,15 @@ Since version v5.3.0, some extra indexes now need to be [applied manually](https
178178
cd ~/src/openstreetmap-carto/
179179
sudo -u _renderd psql -d gis -f indexes.sql
180180

181-
It should respond with "CREATE INDEX" 14 times.
181+
It should respond with "CREATE INDEX" 16 times.
182+
183+
## Database functions
184+
185+
In version 5.9.0 of "OSM Carto" (released October 2024), some functions need to be loaded into the database manually. These can be added / re-loaded at any point using:
186+
187+
cd ~/src/openstreetmap-carto/
188+
sudo -u _renderd psql -d gis -f functions.sql
189+
182190
## Shapefile download
183191

184192
Although most of the data used to create the map is directly from the OpenStreetMap data file that you downloaded above, some shapefiles for things like low-zoom country boundaries are still needed. To download and index these, using the same account as we used previously:

serving-tiles/manually-building-a-tile-server-ubuntu-22-04-lts.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,14 @@ Since version v5.3.0, some extra indexes now need to be [applied manually](https
176176
cd ~/src/openstreetmap-carto/
177177
sudo -u _renderd psql -d gis -f indexes.sql
178178

179-
It should respond with "CREATE INDEX" 14 times.
179+
It should respond with "CREATE INDEX" 16 times.
180+
181+
## Database functions
182+
183+
In version 5.9.0 of "OSM Carto" (released October 2024), some functions need to be loaded into the database manually. These can be added / re-loaded at any point using:
184+
185+
cd ~/src/openstreetmap-carto/
186+
sudo -u _renderd psql -d gis -f functions.sql
180187

181188
## Shapefile download
182189

serving-tiles/manually-building-a-tile-server-ubuntu-24-04-lts.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@ Since version v5.3.0, some extra indexes now need to be [applied manually](https
178178

179179
It should respond with "CREATE INDEX" 16 times.
180180

181+
## Database functions
182+
183+
In version 5.9.0 of "OSM Carto" (released October 2024), some functions need to be loaded into the database manually. These can be added / re-loaded at any point using:
184+
185+
cd ~/src/openstreetmap-carto/
186+
sudo -u _renderd psql -d gis -f functions.sql
187+
181188
## Shapefile download
182189

183190
Although most of the data used to create the map is directly from the OpenStreetMap data file that you downloaded above, some shapefiles for things like low-zoom country boundaries are still needed. To download and index these, using the same account as we used previously:

0 commit comments

Comments
 (0)