googlemaps-samples / codelab-3d-maps-webgl-js

Apache License 2.0
27 stars 54 forks source link

step4 : code typo on webGLOverlayView.onDraw = ({gl, coordinateTransformer}) => {}; #10

Open Seburan opened 2 years ago

Seburan commented 2 years ago

On Step4 :

webGLOverlayView.onDraw = ({gl, coordinateTransformer}) => {};

should be replaced by

  webGLOverlayView.onDraw = ({ gl, transformer }) => {};