Skip to content

Commit

Permalink
increased default overlap filter to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Feb 24, 2021
1 parent b19f3d8 commit 99c85e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TrackController {
def trackService
def svgService

final double DEFAULT_OVERLAP_FILTER = 20.0
final double DEFAULT_OVERLAP_FILTER = 50.0

def beforeInterceptor = {
if (params.action == "featuresByName"
Expand Down

0 comments on commit 99c85e8

Please sign in to comment.