Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using the libosmscout library for routing and I get the following error when I run the Routing demo;

    Routing . 169639811 169639816 169639831 253045594 //Running the routing demo  with the map in the current directory.

    Cannot get start way!
    There was an error while calculating the route!

I think It might be during the import stage since I get the following warnings;

    !! Cannot resolve way member 28693141 for relation 28322 boundary_administrative Mecklenburg-Vorpommern
    !! Cannot resolve way member 152675051 for relation 28936 boundary_administrative Bergedorf
    !! Cannot resolve way member 26496646 for relation 28964 boundary_administrative Harburg (Hamburg)
    !! Node 323985058 of way 135078286 cannot be joined with any other way of the relation 1817154 Neuenkirchen
    WW Multipolygon relation 2136137 has conflicting types for outer boundary (place_island vs. boundary_administrative)

!! Cannot resolve way member 162656856 for relation 2174826 landuse_forest

share|improve this question
1  
Welcome to Programmers. Please take a moment to read the site's FAQ where you'll find good information about asking questions on this site. This question is off-topic on this site as it deals with actual code and not programming concepts. Please do not reask this on SO as it can be migrated. A good rule to follow is if your question has you in front of your IDE it belongs on SO. If it has you in front of a whiteboard it belongs on Programmers. – Walter Dec 13 '12 at 13:26

migrated from programmers.stackexchange.com Dec 13 '12 at 13:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.