Imrao commited on
Commit
4feee72
·
1 Parent(s): 3861104

slpk test 1.4

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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