This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

mapnik rendering error : icesheet relation error

0

Hi i ve followed the tutorial from switch2osm.org to render osm maps using mapnik. i get errors after the command renderd -f -c /usr/local/etc/renderd.conf :

renderd[6862]: An error occurred while loading the map layer 'ajt': Postgis Plugin: ERREUR: la relation « icesheet_polygons » n'existe pas LINE 1: SELECT ST_SRID("way") AS srid FROM icesheet_polygons WHERE "... ^ in executeQuery Full sql was: 'SELECT ST_SRID("way") AS srid FROM icesheet_polygons WHERE "way" IS NOT NULL LIMIT 1;' encountered during parsing of layer 'icesheet-poly' in Layer at line 5895 of '/home/user/src/openstreetmap-carto/mapnik.xml' renderd[6862]: An error occurred while loading the map layer 'ajt': Postgis Plugin: ERREUR: la relation « icesheet_polygons » n'existe pas LINE 1: SELECT ST_SRID("way") AS srid FROM icesheet_polygons WHERE "... ^

I was told about getting into lua coding to understand and tweak relations in the osm.pbf files but i didnt go into that yet. Where would the error come from please and how can i fix it? thank you regards

asked 30 Sep '20, 17:16

kr1p's gravatar image

kr1p
11112
accept rate: 0%


One Answer:

0

A susbsequent conversation on IRC (with someone who may be the same person) suggests that the "Shapefile download" bits of https://switch2osm.org/serving-tiles/manually-building-a-tile-server-20-04-lts/ weren't done.

answered 30 Sep '20, 18:26

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%