I have installed: on a server: mapnik, openstreetmap-carto and mod_tile in apache2 in another: postgresql, postgis where I have to put the connection parameters to the database: user, password, host, port, ... I tried:
with the same result Do I have to install Mapnik-style (default) Or there somewhere to register values? asked 18 Aug '16, 16:08 arcadio ortega |
I've never run Postgres on a different server, but I think you'd have to change the osm2pgsql connection settings inside the openstreetmap-carto project. Add a
See also: Mapnik's PostgreSQL settings. The openstreetmap-carto style makes use of some shapefiles, you will need to have them locally on the mapnik server, not the postgresql server. answered 19 Aug '16, 07:51 rorym I execute "carto project.mml > osm.xml" if I change something in project.yaml then nothing changes in osm.xml and everything stays the same.
(19 Aug '16, 08:12)
arcadio ortega
Where I add this: PostGIS_user-content-usage-from-c it can be the solution
(19 Aug '16, 10:10)
arcadio ortega
|