Skip to content

Commit

Permalink
Default to 100m radius
Browse files Browse the repository at this point in the history
  • Loading branch information
fontikar committed May 24, 2024
1 parent 0c9e468 commit 0a66848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ui <- function(){
"10km" = 10000,
"50km" = 50000
),
selected = 5000
selected = 100
),
actionButton("executeButton", "Go")
),
Expand Down

0 comments on commit 0a66848

Please sign in to comment.