sly
17
-
check if there is something in your table after the import
SELECT * FROM your_gpx_table
-
check postgres logs to see if there isn’t an access denied
-
confirm there is a “access denied” to your new database/table for the mapnik user you created
-
remind that you fogot to :
ALTER TABLE your_gpx_table OWNER TO username;
That’s just a guess, but that’s what I forgot and exactly got nothing like you, without errors.
I’m discovering postgres and don’t know why my user doesn’t have access to all tables in the database…