Anders Persson
Anders Persson
Example scenario: --1--> --2--> --3--> --4--> Edges ^ (Not directed id) Route (Starts from 50 % on 4 and Ends on 50% on 1 Edgepath you get (Directed id's) 5,-4,-3,2...
In nuget package 1.4.0-pre99 lib netstandard1.3 and netstandard2.0 the Itinero.dll has assembly product version 1.0.0.0 instead of 1.4.0-pre99 is that on purpose?
Hi! According to the OpenLR Physical data format binary specification regarding Line Location. The positive and negative offset bytes are optional. This means that the negative offset can be found...
Hi! Step 9 in the LineLocation encoding is a little broken. It only works for 2 points. If you have more than 2 points it will only adjust the first...
Hi! According to the OpenLR spec - Data format rules > Rule - 5 Offsets must refer to the location reference path defined by the first two (the last two)...
Hi! Would like to propose an enhancement. Make it possible to select default value in the Redirect drop-down in the GUI. We use Permanent almost all of the time so...
Steps to reproduce: from -> /content to -> /legacy urlToFind = "/content/file/"; expected = "/legacy/file/"; Expected: /legacy/file/ Actual: /legacyfile/ Solves: https://github.com/Geta/geta-notfoundhandler/issues/137
Steps to reproduce: from -> /content to -> /legacy urlToFind = "/content/file/"; expected = "/legacy/file/"; Expected: /legacy/file/ Actual: /legacyfile/