Skip to content

Commit

Permalink
add directional_sign.directonal_sign
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 6, 2024
1 parent f15fd7f commit 61c3197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamodel/app/vw_sign_symbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def vw_sign_symbol(srid: int, pg_service: str = None):
, support.group_by_anchor
, support.fk_support_type
, support.geometry::geometry(Point,%(SRID)s) AS support_geometry
, COALESCE(vl_official_sign.directional_sign, FALSE) AS directional_sign
, COALESCE(vl_official_sign.directional_sign, vl_user_sign.directional_sign, FALSE) AS directional_sign
, CASE
WHEN sign.fk_sign_type = 15 THEN vl_user_sign.value_de
ELSE vl_official_sign.value_de
Expand Down

0 comments on commit 61c3197

Please sign in to comment.