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

More actions for cesium (3Dtiles geofox), potree, static meshes (f3d), pmtiles, geoparquet #465

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Aug 14, 2024

  1. Add CesiumSandcastle action for OGC 3D-Tiles datasets

    Based on cesium sandcastle url-param way of sharing code snippet
    jo-chemla committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6143960 View commit details
    Browse the repository at this point in the history
  2. Add Potree Action for COPC/Potree datasets

    Can be a cloud.js, metadata.json or copc file, loaded in a standalone potree app via loadProject from potree
    jo-chemla committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e1d8f5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7c639e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    424c304 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    0181e03 View commit details
    Browse the repository at this point in the history
  2. Edit checks for mime types

    Edited tests for each asset type present in this PR.
    For each action/link added in this PR, rather check if substring present in `this.asset.href.toLowerCase().includes('.pmtiles')` or simply `this.component.filename.toLowerCase().endsWith('.pmtiles')`
    jo-chemla committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9695c84 View commit details
    Browse the repository at this point in the history
  3. Fix copcviewer can show for ept.json

     - Fix copcviewer can show for ept.json
     - modify default potree attributeName to elevation rather than rgba since it's always available
    jo-chemla committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6df2722 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Replace component.filename.endsWith with asset.href.includes

    Since component.filename does not always exist
    jo-chemla committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2d59d44 View commit details
    Browse the repository at this point in the history
  2. Add Geofox.ai for OGC 3dtiles assets, fullscreen webapp

    More immersive, fullscreen view of the tileset
    jo-chemla committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    20023b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    a196427 View commit details
    Browse the repository at this point in the history
  2. Add links actions for 3d-tiles, protomaps

    Add links actions for OGC 3d-tiles (geofox.ai or cesium sandcastle) and protomaps
    jo-chemla committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5c96656 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c04bde5 View commit details
    Browse the repository at this point in the history
  4. Add to Actions Documentation new assets and links actions

    Added asset and link actions for OGC3dTiles, geoparquet.info, potree.org, pmtiles.io
    jo-chemla committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    da087b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29866e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update potree action

    The `load_potree_project_from_urlparam.html` has been updated to parse more urlparams, simplified the action by passing a JSON-parseable array of one potree dataset url rather than a complete potree project - which would allow for measurements, volumes, cam pos etc.
    Also added a comment to https://potree.org/potree/examples/load_potree_project_from_urlparam.html which should be live once PR is merged by potree maintaining team
    jo-chemla committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3320c40 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Replace viewer for 3d objects from 3dviewer.net to f3d.app

    see f3d.app PR merged for parsing model url and extension: f3d-app/f3d#1596
    `https://f3d.app/web/#model=${modelUrl}`
    jo-chemla committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f528e59 View commit details
    Browse the repository at this point in the history