atitude interp

This commit is contained in:
nuknal
2024-09-10 16:02:10 +08:00
parent e44bd318ae
commit 7bd0896f05
6 changed files with 26 additions and 22 deletions

View File

@@ -54,10 +54,11 @@ type BrowserImgConfig struct {
}
type RPCConfig struct {
GridSize int `yaml:"grid_size" mapstructure:"grid_size"`
AltitudeRange int `yaml:"altitude_range" mapstructure:"altitude_range"`
AltitudeLayer int `yaml:"altitude_layer" mapstructure:"altitude_layer"`
Method int `yaml:"method" mapstructure:"method"`
GridSize int `yaml:"grid_size" mapstructure:"grid_size"`
AltitudeRange int `yaml:"altitude_range" mapstructure:"altitude_range"`
AltitudeLayer int `yaml:"altitude_layer" mapstructure:"altitude_layer"`
Method int `yaml:"method" mapstructure:"method"`
Debug bool `yaml:"debug" mapstructure:"debug"`
}
var GCONFIG Config