Skip to content

Commit 75294bb

Browse files
committed
Update GEOResourceManifest.mjs
1 parent 71d347d commit 75294bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/class/GEOResourceManifest.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export default class GEOResourceManifest {
9696
case "RASTER_SATELLITE_NIGHT": // 33 卫星地图(2D/夜间)
9797
case "RASTER_SATELLITE_DIGITIZE": // 35 卫星地图(2D/数字化)
9898
case "RASTER_SATELLITE_ASTC": // 45 卫星地图(2D/ASTC)
99+
case "VECTOR_SPR_ROADS": // 66
99100
case "RASTER_SATELLITE_POLAR": // 91 卫星地图(2D/极地)
100101
case "RASTER_SATELLITE_POLAR_NIGHT": // 95 卫星地图(2D/极地/夜间)
101102
//Console.warn(`Satellite style: ${tile?.style}`);
@@ -259,7 +260,7 @@ export default class GEOResourceManifest {
259260
case "VECTOR_SPR_MODELS": // 59
260261
case "VECTOR_SPR_MATERIALS": // 60
261262
case "VECTOR_SPR_METADATA": // 61
262-
case "VECTOR_SPR_ROADS": // 66
263+
//case "VECTOR_SPR_ROADS": // 66
263264
case "VECTOR_SPR_STANDARD": // 67
264265
case "SPR_ASSET_METADATA": // 78?
265266
case "VECTOR_SPR_POLAR": // 79

0 commit comments

Comments
 (0)