Skip to content

Commit

Permalink
Added county name support (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevKakkad32 authored Dec 16, 2024
1 parent d7e30f1 commit fe70c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions primo/utils/map_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def _create_map_with_legend(
getattr(county, "NAME", None)
or getattr(county, "County_Nam", None)
or getattr(county, "COUNTY_NAM", None)
or getattr(county, "COUNTY", None)
)

if county_name is None:
Expand Down

0 comments on commit fe70c26

Please sign in to comment.