Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 308 Bytes

readme.md

File metadata and controls

12 lines (12 loc) · 308 Bytes
var overpass = new Overpass().around([lat, lng]).run(function(r){ 
  $(this.html()).appendTo('#latlngs')
  .css('margin-bottom', '1em');
});
var overpass = new Overpass().bbox([left,bottom,right,top]).run(function(r){ 
  $(this.html()).appendTo('#latlngs')
  .css('margin-bottom', '1em');
});