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

Displaying co-ordinates more precise than current position #3

Open mridulnagpal opened 7 years ago

mridulnagpal commented 7 years ago

We need to just display all the co-ordinates that exist in the database, with greater than or equal to the current precision, using getPrecision() from the object blurredlocation

jywarren commented 7 years ago

Ah, but instead couldn't we work from the precision of the given location in a standard format like [42.0, 52.04] rather than depending on a full LeafletBlurredLocation object? We can require LeafletBlurredLocation and create a location for each instance if you want, but I think the input for this library should be simpler to start with.

On Mon, Aug 21, 2017 at 11:50 AM, Mridul Nagpal notifications@github.com wrote:

We need to just display all the co-ordinates that exist in the database, with greater than or equal to the current precision, using getPrecision() from the object blurredlocation

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/publiclab/Leaflet.BlurredLocationDisplay/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfJxV6UmOGnppqLejmMx5Y8tn8e7P6ks5saac-gaJpZM4O9hsA .

mridulnagpal commented 7 years ago

:+1:

mridulnagpal commented 7 years ago

Basic functions do work, how o we proceed further?

jywarren commented 7 years ago

Can you mark which PRs are ready to merge? Also can you set up a GH pages demo? Thanks!!

On Sep 4, 2017 12:40 AM, "Mridul Nagpal" notifications@github.com wrote:

Basic functions do work, how o we proceed further?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/publiclab/leaflet-blurred-location-display/issues/3#issuecomment-326864584, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfJwcjcyPIU-QkaOHN0ygh_7qR4R-Pks5se39VgaJpZM4O9hsA .

jywarren commented 7 years ago

Looking great... if you can add the gh-pages link to the readme once it's ready that'd be super. Thank you!!! exciting.

mridulnagpal commented 7 years ago

On it!!

mridulnagpal commented 7 years ago

Can you grant me master access to this repo as well, for smoother functioning?

jywarren commented 7 years ago

done!

On Wed, Sep 13, 2017 at 2:44 AM, Mridul Nagpal notifications@github.com wrote:

Can you grant me master access to this repo as well, for smoother functioning?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/publiclab/leaflet-blurred-location-display/issues/3#issuecomment-329074419, or mute the thread https://github.com/notifications/unsubscribe-auth/AABfJ69S3RjbDdUZ3lg1RIaF2aroR6anks5sh3nZgaJpZM4O9hsA .

jywarren commented 6 years ago

I believe this is long complete :-)

jywarren commented 6 years ago

Oh no, i was thinking of the wrong repository! Re-opening it!