Guest User

Untitled

a guest
May 16th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function drawEnd(evt) {
  2. let coords = evt.feature.getGeometry().getCoordinates();
  3.  
  4. // how can i get these??
  5. let projection = null; // ????;
  6. let resolution = null; // ????;
  7.  
  8. let getFeatureInfoUrl = self._myTileWMSLayer.getSource().getFeatureInfoUrl(evt.coordinates, resolution, projection);
  9. // call getFeatureInfoUrl....
  10. }
Add Comment
Please, Sign In to add comment