Skip to content

Commit

Permalink
🤖 Export view for 19915_fix_agol_view_points
Browse files Browse the repository at this point in the history
  • Loading branch information
Moped View Bot committed Nov 15, 2024
1 parent 081d824 commit 3d76b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moped-database/views/component_arcgis_online_view.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ comp_geography AS (
feature_union.component_id AS project_component_id,
string_agg(DISTINCT feature_union.id::text, ', '::text) AS feature_ids,
st_asgeojson(st_multi(st_union(array_agg(feature_union.geography))))::json AS geometry,
st_asgeojson(st_union(array_agg(feature_union.line_geography)))::json AS line_geometry,
st_asgeojson(st_multi(st_union(array_agg(feature_union.line_geography))))::json AS line_geometry,
string_agg(DISTINCT feature_union.signal_id::text, ', '::text) AS signal_ids,
sum(feature_union.length_feet) AS length_feet_total
FROM (
Expand Down

0 comments on commit 3d76b08

Please sign in to comment.