[Tile-serving] [osm2pgsql] delete_node failed: ERROR: prepared statement "delete_node" does not exist (#100)
iero
notifications at github.com
Mon Oct 28 17:09:56 UTC 2013
Hello
I have a issue adding osm files in postgresql base.
I'm using OS X Mavericks with Postgresql.app 9.3.0.0 and osm2pgsql 0.84.0
When I use osm2pgsql it fails with :
```shell
osm2pgsql SVN version 0.84.0 (64bit id space)
Using projection SRS 900913 (Spherical Mercator)
Setting up table: coast_point
...
Reading in file: ../src/misc/00_Coast.osm
delete_node failed: ERROR: prepared statement "delete_node" does not exist
(7)
Arguments were: -476852,
Error occurred, cleaning up
```
My ism file is generated by JOSM. Inside, it's like that :
```shell
<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' upload='true' generator='JOSM'>
<node id='-476852' action='modify' visible='true' lat='-4.660264310091712' lon='11.79785544887142' />
<node id='-476850' action='modify' visible='true' lat='-4.659760277426281' lon='11.78306037634432' />
...
```
Same error with positive id values..
Any idea ??
Thanks
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/100
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20131028/5453c93c/attachment.html>
More information about the Tile-serving
mailing list