-
Notifications
You must be signed in to change notification settings - Fork 287
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
Change downloaded JSON to have "collection" key instead of "images" #1349
Comments
This will be compatible with changes in #1345, for a full download/upload lifecycle! |
The changes would also occur in this function: Leaflet.DistortableImage/dist/leaflet.distortableimage.js Lines 503 to 541 in 8cca752
|
The changes suggested here have been implemented through PR #1345. Key changed from "images" to "collection." |
Hi @jywarren, my understanding is that we agreed not to alter this code but repackage the return json into a format where key |
No, that's fine, that's what we decided for that PR! This issue is for if we decide later to completely rework things. I just think that if we do, it should be done separately from the purpose of the PR, and we shouldn't try to do them both together. |
This is also completed then, i think! isn't that right @segun-codes? |
Leaflet.DistortableImage/examples/js/archive.js
Line 295 in 8922aeb
The text was updated successfully, but these errors were encountered: