I am building a routable network from OpenStreetMap using osm2po (v5.0.0). I would like to include ferry routes, but limit them to car ferries only.
I am using the following config (excerpt):
wtr.flagList = car, bike, foot, rail, ferry, polywtr.finalMask = car|ferrywtr.tag.route.ferry = 2, 1, 10, ferrywtr.allow.motor[car|_vehicle].[yes|destination] = car|ferrywtr.deny.access.no = car|bike|foot|rail|ferrywtr.deny.vehicle.no = car|bike|ferrywtr.deny.access.foot = ferrywtr.deny.motor[car|_vehicle].no = car|ferrywtr.deny.motor[_vehicle|car] = car|ferryHowever, I keep getting pedestrian-only ferries. The problem is that often there are no other tags other than route=ferry by which I could filter (deny) them. Example:
https://www.openstreetmap.org/way/312631040
Any ideas?
أكثر...
I am using the following config (excerpt):
wtr.flagList = car, bike, foot, rail, ferry, polywtr.finalMask = car|ferrywtr.tag.route.ferry = 2, 1, 10, ferrywtr.allow.motor[car|_vehicle].[yes|destination] = car|ferrywtr.deny.access.no = car|bike|foot|rail|ferrywtr.deny.vehicle.no = car|bike|ferrywtr.deny.access.foot = ferrywtr.deny.motor[car|_vehicle].no = car|ferrywtr.deny.motor[_vehicle|car] = car|ferryHowever, I keep getting pedestrian-only ferries. The problem is that often there are no other tags other than route=ferry by which I could filter (deny) them. Example:
https://www.openstreetmap.org/way/312631040
Any ideas?
أكثر...