Skip to content

Commit

Permalink
Bugfix OSM group name
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Feb 27, 2023
1 parent 7d5698b commit 159554b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tvgmap <-
add_data_fl_werkingsgebied(group = "BE werkingsgebied") %>%

addLayersControl(
baseGroups = c("BE topo_grey", "BE orthofoto", "OpenStreetmap"),
baseGroups = c("BE topo_grey", "BE orthofoto", "OpenStreetMap"),
overlayGroups = c(
"BE landbouwgebruik",
"BE openbaar bos & natuur",
Expand Down

0 comments on commit 159554b

Please sign in to comment.