@golemio/rush-hour-aggregation 1.2.4-dev.1660370362 → 1.2.4-dev.1770934692
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -82,4 +82,7 @@ from
|
|
|
82
82
|
and nti2.situation_record_type::text = nti.situation_record_type::text
|
|
83
83
|
and nti2.situation_version::text = nti.situation_version::text
|
|
84
84
|
and nti2.source::text = nti.source::text
|
|
85
|
-
and nti.situation_version_time <= gs.gs
|
|
85
|
+
and nti.situation_version_time <= gs.gs
|
|
86
|
+
and nti.global_network_linear is not null
|
|
87
|
+
))
|
|
88
|
+
) t
|