-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Displaying co-ordinates more precise than current position #3
Milestone
Comments
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 ***@***.***> 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
<#3>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJxV6UmOGnppqLejmMx5Y8tn8e7P6ks5saac-gaJpZM4O9hsA>
.
|
👍 |
Basic functions do work, how o we proceed further? |
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" ***@***.***> 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
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJwcjcyPIU-QkaOHN0ygh_7qR4R-Pks5se39VgaJpZM4O9hsA>
.
|
Looking great... if you can add the gh-pages link to the readme once it's ready that'd be super. Thank you!!! exciting. |
On it!! |
Can you grant me master access to this repo as well, for smoother functioning? |
done!
…On Wed, Sep 13, 2017 at 2:44 AM, Mridul Nagpal ***@***.***> 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
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ69S3RjbDdUZ3lg1RIaF2aroR6anks5sh3nZgaJpZM4O9hsA>
.
|
I believe this is long complete :-) |
Oh no, i was thinking of the wrong repository! Re-opening it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 objectblurredlocation
The text was updated successfully, but these errors were encountered: