Skip to content

Commit

Permalink
Update 01_commercial_littering_complaints_map.R
Browse files Browse the repository at this point in the history
  • Loading branch information
amd112 committed Apr 30, 2024
1 parent b3c81fc commit 7b862fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/01_commercial_littering_complaints_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ map = leaflet(options = leafletOptions(attributionControl=FALSE,
values = council_districts$complaints_per_business,
opacity = 1,
title = "# of 311 complaints <br> and OATH violations <br> per 100 businesses <br> (Apr 23-Mar 24)")
#mapview::mapshot(map, file=file.path("visuals", "map_311_oath_issues_per100businesses.html"))

# ------------------------------------------------------------------------------
# just oath violations
Expand All @@ -201,7 +200,7 @@ map = leaflet(options = leafletOptions(attributionControl=FALSE,
values = council_districts$oath_per_business,
opacity = 1,
title = "# of OATH violations <br> per 100 businesses <br> (Apr 23-Mar 24)")
mapview::mapshot(map, file="visuals/map_oath_violations_per100businesses.html")
mapshot(map, file="visuals/map_oath_violations_per100businesses.html")

# ------------------------------------------------------------------------------
# just 311 complaints
Expand Down

0 comments on commit 7b862fa

Please sign in to comment.