Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
Where exactly should the lat/lon be rounded? In the TransitRoutingForm? Or in the results of batch routing? Or in TrRouting itself, as a filter for the results?
In fact we should never store any lat lon with more than 6 decimals, as it is superfluous and takes memory in geojson files (the biggest precision lost with 6 decimals is around 0.1m)
See this and this
I propose that any geojson/database save should round to 6th decimal.
See roundLonLatCoordinates in src/utils/geometry/PointUtils.js