Drape TopoJSON onto Terrain

Is there a way to drape topojsons onto the terrain? Just using this example in Sandcastle, the topojsons cannot be properly viewed with more accurate terrain loaded. Is there a way so that the topojson is just draped on top of the elevations?

You can add the clampToGround=true constructor option when loading the data. Here is an example: Sandcastle example.

1 Like