[Tile-serving] [openstreetmap/osm2pgsql] error during import is out of range for type integer (#1434)
Rémy Léone
notifications at github.com
Sat Mar 20 21:18:44 UTC 2021
Hello I stumble upon the following problem while trying to do <https://switch2osm.org/serving-tiles/manually-building-a-tile-server-20-04-lts/>
```
$ PGSSLMODE=disable osm2pgsql --password --host 1.2.3.4 --username admin --port 42 -d gis --create --slim -G --hstore --tag-transform-script ~/workspace/openstreetmap-carto/openstreetmap-carto.lua -C 2500 --number-processes 1 -S ~/workspace/openstreetmap-carto/openstreetmap-carto.style azerbaijan-latest.osm.pbf
2021-03-20 22:09:26 osm2pgsql version 1.4.1
Password:
2021-03-20 22:09:27 Database version: 12.5 (Debian 12.5-1.pgdg100+1)
2021-03-20 22:09:27 PostGIS version: 3.1
2021-03-20 22:09:27 Node-cache: cache=2500MB, maxblocks=40000*65536, allocation method=11
2021-03-20 22:09:28 Setting up table 'planet_osm_point'
2021-03-20 22:09:28 Setting up table 'planet_osm_line'
2021-03-20 22:09:28 Setting up table 'planet_osm_polygon'
2021-03-20 22:09:28 Setting up table 'planet_osm_roads'
Processing: Node(1000k 1000.0k/s) Way(0k 0.00k/s) Relation(0 0.0/s)2021-03-20 22:09:40 ERROR: DB copy thread failed: Ending COPY mode for 'planet_osm_nodes' failed: ERROR: value "4842224254" is out of range for type integer
CONTEXT: COPY planet_osm_nodes, line 441664, column lon: "4842224254"
..
```
--
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/1434
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210320/8c1b2a70/attachment.htm>
More information about the Tile-serving
mailing list