Skip to content

Commit ab52837

Browse files
Merge pull request #342 from 3DBAG/webservices-attributes-fix
fixed attributes
2 parents d4aba03 + 33a5eba commit ab52837

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

packages/core/src/bag3d/core/sqlfiles/webservice_lod.sql

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ SELECT
1717
p.b3_n_vlakken,
1818
p.b3_pw_onvoldoende,
1919
p.b3_t_run,
20-
p.b3_succes,
20+
p.b3_h_nok,
21+
p.b3_n_nok,
2122
p.b3_extrusie,
2223
p.b3_is_glas_dak,
2324
p.b3_dak_type,
@@ -83,7 +84,8 @@ SELECT
8384
p.b3_n_vlakken,
8485
p.b3_pw_onvoldoende,
8586
p.b3_t_run,
86-
p.b3_succes,
87+
p.b3_h_nok,
88+
p.b3_n_nok,
8789
p.b3_extrusie,
8890
p.b3_is_glas_dak,
8991
p.b3_dak_type,
@@ -149,7 +151,8 @@ SELECT
149151
p.b3_n_vlakken,
150152
p.b3_pw_onvoldoende,
151153
p.b3_t_run,
152-
p.b3_succes,
154+
p.b3_h_nok,
155+
p.b3_n_nok,
153156
p.b3_extrusie,
154157
p.b3_is_glas_dak,
155158
p.b3_dak_type,

0 commit comments

Comments
 (0)