Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include a .osm.pbf test file #26

Closed
emiltin opened this issue Nov 25, 2011 · 7 comments
Closed

include a .osm.pbf test file #26

emiltin opened this issue Nov 25, 2011 · 7 comments
Milestone

Comments

@emiltin
Copy link
Contributor

emiltin commented Nov 25, 2011

it would be useful to include a small test file in .osm.pbf format, and adjust the included server.ini file to point to it. that way you can download the code, build it, run routed and test it easily.

for this to work routed needs be able to parse relative paths (from the folder you execute the command) instead of only absolute parths.

@DennisOSRM
Copy link
Collaborator

Great idea. I'll take this idea to the OSM hack weekend coming up.

Am 25.11.2011 um 22:07 schrieb Emil Tin:

it would be useful to include a small test file in .osm.pbf format, and adjust the included server.ini file to point to it. that way you can download the code, build it, run routed and test it easily.

for this to work routed needs be able to parse relative paths (from the folder you execute the command) instead of only absolute parths.


Reply to this email directly or view it on GitHub:
#26

@emiltin
Copy link
Contributor Author

emiltin commented Dec 4, 2011

see https://github.com/emiltin/Project-OSRM/tree/rake for an example, which also includes rake taks to process i and setup server config files to use it

@DennisOSRM
Copy link
Collaborator

Is building with rake supported by eclipse, ie is there a plugin?

Am 04.12.2011 um 17:04 schrieb Emil Tin reply@reply.github.com:

see https://github.com/emiltin/Project-OSRM/tree/rake for an example, which also includes rake taks to process i and setup server config files to use it


Reply to this email directly or view it on GitHub:
#26 (comment)

@emiltin
Copy link
Contributor Author

emiltin commented Dec 4, 2011

i'm not sure, i never used eclipse.
but just to be clear, i'm using (an updated version) of the scons script to build osrm, not rake. what i'm doing with rake is just to run the scons script - as well as do other things like setup config files and process data. rake allows you to define various task that you can run on the command line.

@emiltin
Copy link
Contributor Author

emiltin commented Dec 4, 2011

btw, since the server requires abosulute paths in server.ini, the rake task that setup config files replaces the content of the copy of server.ini to point to the actual location where the data files is located.

@DennisOSRM
Copy link
Collaborator

It does not require absolute path. I'm running it with relative paths on
linux.

On 04.12.2011 19:15, Emil Tin wrote:

btw, since the server requires abosulute paths in server.ini, the
rake task that setup config files replaces the content of the copy of
server.ini to point to the actual location where the data files is
located.

--- Reply to this email directly or view it on GitHub:
#26 (comment)

@emiltin
Copy link
Contributor Author

emiltin commented Dec 4, 2011

ok cool. i can simply a few things then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants