Skip to content

Commit

Permalink
Call static methods directly, no wrappers
Browse files Browse the repository at this point in the history
There was some maintenance risk of signaure/type mismatches here,
and in a subsequent commit I'd have needed even more wrappers
around related methods in Grid.

Also removed IsochroneFeature which is unused, but called those
removed wrapper functions. IsochroneFeature was ported to JS as
Jsolines, and sees destination travel times as being located at
the top left corner of Mercator pixels. Removing it eliminates
a source of confusion if someone sees unused code doing this.
  • Loading branch information
abyrd committed Oct 17, 2023
1 parent 3e9a864 commit 2007e82
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 451 deletions.
392 changes: 0 additions & 392 deletions src/main/java/com/conveyal/r5/analyst/IsochroneFeature.java

This file was deleted.

Loading

0 comments on commit 2007e82

Please sign in to comment.