Skip to content

Commit

Permalink
[Fixes #12763] 3D tiles geometricError mandatory field should be on t…
Browse files Browse the repository at this point in the history
…ileset level
  • Loading branch information
mattiagiupponi committed Dec 2, 2024
1 parent e203466 commit 9458327
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geonode/upload/handlers/tiles3d/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def test_validate_should_raise_exception_for_invalid_root_boundingVolume(self):
def test_validate_should_raise_exception_for_invalid_root_geometricError(self):
_json = {
"asset": {"version": "1.1"},
"geometricError": 1.0,
"root": {"boundingVolume": {"box": []}, "foo": 0.0},
}
_path = "/tmp/tileset.json"
Expand Down

0 comments on commit 9458327

Please sign in to comment.