[Tile-serving] [osm2pgsql] New master build needs specifying default style (#515)
Zsolt Ero
notifications at github.com
Sat Dec 12 17:42:30 UTC 2015
A month or so ago, before the CMAKE version I was able to run this command.
```
osm2pgsql --create --slim --drop --hstore --flat-nodes flat.bin --cache 26000 --number-processes 8 --database osm planet-latest.osm.pbf
```
Today, with the new CMAKE build, the command fails with:
```
Osm2pgsql failed due to ERROR: Couldn't open style file './default.style': No such file or directory
```
Adding the --style argument as in below, fixes it.
```
--style /usr/local/share/osm2pgsql/default.style
```
OS is FreeBSD 10.2.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/515
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151212/617ce5bf/attachment.html>
More information about the Tile-serving
mailing list