Vanitha K
Vanitha K
Fixes #998 ( We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged** if your tests fail at first! If...
Hi, this is a [first-timers-only issue](https://code.publiclab.org/#r=all). This means we've worked to make it more legible to folks who either **haven't contributed to our codebase before, or even folks who haven't...
Fixes #104 ( We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged** if your tests fail at first! If...
```diff var geocoder = L.Control.geocoder({ defaultMarkGeocode: false }) .on('markgeocode', function(e) { var bbox = e.geocode.bbox; var poly = L.polygon([ bbox.getSouthEast(), bbox.getNorthEast(), bbox.getNorthWest(), bbox.getSouthWest() ]).addTo(map); map.fitBounds(poly.getBounds()); }) .addTo(map); ``` I used...