Commit Graph

7291 Commits

Author SHA1 Message Date
Janine Liu 89f7263002 Merge branch 'main' into 0.52.2 2025-10-07 16:53:41 -04:00
David Lively 237f51cc38
Merge pull request #1258 from CesiumGS/google-maps-empty-credit
Don't parse non-object credits from Google 2D Maps
2025-10-07 12:51:15 -05:00
Janine Liu 33cba63e85 Don't try to parse a non-object credit 2025-10-07 10:38:22 -04:00
Janine Liu 9f6ae299e2 Update changelog 2025-10-01 19:47:06 -04:00
Janine Liu 892355aeb0 Revert vcpkg upgrade 2025-10-01 18:13:12 -04:00
Kevin Ring 126a412a79
Merge pull request #1257 from CesiumGS/duplicate-google-logo
Avoid duplicate Google logo
2025-10-01 13:27:15 +10:00
Kevin Ring 29ff862523 Update declaration. 2025-10-01 13:14:00 +10:00
Kevin Ring e91de71eeb Avoid duplicate Google logo. 2025-10-01 12:59:01 +10:00
Kevin Ring 600e676aff Bump to v0.52.0. 2025-09-30 20:22:33 +10:00
Kevin Ring ef078549b3
Merge pull request #1254 from CesiumGS/google-raster-overlay-from-ion
Add GoogleMapTilesRasterOverlay
2025-09-30 20:15:02 +10:00
Kevin Ring d31196ed1b clang-format 2025-09-30 09:57:08 +10:00
Kevin Ring e984451f44
Fully explain conditional in comment.
Co-authored-by: Janine Liu <32226860+j9liu@users.noreply.github.com>
2025-09-30 09:51:02 +10:00
Ashley Rogers 97a9c66788
Merge pull request #1252 from CesiumGS/asset-endpoint-as-shared-asset
Improve raster overlay token refresh by treating `ExternalAssetEndpoint` as a `SharedAsset`
2025-09-29 17:29:19 -04:00
Janine Liu 77ea05044e Add tests for StringHelpers 2025-09-29 16:49:42 -04:00
Ashley Rogers 84c00b5db6 Merge from main 2025-09-29 16:18:51 -04:00
Ashley Rogers f10b1f98b6
Merge pull request #1253 from CesiumGS/errorlist-improvements
Add new `format` and `log` methods to `ErrorList`
2025-09-29 16:17:16 -04:00
Janine Liu b43d18683f Small suggestions from review 2025-09-29 15:44:59 -04:00
Janine Liu ef46820ba4 unabbreviate sw, ne 2025-09-29 15:42:18 -04:00
Janine Liu dac6fdacb5 @link -> @ref [skip ci] 2025-09-29 15:40:05 -04:00
Janine Liu 77a5381d4d
Merge branch 'main' into asset-endpoint-as-shared-asset 2025-09-29 10:27:02 -04:00
Kevin Ring 4be4c99a3d
Merge pull request #1250 from ftrastourlux/fix-issue-1225-terrain-header-not-propagated
Fix issue 1225 terrain header not propagated
2025-09-29 20:47:36 +10:00
Kevin Ring 2a06cdc3a4 clang-tidy 2025-09-29 19:58:08 +10:00
Kevin Ring 52c2c78566 clang-tidy 2025-09-29 19:27:09 +10:00
Kevin Ring 7f7d7eba1a clang-format 2025-09-29 17:44:19 +10:00
Kevin Ring f9ea77fd91 Readd missing changelog title. 2025-09-29 17:39:25 +10:00
Kevin Ring 063ee500cc Fix merge problem. 2025-09-29 17:35:52 +10:00
Kevin Ring 0ca86eed13 Merge remote-tracking branch 'origin/main' into fix-issue-1225-terrain-header-not-propagated 2025-09-29 17:19:12 +10:00
Kevin Ring 39df3e83dd Add IonRasterOverlay::setAssetOptions. 2025-09-29 17:10:25 +10:00
Kevin Ring 44eb767a30 Include URL in viewport service error messages. 2025-09-29 13:12:39 +10:00
Kevin Ring 767209dc70 Display VCPKG_PLATFORM_TOOLSET_VERSION during cmake configure. 2025-09-29 13:12:21 +10:00
Kevin Ring f69c37450a More missing headers, update CHANGES.md. 2025-09-29 10:45:08 +10:00
Kevin Ring 4a3a6ab78a
Merge branch 'main' into asset-endpoint-as-shared-asset 2025-09-29 10:29:29 +10:00
Kevin Ring 5daafdc914
Merge pull request #1246 from CesiumGS/revert-polygon-overlay
Revert change to have `RasterizedPolygonsOverlay` use Blend2D
2025-09-29 10:27:58 +10:00
Kevin Ring 5c50a06892
Merge branch 'main' into revert-polygon-overlay 2025-09-29 10:26:57 +10:00
Kevin Ring 6714378f6b Add missing headers.
Hopefully clang-tidy will agree.
2025-09-29 10:13:15 +10:00
Kevin Ring 6a41886652 Merge remote-tracking branch 'origin/asset-endpoint-as-shared-asset' into google-raster-overlay-from-ion 2025-09-29 10:08:32 +10:00
Kevin Ring cb0baa97de Add Google logo. 2025-09-29 09:59:10 +10:00
Kevin Ring 672a44eb96 Still more clang-tidy. 2025-09-28 20:55:23 +10:00
Kevin Ring e0c37de97d More clang-tidy 2025-09-27 21:32:10 +10:00
Kevin Ring d515dac685 Merge remote-tracking branch 'origin/main' into errorlist-improvements 2025-09-27 21:27:30 +10:00
Kevin Ring ca48199b33 Include [Error] and [Warning] in message. 2025-09-27 21:20:53 +10:00
Kevin Ring 9b3cb28be0
Merge branch 'main' into asset-endpoint-as-shared-asset 2025-09-27 20:13:21 +10:00
Kevin Ring e39a3d0b38 clang-tidy 2025-09-27 20:09:19 +10:00
Kevin Ring 111487d891 Add missing doc. 2025-09-27 19:02:06 +10:00
Kevin Ring 6a7a10a0c7
Merge pull request #1255 from CesiumGS/sample-height-ellipsoid
Don't hardcode WGS84 ellipsoid in `TilesetHeightQuery`
2025-09-27 18:16:57 +10:00
Janine Liu 522378c35e
Merge branch 'main' into errorlist-improvements 2025-09-26 15:16:37 -04:00
Janine Liu 8dc2f5fbb5 Formatting 2025-09-26 15:15:37 -04:00
Janine Liu 5c28e257c0 Don't hardcode WGS84 in TilesetHeightQuery 2025-09-26 14:55:17 -04:00
Kevin Ring e456bcfa6e Disable questionable tile availability checking. 2025-09-26 22:16:06 +10:00
Kevin Ring 51e10da3b7 Fix clang/gcc errors. 2025-09-26 22:15:20 +10:00