fix: match Cesium intersection asphalt

This commit is contained in:
2026-08-05 11:54:26 +08:00
parent 15a8429af9
commit 400525dd07
2 changed files with 12 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ ROAD_LAYERS = [
{"id": "road_surface", "material": "Road Asphalt",
"color": (0.055, 0.065, 0.070), "z": 0.03},
{"id": "intersection_surface", "material": "Intersection Asphalt",
"color": (0.065, 0.075, 0.080), "z": 0.035},
"color": (0.055, 0.065, 0.070), "z": 0.035},
{"id": "sidewalks", "material": "Sidewalk",
"color": (0.49, 0.51, 0.49), "z": 0.065},
{"id": "sidewalk_corners", "material": "Sidewalk Corner",