Skip to content

Commit

Permalink
Merge pull request #247 from Police-Data-Accessibility-Project/data_s…
Browse files Browse the repository at this point in the history
…ources_map_record

adding record_type to map endpoint
  • Loading branch information
mbodeantor authored Apr 18, 2024
2 parents a1d67dc + 1975b06 commit 74ef3c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions middleware/data_source_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def get_data_sources_for_map(conn) -> list:
agencies.state_iso,
agencies.municipality,
agencies.county_name,
data_sources.record_type,
agencies.lat,
agencies.lng
FROM
Expand Down Expand Up @@ -282,6 +283,7 @@ def data_sources_query(
"state_iso",
"municipality",
"county_name",
"record_type",
"lat",
"lng",
]
Expand Down

0 comments on commit 74ef3c8

Please sign in to comment.