Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query results are not rendered (failed to execute shaderSource) #48

Open
delfrrr opened this issue Oct 23, 2021 · 0 comments
Open

Query results are not rendered (failed to execute shaderSource) #48

delfrrr opened this issue Oct 23, 2021 · 0 comments

Comments

@delfrrr
Copy link

delfrrr commented Oct 23, 2021

Screenshot 2021-10-23 at 10 02 36

Query

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 5000000;

Console error

zone.js:199 Uncaught TypeError: Cannot read properties of undefined (reading 'setUniforms')
    at ScatterplotLayer.draw (scatterplot-layer.js:180)
    at layer.js:894
    at withParameters (with-parameters.js:17)
    at ScatterplotLayer.drawLayer (layer.js:893)
    at DrawLayersPass.drawLayerInViewport (layers-pass.js:164)
    at layers-pass.js:136
    at Array.forEach (<anonymous>)
    at DrawLayersPass.drawLayersInViewport (layers-pass.js:122)
    at layers-pass.js:64
    at Array.forEach (<anonymous>)

Browser

Chrome is up to date
Version 95.0.4638.54 (Official Build) (x86_64)

System

Model Name:	MacBook Pro
  Model Identifier:	MacBookPro16,1
  Processor Name:	6-Core Intel Core i7
  Processor Speed:	2.6 GHz
  Number of Processors:	1
  Total Number of Cores:	6
  L2 Cache (per Core):	256 KB
  L3 Cache:	12 MB
  Hyper-Threading Technology:	Enabled
  Memory:	16 GB
  System Firmware Version:	1554.140.20.0.0 (iBridge: 18.16.14759.0.1,0)

Graphics

AMD Radeon Pro 5300M:

  Chipset Model:	AMD Radeon Pro 5300M
  Type:	GPU
  Bus:	PCIe
  PCIe Lane Width:	x8
  VRAM (Total):	4 GB
  Vendor:	AMD (0x1002)
  Device ID:	0x7340
  Revision ID:	0x0043
  ROM Revision:	113-D3220E-190
  VBIOS Version:	113-D32207P1-019
  Option ROM Version:	113-D32207P1-019
  EFI Driver Version:	01.A1.190
  Automatic Graphics Switching:	Supported
  gMux Version:	5.0.0
  Metal Family:	Supported, Metal GPUFamily macOS 2
  Displays:
Colour LCD:
  Display Type:	Built-In Retina LCD
  Resolution:	3072x1920 Retina
  Framebuffer Depth:	30-Bit Colour (ARGB2101010)
  Main Display:	Yes
  Mirror:	Off
  Online:	Yes
  Automatically Adjust Brightness:	No
  Connection Type:	Internal
HP Z27:
  Resolution:	3840x2160 (2160p/4K UHD 1 - Ultra High Definition)
  UI Looks like:	1920 x 1080 @ 30.00Hz
  Framebuffer Depth:	30-Bit Colour (ARGB2101010)
  Display Serial Number:	CN494208MM  
  Mirror:	Off
  Online:	Yes
  Rotation:	Supported
  Automatically Adjust Brightness:	Yes
  Connection Type:	Thunderbolt/DisplayPort

Note: issue reproduces only with external monitor connected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant