-
Notifications
You must be signed in to change notification settings - Fork 140
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
base: main
Are you sure you want to change the base?
Commits on Aug 14, 2024
-
Add CesiumSandcastle action for OGC 3D-Tiles datasets
Based on cesium sandcastle url-param way of sharing code snippet
Configuration menu - View commit details
-
Copy full SHA for 6143960 - Browse repository at this point
Copy the full SHA 6143960View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e1d8f5a - Browse repository at this point
Copy the full SHA e1d8f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c639e - Browse repository at this point
Copy the full SHA f7c639eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 424c304 - Browse repository at this point
Copy the full SHA 424c304View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0181e03 - Browse repository at this point
Copy the full SHA 0181e03View commit details -
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')`
Configuration menu - View commit details
-
Copy full SHA for 9695c84 - Browse repository at this point
Copy the full SHA 9695c84View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6df2722 - Browse repository at this point
Copy the full SHA 6df2722View commit details
Commits on Aug 20, 2024
-
Replace component.filename.endsWith with asset.href.includes
Since component.filename does not always exist
Configuration menu - View commit details
-
Copy full SHA for 2d59d44 - Browse repository at this point
Copy the full SHA 2d59d44View commit details -
Add Geofox.ai for OGC 3dtiles assets, fullscreen webapp
More immersive, fullscreen view of the tileset
Configuration menu - View commit details
-
Copy full SHA for 20023b7 - Browse repository at this point
Copy the full SHA 20023b7View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a196427 - Browse repository at this point
Copy the full SHA a196427View commit details -
Add links actions for 3d-tiles, protomaps
Add links actions for OGC 3d-tiles (geofox.ai or cesium sandcastle) and protomaps
Configuration menu - View commit details
-
Copy full SHA for 5c96656 - Browse repository at this point
Copy the full SHA 5c96656View commit details -
Configuration menu - View commit details
-
Copy full SHA for c04bde5 - Browse repository at this point
Copy the full SHA c04bde5View commit details -
Add to Actions Documentation new assets and links actions
Added asset and link actions for OGC3dTiles, geoparquet.info, potree.org, pmtiles.io
Configuration menu - View commit details
-
Copy full SHA for da087b8 - Browse repository at this point
Copy the full SHA da087b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29866e0 - Browse repository at this point
Copy the full SHA 29866e0View commit details
Commits on Aug 29, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 3320c40 - Browse repository at this point
Copy the full SHA 3320c40View commit details
Commits on Sep 4, 2024
-
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}`
Configuration menu - View commit details
-
Copy full SHA for f528e59 - Browse repository at this point
Copy the full SHA f528e59View commit details