Imrao commited on
Commit
be2fa2b
·
verified ·
1 Parent(s): efb27ec

commented test

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -608,7 +608,7 @@ async def generate_i3s(request: GenerateRequest):
608
  slpk_name = f"SceneLayer_{layer_id[:18]}"
609
  enc_options = {
610
  'sceneType': 'Global',
611
- 'sceneWkid': '3857',
612
  # globalOffset is in the output CRS (EPSG:3857): [x_easting, y_northing, z_height]
613
  #'globalOffset': [cx_3857, cy_3857, 0.0],
614
  'baseName': slpk_name,
 
608
  slpk_name = f"SceneLayer_{layer_id[:18]}"
609
  enc_options = {
610
  'sceneType': 'Global',
611
+ #'sceneWkid': '3857',
612
  # globalOffset is in the output CRS (EPSG:3857): [x_easting, y_northing, z_height]
613
  #'globalOffset': [cx_3857, cy_3857, 0.0],
614
  'baseName': slpk_name,