GoogleCloudPlatform / bigquery-geo-viz

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

Use deck.gl onLoad callback to detect when renderer is ready #2

Open donmccurdy opened 5 years ago

donmccurdy commented 5 years ago

As opposed to:

if (!this._deckLayer._deck.layerManager) return;

https://github.com/uber/deck.gl/pull/2042