itinero / routing

The routing core of itinero.
Apache License 2.0
221 stars 69 forks source link

Error "Cannot add duplicate edge" building a router db #219

Closed alecava58 closed 6 years ago

alecava58 commented 6 years ago

Hi all,

building a routerdb of Italy I get a "Cannot add duplicate edge" exception. I had an old PBF file but I tried also with the lastest.

I'm using IDP built with the latest alpha of Itinero.

is there something that I can check or try?

image

xivk commented 6 years ago

Testing this now...

xivk commented 6 years ago

What profiles? car, bicycle, pedestrian?

alecava58 commented 6 years ago

Car

alessandro

Il dom 2 set 2018, 16:14 Ben Abelshausen notifications@github.com ha scritto:

What profiles? car, bicycle, pedestrian?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/itinero/routing/issues/219#issuecomment-417933812, or mute the thread https://github.com/notifications/unsubscribe-auth/ABtMQY2cwrgD_4_QT-wb7wfpEOpO00zsks5uW-fRgaJpZM4WREko .

xivk commented 6 years ago

Did you use the build from the FTP or build yourself? I just tested with the latest build of IDP, after updating Itinero to latest, built locally.

I ran this:

dotnet run -c release --read-pbf europe-latest.osm.pbf --pr --create-routerdb vehicle=car - -write-routerdb europe.routerdb

I test this with italy, belgium, germany, europe and north-america and they all work. There is something different between what you are doing and what I'm testing.

alecava58 commented 6 years ago

I built IDP myself because I didn't know about FTP. Could I download IDP binaries from FTP?

alessandro

Il lun 3 set 2018, 10:04 Ben Abelshausen notifications@github.com ha scritto:

Did you use the build from the FTP or build yourself? I just tested with the latest build of IDP, after updating Itinero to latest, built locally.

I ran this:

dotnet run -c release --read-pbf europe-latest.osm.pbf --pr --create-routerdb vehicle=car - -write-routerdb europe.routerdb

I test this with italy, belgium, germany, europe and north-america and they all work. There is something different between what you are doing and what I'm testing.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/itinero/routing/issues/219#issuecomment-418034403, or mute the thread https://github.com/notifications/unsubscribe-auth/ABtMQRK2wrMBJkV9U9IBrtEaSnPmWlgWks5uXOJxgaJpZM4WREko .

alecava58 commented 6 years ago

@xivk using IDP from FTP is OK.

There should be something wrong when I build IDP myself.

Sorry for the false issue.