Skip to content

Commit

Permalink
Remove ol-cesium
Browse files Browse the repository at this point in the history
  • Loading branch information
ger-benjamin committed Oct 7, 2024
1 parent 41a4a1f commit 28bf5e1
Show file tree
Hide file tree
Showing 19 changed files with 8 additions and 802 deletions.
5 changes: 0 additions & 5 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@
groupName: 'CI dependencies',
automerge: true,
},
/** Disable ol-cesium updates */
{
enabled: false,
matchDepNames: ['ol-cesium'],
},
/** Packages published very recently are not pushed to stabilization branches for security reasons */
{
matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'],
Expand Down
1 change: 0 additions & 1 deletion buildtools/extract-ngeo-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ all_required_js = {a for a in all_required_js if not a.startswith("./")}
all_required_js = {a for a in all_required_js if not a.startswith("ngeo/")}
all_required_js = {a for a in all_required_js if not a.startswith("gmf/")}
all_required_js = {a for a in all_required_js if not a.startswith("gmfapi/")}
all_required_js = {a for a in all_required_js if not a.startswith("olcs/")}
all_required_js = {a for a in all_required_js if not a.startswith("jsts/")}
all_required_js = {a for a in all_required_js if not a.startswith("mapillary-js/")}
all_required_js = {
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@
"_optionalDependenciesComment_": "Dep. for plugins",
"optionalDependencies": {
"jsts": "2.11.3",
"localforage": "1.10.0",
"mapillary-js": "4.1.2",
"ol-cesium": "2.14.0"
"mapillary-js": "4.1.2"
},
"devDependencies": {
"@chromatic-com/storybook": "2.0.2",
Expand Down
57 changes: 0 additions & 57 deletions src/olcs/Manager.js

This file was deleted.

164 changes: 0 additions & 164 deletions src/olcs/Service.js

This file was deleted.

55 changes: 0 additions & 55 deletions src/olcs/constants.js

This file was deleted.

35 changes: 0 additions & 35 deletions src/olcs/controls3d.html.js

This file was deleted.

Loading

0 comments on commit 28bf5e1

Please sign in to comment.