3D
This commit is contained in:
+76
-7
@@ -38,8 +38,59 @@
|
||||
"function_name": "adsb_read"
|
||||
},
|
||||
"web_server": {
|
||||
"webapp": "@/../third_party/eacp_webapp/wwwroot",
|
||||
"tiles": "D:/tiles"
|
||||
"webapp": "@/../third_party/eacp_webapp/wwwroot"
|
||||
},
|
||||
"map_resources": {
|
||||
"current_imagery_key": "google_imagery",
|
||||
"imagery": {
|
||||
"directories": [
|
||||
"D:/ae/tiles/Esri_World_Imagery_0-9",
|
||||
"D:/ae/tiles/Esri_World_Imagery_10-12"
|
||||
],
|
||||
"path_layout": "z/x/y",
|
||||
"y_axis": "xyz",
|
||||
"projection": "web_mercator",
|
||||
"extension": ".png",
|
||||
"tile_size": 256,
|
||||
"minimum_level": 0,
|
||||
"maximum_level": 11
|
||||
},
|
||||
"google_imagery": {
|
||||
"directories": [
|
||||
"D:/tiles"
|
||||
],
|
||||
"path_layout": "z/x/y",
|
||||
"y_axis": "xyz",
|
||||
"projection": "web_mercator",
|
||||
"extension": ".png",
|
||||
"tile_size": 256,
|
||||
"minimum_level": 1,
|
||||
"maximum_level": 10
|
||||
},
|
||||
"terrain": {
|
||||
"directories": [
|
||||
"D:/ae/tiles/AWS_Terrarium_0-15"
|
||||
],
|
||||
"path_layout": "z/x/y",
|
||||
"y_axis": "xyz",
|
||||
"projection": "web_mercator",
|
||||
"extension": ".png",
|
||||
"tile_size": 256,
|
||||
"minimum_level": 0,
|
||||
"maximum_level": 10,
|
||||
"encoding": "terrarium"
|
||||
}
|
||||
},
|
||||
"map_view": {
|
||||
"scene_mode": "3d",
|
||||
"camera": {
|
||||
"longitude": 121.27,
|
||||
"latitude": 37.41,
|
||||
"height": 300000,
|
||||
"heading": 0,
|
||||
"pitch": -90,
|
||||
"roll": 0
|
||||
}
|
||||
},
|
||||
"device": {
|
||||
"net": [
|
||||
@@ -161,13 +212,14 @@
|
||||
"key": "lzy_dll",
|
||||
"enable": true,
|
||||
"base_station_show": true,
|
||||
"base_station_has_valid_position": false,
|
||||
"aircraft_show": true,
|
||||
"color": "#454641",
|
||||
"aircraft_pixel_size": 28,
|
||||
"aircraft_pixel_size": 100,
|
||||
"lat": 37.433547,
|
||||
"lon": 121.408730,
|
||||
"alt": 23.000000,
|
||||
"update_form_gps": true,
|
||||
"alt": 2300.000000,
|
||||
"update_form_gps": false,
|
||||
"show_icao": true,
|
||||
"show_call_sign": false,
|
||||
"show_fly_status": false,
|
||||
@@ -183,12 +235,13 @@
|
||||
"key": "aaaa",
|
||||
"enable": false,
|
||||
"base_station_show": true,
|
||||
"base_station_has_valid_position": false,
|
||||
"aircraft_show": true,
|
||||
"color": "#d1a54c",
|
||||
"aircraft_pixel_size": 20,
|
||||
"aircraft_pixel_size": 100,
|
||||
"lat": 37.000000,
|
||||
"lon": 121.000000,
|
||||
"alt": 0.000000,
|
||||
"alt": 1000.000000,
|
||||
"update_form_gps": false,
|
||||
"show_icao": true,
|
||||
"show_call_sign": true,
|
||||
@@ -303,5 +356,21 @@
|
||||
"last_updated_at": 1780381804
|
||||
}
|
||||
]
|
||||
},
|
||||
"cesium_graphics": {
|
||||
"debug_show_frames_per_second": true,
|
||||
"target_frame_rate": 30,
|
||||
"use_browser_recommended_resolution": true,
|
||||
"resolution_scale": 0.7,
|
||||
"msaa_samples": 1,
|
||||
"fxaa": false,
|
||||
"shadows": false,
|
||||
"enable_lighting": false,
|
||||
"maximum_screen_space_error": 4,
|
||||
"terrain_enabled_in_3d": false,
|
||||
"terrain_exaggeration": 1.0,
|
||||
"terrain_limit_maximum_level": true,
|
||||
"terrain_maximum_level": 15,
|
||||
"terrain_cache_tiles": 128
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user