Brendan Duncan
|
abf28c5ecc
|
Fix merge errors
|
2025-10-05 16:56:04 -06:00 |
Brendan Duncan
|
1c13589457
|
Merge branch 'main' into experiment_wasm
# Conflicts:
# CHANGES.md
# Cesium3DTilesSelection/src/RasterOverlayCollection.cpp
# CesiumRasterOverlays/include/CesiumRasterOverlays/RasterOverlayTileProvider.h
# CesiumRasterOverlays/src/RasterOverlayTileProvider.cpp
|
2025-10-05 15:16:11 -06: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
|
2a06cdc3a4
|
clang-tidy
|
2025-09-29 19:58:08 +10:00 |
Kevin Ring
|
7f7d7eba1a
|
clang-format
|
2025-09-29 17:44:19 +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
|
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 |
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
|
3b2765be6a
|
Credit rework.
|
2025-09-26 18:29:11 +10:00 |
Kevin Ring
|
bbd606f982
|
Less overflowy arithmetic.
|
2025-09-23 08:16:22 +10:00 |
Kevin Ring
|
726b621ca3
|
Flip parameter order.
|
2025-09-23 08:14:15 +10:00 |
Kevin Ring
|
70861d92a8
|
Update Cesium3DTilesSelection/src/RasterOverlayCollection.cpp
Co-authored-by: Janine Liu <32226860+j9liu@users.noreply.github.com>
|
2025-09-23 07:58:12 +10:00 |
Janine Liu
|
99118d2f8e
|
@link -> @ref
|
2025-09-22 16:31:52 -04:00 |
Brendan Duncan
|
56f2dc8e8b
|
fix wasm build after merger
|
2025-09-20 19:49:52 -06:00 |
Brendan Duncan
|
1aa2788d33
|
Merge branch 'main' into experiment_wasm
# Conflicts:
# CMakeLists.txt
|
2025-09-20 11:33:19 -06:00 |
Frédéric Trastour
|
5de826e8e7
|
Merge branch 'main' into fix-issue-1225-terrain-header-not-propagated
|
2025-09-19 15:28:22 +02:00 |
Frederic Trastour
|
6f095361c9
|
Fix issue #1225 - Custom headers are just for accessing the top .json file but are not used when accessing subfiles (.terrain)
|
2025-09-17 18:23:05 +02:00 |
Kevin Ring
|
e20012ef05
|
Fix placeholders and missing projections.
|
2025-09-17 21:13:01 +10:00 |
Kevin Ring
|
cc15117120
|
Add overload for non-const RasterOverlay.
|
2025-09-16 18:57:12 +10:00 |
Kevin Ring
|
bee5d04d2d
|
clang-tidy.
|
2025-09-15 19:51:43 +10:00 |
Kevin Ring
|
17a363824c
|
Doc fixes and small tweaks.
|
2025-09-15 19:30:56 +10:00 |
Kevin Ring
|
ec7bb3f661
|
Remove unnecessary method.
|
2025-09-15 17:37:13 +10:00 |
Kevin Ring
|
38ba06ecfc
|
Remove unused code.
|
2025-09-15 16:50:05 +10:00 |
Kevin Ring
|
7a8e4c9fee
|
Add TransformIterator, remove unnecessary _overlays.
|
2025-09-15 16:45:04 +10:00 |
Kevin Ring
|
77c36df0a1
|
Remove unnecessary OverlayList.
|
2025-09-15 14:37:43 +10:00 |
Kevin Ring
|
97a7e9d2d1
|
RasterOverlay::activate.
|
2025-09-15 09:10:39 +10:00 |
Kevin Ring
|
b5fc62f045
|
Factory function for ActivatedRasterOverlay.
|
2025-09-12 22:18:08 +10:00 |
Kevin Ring
|
c792367f8f
|
Make ActivatedRasterOverlay public and in CesiumRasterOverlays.
|
2025-09-12 21:09:22 +10:00 |
Kevin Ring
|
00e9d0691d
|
Don't crash when there are no overlays.
|
2025-09-10 19:18:20 +10:00 |
Kevin Ring
|
20caa9e560
|
Add ActivatedRasterOverlay.
|
2025-09-10 19:13:43 +10:00 |
Kevin Ring
|
fd116c8011
|
loadTileImage receives const RasterOverlayTile.
|
2025-09-09 18:24:28 +10:00 |
Kevin Ring
|
e114fadc00
|
Fix raster overlay crash with external tilesets.
|
2025-08-28 11:17:48 +10:00 |
Brendan Duncan
|
88c3716272
|
clean up 32-bit warmings
|
2025-08-25 15:38:10 -06:00 |
Kevin Ring
|
a4c2890564
|
Merge remote-tracking branch 'origin/const-get-root-tile' into more-tileset-parsing
|
2025-08-20 15:04:45 +10:00 |
Kevin Ring
|
1bceed75ef
|
Remove unnecessary casts.
|
2025-08-20 12:36:27 +10:00 |
Janine Liu
|
20ffad2cc7
|
Small modifications from review
|
2025-08-19 13:54:41 -04:00 |
Janine Liu
|
5dbb1758c7
|
Merge branch 'const-get-root-tile' into more-tileset-parsing
|
2025-08-19 12:05:25 -04:00 |
Janine Liu
|
d381a1428e
|
Merge branch 'main' into const-get-root-tile
|
2025-08-19 11:55:18 -04:00 |
Kevin Ring
|
ccf0d99b99
|
Add test case and update CHANGES.md.
|
2025-08-15 16:22:43 +10:00 |
Kevin Ring
|
ed1618fa67
|
Don't get stuck in an endless loop if there are no frustums.
|
2025-08-15 15:58:06 +10:00 |
Kevin Ring
|
7eb11ca014
|
clang-tidy
|
2025-08-11 21:34:38 +10:00 |
Kevin Ring
|
2074cebcce
|
Fix gcc/clang warning.
|
2025-08-11 17:42:35 +10:00 |
Kevin Ring
|
891e399e09
|
Load unknownProperties, too.
|
2025-08-11 17:37:42 +10:00 |
Kevin Ring
|
d0c7b11a42
|
More complete tileset.json parsing into TilesetMetadata.
|
2025-08-11 17:32:51 +10:00 |
Kevin Ring
|
2fd6dd2cca
|
Parse more fields from tileset.json in TilesetMetadata.
|
2025-08-11 16:17:51 +10:00 |
Kevin Ring
|
ecebbcd3fd
|
TileLoadRequester returns const Tiles.
|
2025-08-11 13:08:49 +10:00 |
Kevin Ring
|
3eb0de0258
|
Remove non-const loadedTiles and forEachLoadedTile methods.
|
2025-08-11 11:42:00 +10:00 |
Kevin Ring
|
baa5b65ecb
|
Make tiles in ViewUpdateResult const, too.
|
2025-08-08 18:55:31 +10:00 |