Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. function setHTML(response) {
  2. // Debug
  3. alert("lalalala");
  4.  
  5. popup = OpenLayers.Popup.AnchoredBubble(
  6. "SDVegetationInfo",
  7. clickLocation,
  8. new OpenLayers.Size(250, 120),
  9. "Dies ist ein Test",
  10. null,
  11. true);
  12. map.addPopup(popup);
  13. popup.events.register('click', map, destroyPopup);
  14. }
Add Comment
Please, Sign In to add comment