[Tile-serving] [osm2pgsql] No columns for tables in style files (#272)

Paul Norman notifications at github.com
Mon Feb 2 18:44:23 UTC 2015


Based on an IRC report.

If a style file has no `node` lines in it, osm2pgsql reports the error `ERROR: No columns provided for table planet_osm_point`.

In this case the user had the style file with the line `way     maxspeed        text    linear`, so it was entirely sensible for them to have no point columns.

I recommended the workaround of using `node,way     maxspeed        text    linear` and ignoring the `planet_osm_point` table, but really, there's no reason for them need it.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/272
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20150202/9a74c841/attachment.html>


More information about the Tile-serving mailing list