Skip to content

Commit

Permalink
Add leaflet measure button
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Feb 27, 2023
1 parent 780966d commit 7d5698b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion render_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ tvgmap <-
"BE soortbeschermingsprogramma's",
"BE gwwingebieden & beschermingszones",
"BE grondwatervergunningen"
))
)) %>%
addMeasure(
position = "bottomright",
primaryLengthUnit = "meters",
secondaryLengthUnit = NA,
primaryAreaUnit = "hectares"
)

tvgmap

Expand Down

0 comments on commit 7d5698b

Please sign in to comment.