[OSRM-talk] osrm-extract on xml file generates weird file names
Stephen Woodbridge
woodbri at swoodbridge.com
Tue Nov 12 19:26:58 UTC 2013
Hi,
I just got a small map.osm.xml extract file from openstreetmap and ran
it with:
$ osrm-extract map.osm.xml
$ ls
map.osm.xml
map.osrm.restrictionsxml
map.osrmxml
map.osrmxml.names
It looks like there is a bug generating the restrictions file name.
Shouldn't that be:
map.osrmxml.restrictions
rather than:
map.osrm.restrictionsxml
as this will be a problem when you run:
$ osrm-prepare map.osrmxml
it will not find map.osrmxml.restrictions!
Thanks,
-Steve
More information about the OSRM-talk
mailing list