I find it difficult to understand the logic behind a particular profile and the documentation is not extensive. Could you tell me where I should add the logic to remove subway from the routing graph? I see defined in foot.lua *access_tag_blacklist*, *restricted_access_tag_list*, *service_access_tag_blacklist*, *restrictions* and *avoid* variables and I don't know where to add my particular restriction. Thanks Daniel Patrick
Le lun. 18 juin 2018 à 11:36, Daniel Patterson <[email protected]> a écrit : > Hi Patrick, > > In order to exclude them from matching, you'll need a way to identify > them via the OSM tags. If you can figure out the tags that are on these > ways and not others, you can add some logic to `profiles/foot.lua` to > remove them from the routing graph. If they're removed, then won't be > matched on. > > daniel > > On Mon, Jun 18, 2018 at 7:55 AM Patrick Agin <[email protected]> > wrote: > >> Hi, >> I noticed that some routes returned by match service (for foot profile) >> are subway routes. How to prohibit these solutions? >> Thanks >> Patrick >> _______________________________________________ >> OSRM-talk mailing list >> [email protected] >> https://lists.openstreetmap.org/listinfo/osrm-talk >> > _______________________________________________ > OSRM-talk mailing list > [email protected] > https://lists.openstreetmap.org/listinfo/osrm-talk >
_______________________________________________ OSRM-talk mailing list [email protected] https://lists.openstreetmap.org/listinfo/osrm-talk
