Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error in Google Geo Map

Getting the error: Error in Expression: pow takes 2 parameters in my Google Maps Geo Scatter chart. I've built this same chart multiple times, but I have yet to see this error.

1 Solution

Accepted Solutions
JonnyPoole
Employee
Employee

it certainly does:

Looking at one of my own google charts, both LAT and LONG expressions use pow() function. Maybe the var_zoom variable isn't set ? 

=sum( round (256*pow(2,($(var_zoom)-1)))+( Long  *((256*pow(2,$(var_zoom)))/360)) )



View solution in original post

1 Reply
JonnyPoole
Employee
Employee

it certainly does:

Looking at one of my own google charts, both LAT and LONG expressions use pow() function. Maybe the var_zoom variable isn't set ? 

=sum( round (256*pow(2,($(var_zoom)-1)))+( Long  *((256*pow(2,$(var_zoom)))/360)) )