Oops
This commit is contained in:
parent
9b364d1c6d
commit
30ca2305b1
2
util.go
2
util.go
@ -185,7 +185,7 @@ func computeRecordGeo(entries records, context queryContext) {
|
||||
if distUserRange > 0 {
|
||||
nearby = -((entry.distanceToUser-distUserMin)/distUserRange - 0.5) * 2.0
|
||||
|
||||
accessible = 1.0 - (entry.distanceToStn / context.walkingDist * 1000)
|
||||
accessible = 1.0 - (entry.distanceToStn / (context.walkingDist * 1000))
|
||||
accessible = math.Max(accessible, -1.0)
|
||||
accessible = math.Min(accessible, 1.0)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user