-
Notifications
You must be signed in to change notification settings - Fork 285
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
Downloaded JSON has only lat, no lon #1353
Comments
Interesting.. I will look into this or well, @7malikk do you want to do this? Thanks! |
@segun-codes You can go ahead, I did some findings though, after resolving issue #1352 I tried the following: Trial 1Result of Trial 1Trial 2Result of Trial 2Trial 3Result of Trial 3As seen in these trials, there are consistent lon values, @jywarren |
(Oops moving this comment to this PR, i had meant to comment there - #1354) |
Sorry for commenting in the wrong place! |
OK, not sure if this is related at all - 2 observations: I found that in this collection: https://archive.org/details/sanborn-1885 See the individual files here: https://archive.org/download/sanborn-1885 one of the longitudes was recorded as "lng" not "lon" -- different libraries use lng or lon, so maybe there's an issue there? But so strange that it was just one corner!!! I also uploaded a new mapknitter.json file there (just generated), so I'm not sure when the "lng" was introduced. But I had moved one corner so maybe that one was converted to "lng"? I think we should double check everywhere we're using "lng" vs "lon" and maybe that's somewhere the cause of the issue! |
And you can try it out live at https://publiclab.github.io/Leaflet.DistortableImage/examples/archive - it's running the latest code! |
Hi @jywarren, I fetched the two images from |
I think I might have addressed this issue in PR #1359 already. |
Ok, we can test after merging that. Thanks!
…On Sat, Feb 18, 2023, 7:34 AM Segun ***@***.***> wrote:
I think I might have addressed this issue in PR #1359
<#1359> already.
—
Reply to this email directly, view it on GitHub
<#1353 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAF6J26BYR2XWKNEDM65OTWYC6ULANCNFSM6AAAAAAU2YSGNY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Could this also be related somehow to the corner ordering in #1350 ? Hard to see how, but good to bear in mind as a possible complicating factor. |
Possibly... |
Hi, all, not sure when this happened, but I created and downloaded a JSON file and it was this:
Notice none of the first two image's coordinates have longitudes. How do you think this happened? Let's dig in and investigate! Thanks!!
The text was updated successfully, but these errors were encountered: