This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Tile server error for ways conflict for planet file during installation

1

Now I started configuring tile server for planet on a new machine using the link

"https://switch2osm.org/serving-tiles/building-a-tile-server-from-packages/"

instructions, so while I executed the following command :

osm2pgsql --slim -C 32000 --number-processes 4 /home/osm/planet-latest.osm.pbf

Now while osm2pgsql is processing it gave following error and is still continuing to process further as:

Processing: Node(3571919k 181.5k/s) Way(373048k 9.58k/s) Relation(166890 6.83/s)
Standard exception processing way_id 255785: topologyException:side location conflict at 2.13239e+06 6.90709e+06
Processing: Node(3571919k 181.5k/s) Way(373048k 9.58k/s) Relation(1485570 11.86/s)
Standard exception processing way_id 2563291: topologyException:side location conflict at 2.0772e+06 5.55411e+06
Processing: Node(3571919k 181.5k/s) Way(373048k 9.58k/s) Relation(3404650 15.65/s)

So are these errors fine while configuring a new tile server for planet?

asked 05 Dec '16, 10:23

Jasonwhite1091's gravatar image

Jasonwhite1091
41447
accept rate: 0%


One Answer:

3

Yes, these messages are not an issue for your import.

answered 05 Dec '16, 12:44

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .