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

#557 Viewer Panel - PDFs #558

Merged
merged 1 commit into from
Jun 18, 2024
Merged

#557 Viewer Panel - PDFs #558

merged 1 commit into from
Jun 18, 2024

Conversation

tariqksoliman
Copy link
Member

Closes #557

A feature like the following will render the pdf in the viewer upon click:

    {
      "type": "Feature",
      "properties": {
        "images": [
          {
            "url": "my.pdf"
          }
        ]
      },
      "geometry": { "type": "Point", "coordinates": [137.4, -4.65] }
    },

@tariqksoliman tariqksoliman added the new feature New feature or request label Jun 18, 2024
@tariqksoliman tariqksoliman self-assigned this Jun 18, 2024
@tariqksoliman tariqksoliman merged commit f295027 into development Jun 18, 2024
1 check passed
@tariqksoliman tariqksoliman deleted the ts-557 branch June 18, 2024 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[New Feature]: Viewer - PDFs
1 participant