streetscape.gl
streetscape.gl copied to clipboard
Fix right click in _onLayerClick
The evt variable has a boolean attribute rightButton indicating whether it is a right click or not.
The current code evt.which === 3 does not seem to work.