NASA-AMMOS / MMGIS

Multi-Mission Geographical Information System - Web-based Mapping and Spatial Data Infrastructure for Planetary Science Operations - https://nasa-ammos.github.io/MMGIS/
Apache License 2.0
148 stars 46 forks source link

#557 Viewer Panel - PDFs #558

Closed tariqksoliman closed 5 months ago

tariqksoliman commented 5 months ago

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] }
    },