atitude interp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user