Fix query table
This commit is contained in:
parent
3b11525cfb
commit
9b9e6b13b7
@ -591,7 +591,7 @@ describe('analysis-layers use cases', function() {
|
||||
"id": 'a0',
|
||||
"type": "source",
|
||||
"params": {
|
||||
query: "select the_geom, age, gender, income from analysis_rent_listings"
|
||||
query: "select the_geom, age, gender, income from people"
|
||||
},
|
||||
dataviews: {
|
||||
age_histogram: {
|
||||
|
Loading…
Reference in New Issue
Block a user