GoogleCloudPlatform / bigquery-geo-viz

Visualize Google BigQuery geospatial data using Google Maps Platform APIs
https://bigquerygeoviz.appspot.com/
Apache License 2.0
107 stars 38 forks source link

main.component.ts:589 Maximum call stack size exceeded #50

Open jeffrey-cherre opened 2 years ago

jeffrey-cherre commented 2 years ago

Apologies in advance for this being vague. What I did was first ran a query from a table with a million rows. The visualization worked fine, I played with the style options as well, which worked fine. Then I wanted to try the same thing with ten million rows. I got the "Maximum call stack size exceeded" error, both in the UI and in the console. Then, I tried switching back to the first query, only selecting geography points, with a million rows, and it stopped at 163,857 rows and got the same error. The first query no longer worked. I tried switching back to the ten million one again, just selecting points, same error, same number: 163,857 rows. Refreshing the page and rerunning the query doesn't work.