Tiles are missing all features with sample_leaflet.html at any zoom? First Time Installer All of the tiles are being rendered correctly but there aren't any roads or other features displayed on them? Following this guide. https://switch2osm.org/manually-building-a-tile-server-18-04-lts/ I grabbed the Special Sub Regions located here http://download.geofabrik.de/north-america.html. Installed one by one. asked 29 Jun '19, 18:37 chavenor1 |
Is it possible that you called the answered 29 Jun '19, 20:10 Frederik Ramm ♦ Yes I did do this. I ran this as the renderaccount user. Can I use a wildcard regex within this arg? See end. osm2pgsql -d gis --create --slim -G --hstore --tag-transform-script ~/src/openstreetmap-carto/openstreetmap-carto.lua -C 2100 --number-processes 1 -S ~/src/openstreetmap-carto/openstreetmap-carto.style ~/data/*
(29 Jun '19, 20:24)
chavenor1
I went into the new area of the midwest to get a fresh title and same issue. Reading in file: /home/renderaccount/data/us-midwest-latest.osm.pbf Using PBF parser. Processing: Node(79420k 345.3k/s) Way(0k 0.00k/s) Relation(0 0.00/s)Killed
(29 Jun '19, 21:06)
chavenor1
2
Ok, this means that your import process has aborted and the database is empty. How much RAM does your machine have?
(29 Jun '19, 22:48)
Frederik Ramm ♦
The testing unit has 3 GB. Set total to 2100 in the script. More RAM? Largest file to import is around ~2GB.
(01 Jul '19, 01:20)
chavenor1
Updated system to 24 GB of RAM going to give that a try.
(01 Jul '19, 04:15)
chavenor1
Frederik can you post your answer that is clearly it. Out of HD space and RAM.
(01 Jul '19, 07:02)
chavenor1
showing 5 of 6
show 1 more comments
|
Any error messages in syslog?
Nothing that looked like an error. Checked Syslog and syslog.1. I don't see any options passed - typical?
Got command RenderPrio fd(11) xml(ajt), z(9), x(124), y(179), mime(image/png), options()
First time installer of what? Which instructions did you follow? Which data file did you download and what was the osm2pgsql incantation?