Tristramg / osm4routing

Parse OpenStreetMap data for routing
GNU General Public License v3.0
109 stars 32 forks source link

reader.h missing #18

Open mevellea opened 7 years ago

mevellea commented 7 years ago

Hi, your file "osmreader.h" includes a header file "reader.h" which is not in your repository... Is there some others external dependencies that I should install ? Thanks for your support.

Tristramg commented 7 years ago

I suppose it was from an older time where I made more work in C++ that has been moved to python. As I didn’t cleanup, it still works.

Can you try by just commenting it out?

However, as you can see, that osmreader.h is 7 years old ;)

I recently made a new implementation (however with less features) : https://github.com/Tristramg/osm4routing2

mevellea commented 7 years ago

Works well if I comment the include and class inheritance. Thanks !