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

Styles are not working (e.g. circleRadius) #24

Closed dagamargit closed 4 years ago

dagamargit commented 4 years ago

Hi,

I have been using bigquery-geo-viz for a while in several courses. Today, I was noticed that several features related to styles are not working as usual.

To be sure, I have followed the "hurricane track example" from https://cloud.google.com/bigquery/docs/gis-tutorial-hurricane?hl=es-419

Usually, when I reached step 2 in the bigquey-geo-viz (select geometry column field), the google map points were shown. Now, they remain the same.

Moreover, when I try to define styles (e.g. circleRadius) following the tutorial, nothing changes. Only some small red points are shown

circleradius not working

Kind regards, Daniel.

donmccurdy commented 4 years ago

What has changed since earlier this year is that the circle radius is now measured in meters, not pixels — so 135m at this scale will be a single pixel. Larger values should appear as you're expecting, though.

dagamargit commented 4 years ago

Hi, Yes, you're right! It was only a not updated instructable! Moreover, the bigquerygeoviz GUI says: "radius of the circle representing a point in meter".

Thanks a lot.