LOGC#75610 Coördinaten bij bedrijven

svn path=/Database/trunk/; revision=58217
This commit is contained in:
Peter Feij
2022-12-02 11:58:17 +00:00
parent fb93a6c062
commit 8cbda89ed1
2 changed files with 21 additions and 5 deletions

View File

@@ -1705,6 +1705,8 @@ CREATE_VIEW(prs_v_udr_bedrijf, 0)
gebouw,
district,
regio,
coordx,
coordy,
fclt_3d_locatie_key
)
AS
@@ -1744,7 +1746,9 @@ AS
lcl.l ('lcl_all') gebouw,
lcl.l ('lcl_all') district,
lcl.l ('lcl_all') regio,
bdl.alg_locatie_key fclt_3d_locatie_key
bdl.alg_locatie_key fclt_3d_locatie_key,
prs_bedrijf_x,
prs_bedrijf_y
FROM prs_bedrijf b,
prs_bedrijfdienstlocatie bdl,
prs_dienst d,
@@ -1792,7 +1796,9 @@ AS
g.alg_gebouw_omschrijving gebouw,
ad.alg_district_omschrijving district,
ar.alg_regio_omschrijving regio,
bdl.alg_locatie_key fclt_3d_locatie_key
bdl.alg_locatie_key fclt_3d_locatie_key,
prs_bedrijf_x,
prs_bedrijf_y
FROM prs_bedrijf b,
prs_bedrijfdienstlocatie bdl,
prs_dienst d,
@@ -1846,7 +1852,9 @@ AS
lcl.l ('lcl_all') gebouw,
lcl.l ('lcl_all') district,
lcl.l ('lcl_all') regio,
NULL fclt_3d_locatie_key
NULL fclt_3d_locatie_key,
prs_bedrijf_x,
prs_bedrijf_y
FROM prs_bedrijf b,
prs_bedrijfdienstlocatie bdl,
prs_dienst d,