geofabrik / toner

fork of Stamen Toner style to be used with Osm2pgsql
ISC License
3 stars 1 forks source link

Database and Style Files #7

Open pfgp opened 1 year ago

pfgp commented 1 year ago

I set up a tile server using the https://switch2osm.org/serving-tiles/using-a-docker-container/ instructions, specifically the https://hub.docker.com/r/overv/openstreetmap-tile-server/ docker (their github page is here: https://github.com/Overv/openstreetmap-tile-server docker). Alternate styles are able to be specified by specifying .lua, .style, .mml, and .sql files.

I'd like to use this project's toner.mml but I'm getting errors by not also providing a .lua, .style, and .sql files (when not specified, the default openstreetmap-carto files are used. Errors I'm getting are things like "Postgis Plugin: ERROR: function high_road(numeric, geometry, unknown) does not exist"

Does toner include these files and they're hidden in a subfolder or something? Or is that outside the scope of this project?