From 1975b0642779a6b1a30fda95b29116c7bab7fcaf Mon Sep 17 00:00:00 2001 From: Marty Bode Date: Thu, 18 Apr 2024 09:44:06 -0400 Subject: [PATCH] adding record_type --- middleware/data_source_queries.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/middleware/data_source_queries.py b/middleware/data_source_queries.py index 0a24579b..1c411c8f 100644 --- a/middleware/data_source_queries.py +++ b/middleware/data_source_queries.py @@ -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 @@ -282,6 +283,7 @@ def data_sources_query( "state_iso", "municipality", "county_name", + "record_type", "lat", "lng", ]