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

Cesium #617

Draft
wants to merge 38 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
982a007
first try
steinkobben Mar 6, 2024
9a9fc78
WIP add cesium
steinkobben Apr 24, 2024
04163da
Merge branch 'main' into cesium
geertplaisier Apr 24, 2024
e98d648
Updated packages
geertplaisier Apr 24, 2024
3294d38
Fixes loading cesium tiles
geertplaisier Apr 24, 2024
f4a3587
Update
matthijsln Apr 24, 2024
618c3c8
Merge branch 'main' into cesium
matthijsln Apr 24, 2024
9bfc111
removed unused imports and variables
steinkobben Jun 19, 2024
60dc007
fixed lint test errors
steinkobben Jun 19, 2024
9707a00
Merge main into cesium
steinkobben Jun 19, 2024
58fe824
Merge branch 'main' into cesium
steinkobben Jun 19, 2024
137ce01
fixed lint test errors
steinkobben Jun 20, 2024
5350439
Fixed lint and testing
geertplaisier Jun 20, 2024
1a83eb8
Moved some code and removed some comments
geertplaisier Jun 20, 2024
d331a4e
Merge branch 'main' into cesium
geertplaisier Jun 20, 2024
6a7bebf
Lazy load Cesium + some code improvements
geertplaisier Jun 20, 2024
bea13bf
Add translation + updated icon
geertplaisier Jun 21, 2024
19870a7
Merge branch 'main' into cesium
geertplaisier Jun 21, 2024
95619e1
Translations
geertplaisier Jun 21, 2024
27ef43e
Add base-href to external libs loader
geertplaisier Jun 21, 2024
e403b69
merged 'main' into 'cesium', but changed ol version back to 9
steinkobben Sep 2, 2024
46884f4
Merge remote-tracking branch 'origin/cesium' into cesium
steinkobben Sep 2, 2024
e22378e
Merge branch 'main' into cesium
mprins Sep 13, 2024
f1de939
Added functionality to turn 3D layers on and off (to make toc compone…
steinkobben Sep 16, 2024
d835d58
Merge remote-tracking branch 'origin/cesium' into cesium
steinkobben Sep 16, 2024
0035e68
fixed lint test errors and test test errors
steinkobben Sep 16, 2024
6945a7c
Rotate to north up when switching back to 2D view
steinkobben Sep 17, 2024
20417d9
Added in3DView to map state
steinkobben Sep 17, 2024
3099a07
fixed lint test and test errors
steinkobben Sep 18, 2024
3be7ed9
fixed lint test and test errors
steinkobben Sep 18, 2024
e3295c9
do not show drawing and print component when in 3D, and do not show s…
steinkobben Sep 18, 2024
e480f90
fixed lint errors
steinkobben Sep 18, 2024
25459de
Do not show components below while in 3D, and do not show 3D switch w…
steinkobben Sep 19, 2024
946021c
* filter our components in layout.service.ts and registered-component…
steinkobben Oct 4, 2024
6463043
Merge branch 'refs/heads/main' into cesium
steinkobben Oct 8, 2024
bcfff30
* merged main into cesium
steinkobben Oct 8, 2024
cd806e9
* Show text instead of drawing component in SpatialFilterFormComponen…
steinkobben Oct 8, 2024
44452f1
* fixed lint
steinkobben Oct 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,18 @@
"glob": "**/*",
"input": "projects/admin-core/assets/icons",
"output": "icons"
},
{
"glob": "**/*",
"input": "./node_modules/cesium/Build/Cesium",
"output": "cesium"
}
],
"styles": [
"projects/core/assets/custom-theme.scss",
"projects/core/assets/tailormap-styles.css"
"projects/core/assets/tailormap-styles.css",
"./node_modules/cesium/Build/Cesium/Widgets/widgets.css"
],
"scripts": [],
"allowedCommonJsDependencies": [
"xml-utils",
"pbf",
Expand Down
Loading
Loading