You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database table has 1 trip, which I copied to a new schema, it appears there is an insert requirement or trigger? Since the 'public' schema is referenced but the query specifies 's1'
Log message
2022-06-14T10:57:41 INFO Running Query: select trip from s1.trips_test_001
2022-06-14T10:57:41 INFO Query return types: tgeompoint
General log
2022-06-14T10:57:43 WARNING Feature type or srid for geom of "public"."move__tpoint_0_4ee6b0e8377344cc9c730e74772a096c" could not be determined or was not requested.
The text was updated successfully, but these errors were encountered:
To visualize tgeompoint objects, the plugin creates materialized views that contain PostGIS geometries, and these are then loaded as a layer.
Currently, these materialized views are always created on the 'public' schema as I did not account for different schemas yet.
However, the layer should still appear as normal.
Is that the case, or is the visualization not working?
If there is a need to create these materialized views in a specific schema, I could look into it, but this is currently not handled by the plugin.
1 Current status is query runs, layer appears in TOC
2 Temporal Controller working.
3 Any estimates to handle different schemas? Thanks.
4 Animated GIF attached, also showing you the MITRE Time Data Controller in save animated GI
F
Database table has 1 trip, which I copied to a new schema, it appears there is an insert requirement or trigger? Since the 'public' schema is referenced but the query specifies 's1'
car_id trip_id trip
1 1 [010100000000000000000000000000000000000000@2012-01-01 08:00:00+00, 010100000000000000000000400000000000000000@2012-01-01 08:10:00+00, 01010000000000000000000040666666666666FEBF@2012-01-01 08:15:00+00]
Query #1
select trip from s1.trips_test_001
Log message
2022-06-14T10:57:41 INFO Running Query: select trip from s1.trips_test_001
2022-06-14T10:57:41 INFO Query return types: tgeompoint
General log
2022-06-14T10:57:43 WARNING Feature type or srid for geom of "public"."move__tpoint_0_4ee6b0e8377344cc9c730e74772a096c" could not be determined or was not requested.
The text was updated successfully, but these errors were encountered: