On Thu, 2013-05-23 at 08:29 +0200, Joseba Bolinaga wrote: > i am interested in using OSRM map for calculating routings for a > firefighting service but I need to use tracks for arriving to several > places and OSRM doesn't take in consideration those highways. How can > I solve that problem?
You should download, build and run OSRM, with a custom "fireengine" profile. You can see several sample profiles on GitHub here: https://github.com/DennisOSRM/Project-OSRM/tree/master/profiles A profile is written in Lua, and contains information regarding what stuff to route over, and how fast to do so.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ OSRM-talk mailing list [email protected] http://lists.openstreetmap.org/listinfo/osrm-talk
