Chris Hodgson
Chris Hodgson
Do you see it as too big of a breaking change to just remove the mutability functions from Envelope and push them all into a MutableEnvelope subclass? Yes it will...
So for my usage, it's not that I'm worried that JTS will mutate an envelope, it is that I don't want it to have to allocate a new one whenever...
So we would add a new parameter like ignoreRestrictions=true and when that was given we don't use the vehicle dimensions to restrict the route choices, but instead review the segments...
This is fixed by my commit here: https://github.com/bcgov/ols-router/commit/267219a602f66f53115df3f21b971c75ee752bef
Deploying the application using spring boot rather than tomcat is still preferable, for the same reasons as before - tomcat is a heavyweight server, takes longer to start up, is...
The sample schedules that Graeme created were only configured (in the mocked-up ferries gtfs data) to be valid until the end of 2020. If you just want the same schedules...
I see that the calendar.txt on our dev server was updated in January to extend the valid period to 2022. I'm not sure if we send you the gtfs folder...
We never discussed the name of the parameter, but I went with the initial suggestion "snapDistance" - this is a request parameter than can be set for each request. I...
Note that the existing "demo" support for 511 events now uses the defaultSnapDistance config parameter as a limit for how far events can be from segments and still be attached...
This bug is actually in the ols-util code, and I believe it was fixed for geocoder last year, perhaps by this commit: https://github.com/bcgov/ols-util/pull/12/commits/c5123427f2919cb852168af0653408e2c98f87e0 We haven't tested/delivered a new version of...