Hello, I want to achieve 3d color rendering based on related table attributes, we know how to achieve 3d color rendering based on one layer table that has a geometry of 3d buildings but how to achieve 3d color rendering based on related table attributes?
Below are the layer eg.
We have one layer table and two related table
In layer table i.e "testing_db_DBO_testing_" which will have geometry and primary key i.e OBJECTID which will act as a foreign key in the related table i.e layerobjectid.
And the rendering that I want to achieve is by attribute "status" in the related tables.
Web Scene :
- related_table_color_rendering (portalId : 71147495530044edbe03bfbea134e832)
Layer Table (consist 3d geometry) :
- testing_db_DBO_testing_ (Primary Key : OBJECTID )
Related tables :
- Encroachment: (Foreign Key : layerobjectid )
- Development : (Foreign Key : layerobjectid )
FeatureServerUrl (https://globolive3d.gl3d.in/server/rest/services/testing_db_DBO_testing_/FeatureServer)