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

Running renderd for the first time ubuntu18.04

-1
Mapnik LOG> 2020-07-22 22:14:57: warning: unable to find face-name 'HanaMinB Regular' in FontSet 'fontset-2'
Mapnik LOG> 2020-07-22 22:14:57: warning: unable to find face-name 'unifont Medium' in FontSet 'fontset-2'
renderd[23757]: An error occurred while loading the map layer 'ajt': Postgis Plugin: ERROR:  relation "icesheet_polygons" does not exist
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/xj/src/openstreetmap-carto/mapnik.xml'
renderd[23757]: An error occurred while loading the map layer 'ajt': Postgis Plugin: ERROR:  relation "icesheet_polygons" does not exist
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/xj/src/openstreetmap-carto/mapnik.xml'
renderd[23757]: An error occurred while loading the map layer 'ajt': Postgis Plugin: ERROR:  relation "icesheet_polygons" does not exist
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/xj/src/openstreetmap-carto/mapnik.xml'
renderd[23757]: An error occurred while loading the map layer 'ajt': Postgis Plugin: ERROR:  relation "icesheet_polygons" does not exist
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/xj/src/openstreetmap-carto/mapnik.xml'

asked 23 Jul '20, 02:38

%E5%BC%A0%E6%B2%BB%E9%9F%B3's gravatar image

张治音
90236
accept rate: 100%

edited 23 Jul '20, 06:44

scai's gravatar image

scai ♦
33.3k21309459


One Answer:

0

I have solved the problem. Because I can not download the shapefiles.

answered 24 Jul '20, 03:23

%E5%BC%A0%E6%B2%BB%E9%9F%B3's gravatar image

张治音
90236
accept rate: 100%

1
(24 Jul '20, 06:48) scai ♦

Source code available on GitHub .