Fix total population column name for widget
This commit is contained in:
parent
31dede5d06
commit
e53d823b5a
@ -554,7 +554,7 @@ describe('analysis-layers use cases', function() {
|
||||
total_population_formula: {
|
||||
type: 'formula',
|
||||
options: {
|
||||
column: 'estimated_people',
|
||||
column: 'total_population',
|
||||
operation: 'sum'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user