[Tile-serving] [openstreetmap/osm2pgsql] Error in 'add_row': Trying to add relation to table with flex backend (#1137)
Paul Norman
notifications at github.com
Sun Apr 26 03:52:38 UTC 2020
If I run
```sh
curl -o r1377803.osm 'https://api.openstreetmap.org/api/0.6/relation/1377803/full'
osm2pgsql --output flex --style ~/osm/osm2pgsql/flex-config/compatible.lua -d flex r1377803.osm -C 4000
```
I get the output
```
Reading in file: r1377803.osm
Using XML parser.
node cache: stored: 117(100.00%), storage efficiency: 1.39% (dense blocks: 1, sparse nodes: 116), hit rate: 100.00%
Osm2pgsql failed due to ERROR: Failed to execute lua processing function: /srv/pnorman/osm/osm2pgsql/flex-config/compatible.lua:569: Error in 'add_row': Trying to add relation to table 'planet_osm_line'
```
I was originally getting this with my own style, but it's present with compatible.lua
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/1137
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200425/32b4ac34/attachment.htm>
More information about the Tile-serving
mailing list