CesiumGS / cdb-to-3dtiles

Convert CDB to 3D Tiles
Apache License 2.0
76 stars 28 forks source link

Vector data not clamped to elevation #45

Open ErixenCruz opened 3 years ago

ErixenCruz commented 3 years ago

If you combine elevation and vector datasets (like road network), there is some z fighting between the vector and elevation, and sometimes elevation completely covers the vectors. Solution would be to clamp vector data to elevation if there is elevation data.