Hi, On 5/20/19 17:18, Zannah Pierce wrote: > We are looking to find GIS/routing experts who can help solve the > problem of routing over custom, dynamic data.
"100s of roads" is not something that requires powerful routing algorithms. Check out the Boost Graph Library if you're developing in C++, or pgrouting which does routing in a PostgreSQL database (and could easily be configured to route only on bits that conform to some WHERE uid=1234 query). You are unlikely to find a software-as-a-service API for that since it would mean you'd have to transfer the full graph to the search engine with every request - waste of time and resources. Bye Frederik -- Frederik Ramm ## eMail [email protected] ## N49°00'09" E008°23'33" _______________________________________________ OSRM-talk mailing list [email protected] https://lists.openstreetmap.org/listinfo/osrm-talk
