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

No points rendered #46

Open darkopevec opened 3 years ago

darkopevec commented 3 years ago

I am experiencing troubles with geo viz not showing up any points. The query runs fine, the data is visible, the map zooms to the correct bounding box but no points are drawn. I have an M1 MacBook Air. I have tried Chrome and Safari, restarts and clearing cache have no effect. Works like a charm on my old MacBook Air. Interestingly, the Estimated query size goes from showing a correct number to quickly switching to 0.0 bytes

image
chrowe commented 3 years ago

I am having the same issue

chadjennings commented 3 years ago

It is an issue in chrome. I just attempted the demo query in safari and it worked like a charm. I've tried quitting and restarting chrome but that didn't work. maybe an uninstall/reinstall but till then I'll use another browser.

SELECT ST_GeogPoint(longitude, latitude) AS WKT, status, health, spc_common, user_type, problems, tree_dbh FROM bigquery-public-data.new_york_trees.tree_census_2015 WHERE status = 'Alive' LIMIT 50000;