Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. map.on('click', function(evt) {
  2. map.forEachLayerAtPixel(evt.pixel, function(layer){
  3. if(layer===layerName) {
  4. console.log('layer clicked');
  5. }
  6. });
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement