Skip to content

Commit

Permalink
update circle radius
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithador committed Apr 30, 2024
1 parent 5e3707d commit 6d70fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/view/honeybee/beekeeper_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ honeybee_map_server <- function(id,
addCircles(
lng = input$map_plot_draw_new_feature$geometry$coordinates[[1]],
lat = input$map_plot_draw_new_feature$geometry$coordinates[[2]],
radius = 5000,
radius = 3000,
layerId = "circle"
)
if (length(input$map_plot_draw_new_feature) > 0) {
Expand Down

0 comments on commit 6d70fb4

Please sign in to comment.