Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
4fc7812
Try cesium
joshahussey Apr 10, 2025
06be671
3D Button
Apr 15, 2025
8305c59
OLCS via Cesium import
joshahussey Apr 15, 2025
bd2603f
Add Hardcoded 3d basemap
joshahussey Apr 16, 2025
71c549d
Remove olcs, start with just cesium
Apr 23, 2025
8a953ca
Add support for Cesium
joshahussey Apr 23, 2025
6848d5a
Viewport Sync between OL and Cesium
Apr 25, 2025
0ff9b6e
Fix potential undefined pointerposition, add proper scaling
joshahussey Apr 25, 2025
4e17e7e
Add mouse position support
joshahussey Apr 25, 2025
ead70d3
Remove unused dependencies
joshahussey Apr 25, 2025
251bf88
Add proper pnpm-lock.yaml
joshahussey Apr 25, 2025
d03f17f
Merge geoview from Canadian-Geospatial-Platform
joshahussey Apr 25, 2025
89338e3
Merge remote-tracking branch 'upstream/develop' into develop
joshahussey Apr 25, 2025
e7cb826
Cleanup for PR
joshahussey Apr 25, 2025
64995d4
Revert Map.ts
joshahussey Apr 25, 2025
ebb6671
Expose Cesium Viewer via cesium-state.ts
joshahussey May 2, 2025
59f9d67
Add toggle visibility functionality
joshahussey May 2, 2025
6974464
Stac Browser
May 5, 2025
1b0dd73
fix(template): Remove Cesium Script tag
joshahussey May 5, 2025
897eeee
feat(ui): Add Zoom functionality from legend in 3D
joshahussey May 5, 2025
9482142
Merge remote-tracking branch 'upstream/develop' into develop
joshahussey May 6, 2025
741b720
fix(ui): Resize panels with Cesium where appropriate
May 6, 2025
824fef3
feat(ui): Integrate Cesium With Geoview NavBar Home Button
May 6, 2025
d42a394
feat(ui): Integrate Cesium with NavBar Zoom Buttons
May 7, 2025
165c9c7
fix(source): Clean up excess/warnings with source code implementation
joshahussey May 7, 2025
ebc6a15
feat(3d): Add patched cesium and COG support
May 7, 2025
65bfd38
fix(3d): add cesium dependencies
May 7, 2025
a23e8d1
fix(3d): track required imports
May 7, 2025
4284c6f
feat(3d): add 3155 projection
May 7, 2025
52ce408
fix(ui): Allow visibility toggle to work for multiple layers in 3d.
May 7, 2025
a7d657a
feat(3d): Support ArcGIS WMS, XYZ and WMTS in 3D
May 7, 2025
8ccbd83
fix(3d): Add static cesium files to Public for gh-pages
joshahussey May 7, 2025
514bf3d
feat(3d): add styling to geojson circles
joshahussey May 7, 2025
1733f65
fix(3d): addressed bug in zoomTo event handler
joshahussey May 7, 2025
04553aa
feat(3d): Hook into Geoview notification systems
May 8, 2025
210669a
fix(3d): Set a maximum zoom out level
May 8, 2025
1c0930d
fix(3d): fixed an error where the bounds were coming back with infinity.
May 8, 2025
a3c9fd4
feat(3d): Added Icons for OpenIn3d and OpenStacApi
May 7, 2025
d6b549d
fix(ui): Proper tooltip for 3D Button
May 8, 2025
8b38e44
feat(3d): Add CSV Datasource support
joshahussey May 8, 2025
8d4219a
fix(ui): Use GeoView button styling in STAC Catalog.
May 8, 2025
446db6d
fix(3d): Add CESIUM_BASE_URL to github workflow
joshahussey May 8, 2025
3fc2c80
Merge remote-tracking branch 'upstream/develop' into integration
joshahussey May 8, 2025
1df0f3e
feat(3d): Arcgis ImageServer support in 3D
May 8, 2025
29c63c3
docs(3d): Add JsDocs to cesium-map.tsx
joshahussey May 9, 2025
2b9cca4
feat(3d): implemented highlighting different layers in the 3d client.
May 9, 2025
a559912
docs(3d): JsDocs for All 3D Related Files
May 9, 2025
b55eafc
feat(demo): Add 3d Flood Mapping Demo Page
joshahussey May 9, 2025
bca2de5
fix(3d): fixed highlighting of tile layer making all layers permanent…
May 9, 2025
2d72db1
fix(3d): Enable visual fog for better performance.
May 12, 2025
be3a94b
fix(3d): Fix for WMS Projections in 3d
May 14, 2025
9061c3d
feat(3d): Add process results for GeoView demo pages.
May 14, 2025
519a28e
feat(3d): Add process results demo page
May 14, 2025
083c17c
fix(3d): Fix for cesium element size on small windows
May 21, 2025
6fda038
fix(3d): Deselect 3D button when closed programmatically.
May 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ permissions:
contents: write

env:
NODE_VERSION: '20.17.0'
PNPM_VERSION: '8.15.2'
NODE_VERSION: "20.17.0"
PNPM_VERSION: "8.15.2"
CESIUM_BASE_PATH: "/geoview/cesium/"

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ build/Release
**/build
**/dist

# Necessary to accomodate cesium bug patch
!packages/geoview-core/vendor/cesium/Build

# Dependency directories
**/node_modules
**/jspm_packages
Expand Down
Loading
Loading