Skip to content

Commit a863f05

Browse files
committed
Revert "Update GEOResourceManifest.mjs"
This reverts commit 75294bb.
1 parent 75294bb commit a863f05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/class/GEOResourceManifest.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ 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
10099
case "RASTER_SATELLITE_POLAR": // 91 卫星地图(2D/极地)
101100
case "RASTER_SATELLITE_POLAR_NIGHT": // 95 卫星地图(2D/极地/夜间)
102101
//Console.warn(`Satellite style: ${tile?.style}`);
@@ -260,7 +259,7 @@ export default class GEOResourceManifest {
260259
case "VECTOR_SPR_MODELS": // 59
261260
case "VECTOR_SPR_MATERIALS": // 60
262261
case "VECTOR_SPR_METADATA": // 61
263-
//case "VECTOR_SPR_ROADS": // 66
262+
case "VECTOR_SPR_ROADS": // 66
264263
case "VECTOR_SPR_STANDARD": // 67
265264
case "SPR_ASSET_METADATA": // 78?
266265
case "VECTOR_SPR_POLAR": // 79

0 commit comments

Comments
 (0)