Skip to main content
Question

3D Building appearance setting by attribute

  • December 14, 2018
  • 2 replies
  • 55 views

Hi

I wanna try to convert building footprint shape file to cesium 3dtiles

Building footprint shape file has attribute of Building Floor information

Attribute field name is 'GRO_FLO_CO'

Check it under image

and i need to attach shape to DEM

I use 'SurfaceDraper' and Extruder from floor attribute.

I want to display different color of 3D building surface according to building floor.

I use appearanceStyler and AppearanceSetter but they didn't work.

Only AppearanceSetter Work.

This is my Workbench

<Workbench overview>

 

<AppearanceStyler Setting>

 

<AppearanceSetter Setting>

 

<Result cesium3dtile> -

Though i set 3 different condition and color but only one color applied

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • 7843 replies
  • December 14, 2018

Try setting an ID attribute unique for each feature to the Group By parameter in the AppearanceSetter. If the input features don't have ID attribute, you can use the Counter to add temporary ID to them.


  • Author
  • 3 replies
  • December 17, 2018

Try setting an ID attribute unique for each feature to the Group By parameter in the AppearanceSetter. If the input features don't have ID attribute, you can use the Counter to add temporary ID to them.

OK. I will try it!!