publiclab / leaflet-blurred-location-display

A library to display points which have been "blurred" for privacy with leaflet-blurred-location
https://publiclab.github.io/leaflet-blurred-location-display/examples/index.html
GNU General Public License v3.0
11 stars 12 forks source link

Add the ability to pass an array of precisions or a range into getMarkersOfPrecision() . #68

Open sagarpreet-chadha opened 5 years ago

sagarpreet-chadha commented 5 years ago

Let's add the ability to pass an array of precisions or a range (not sure how, maybe { min: 0, max: 11 } into getMarkersOfPrecision() -- we don't have to implement it, but it'd be a nice next step later.

So this function should now return all the locations that have precision within this range .