Skip to content
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

Support PDF Uploads #62

Open
rajadain opened this issue Sep 12, 2022 · 0 comments
Open

Support PDF Uploads #62

rajadain opened this issue Sep 12, 2022 · 0 comments
Labels
Task 3.3 Django back-end Task 3.6 Front-end implementation

Comments

@rajadain
Copy link
Contributor

Overview

In addition to image files, users may upload PDFs as reference images. Currently, this is not supported by DistortableImage plugin for Leaflet.

We should decide what happens if there are multiple pages in the PDF file? Perhaps we can always add the first page? Answer these questions before starting the implementation.

Describe the solution you'd like

The user is able to select a PDF file and add it to the map.

Additional Context

To do this in the client may require a significant client-side library. A more reasonable option would be to upload to the back-end and have it return an image that can be added more easily.

See more here: #60 (comment)

@rajadain rajadain added the Task 3.3 Django back-end label Oct 27, 2022
@rajadain rajadain added the Task 3.6 Front-end implementation label Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task 3.3 Django back-end Task 3.6 Front-end implementation
Projects
None yet
Development

No branches or pull requests

1 participant