Hi,
While upgrading from GraphHopper v2 to v5 I have noticed that the behaviour of barriers (e.g. gates) has changed significantly and it is unclear to me if there is anyway to restore the previous behaviour. On v2 the block_barriers boolean flag could be set in the flag_encoders to either prevent or permit travelling through barriers. However in v5 this flag is not observed and the behaviour is now to permit travelling through barriers unless the “locked” flag is true. It seems that there is no way to override this and any barrier that is locked can never be travelled through. Are there any other options/suggestions to control this behaviour? Ideally I would like to ignore all barriers (including those flagged as locked) in v5.
Thanks.