Spaces:
Sleeping
Sleeping
slpk test 1.4
Browse files
app.py
CHANGED
|
@@ -350,6 +350,7 @@ async def generate_i3s(request: GenerateI3SRequest):
|
|
| 350 |
'sceneName': 'SceneLayer',
|
| 351 |
# 'layerType': 'Path', # Removed: User options show writePackage controls this
|
| 352 |
'writePackage': False, # FORCE UNPACKED OUTPUT for web streaming
|
|
|
|
| 353 |
'outputPath': output_dir,
|
| 354 |
'globalOffset': [anchor_lon, anchor_lat, anchor_alt],
|
| 355 |
# 'emitReport': True
|
|
|
|
| 350 |
'sceneName': 'SceneLayer',
|
| 351 |
# 'layerType': 'Path', # Removed: User options show writePackage controls this
|
| 352 |
'writePackage': False, # FORCE UNPACKED OUTPUT for web streaming
|
| 353 |
+
'compression': False, # DISABLE GZIP to avoid .gz extensions and simplify serving
|
| 354 |
'outputPath': output_dir,
|
| 355 |
'globalOffset': [anchor_lon, anchor_lat, anchor_alt],
|
| 356 |
# 'emitReport': True
|