Commit Graph

392 Commits

Author SHA1 Message Date
Kevin Ring d0427df530 Consistently use non-header-only spdlog. 2025-10-27 11:17:24 +11:00
Kevin Ring 167a728aa0 Merge remote-tracking branch 'origin/main' into experiment_wasm 2025-10-21 16:41:23 +11:00
Kevin Ring 49a4409a8f Safer lambda captures. 2025-10-21 09:24:47 +11:00
Janine Liu c89796a0ac Remove other unused header 2025-10-20 11:27:09 -04:00
Janine Liu dc10421be2
Linting 2025-10-20 11:14:00 -04:00
Janine Liu 91d2f5a3ca ensureTrailingSlash as a non-static function 2025-10-20 10:45:44 -04:00
Janine Liu 15af0de635 Remove unused refresh functions 2025-10-20 10:37:50 -04:00
Brendan Duncan cf18fd06b4 Merge branch 'main' into experiment_wasm 2025-10-19 13:41:36 -06:00
David Lively 0e6df07ccd Added null check 2025-10-17 14:44:30 -05:00
Janine Liu 7016cdf1b3 Add Uri test, doc tweaks 2025-10-15 18:01:44 -04:00
Janine Liu 121d9c2678 More fixes for doc / lint / etc. 2025-10-15 17:41:27 -04:00
Janine Liu af5c118986 Formatting and linting 2025-10-15 17:18:57 -04:00
Janine Liu 8f8a101aa4 Replace credit image with white version, filter out empty credits 2025-10-15 17:01:08 -04:00
Janine Liu 63f1353457 Fix bad index typo 2025-10-15 16:08:26 -04:00
Janine Liu 7a8e96a857 Fix on-screen credit behavior 2025-10-15 15:55:14 -04:00
Janine Liu b2b9a1cd0d Don't mass-join copyrights 2025-10-15 14:55:42 -04:00
Janine Liu 7210acd3d3 Fix initialization order 2025-10-15 13:39:07 -04:00
Janine Liu fa7b2d2bcc Don't forget to pass through api-version 2025-10-15 12:11:23 -04:00
Janine Liu 315f5a55c3 Parse copyrights, add missing tilesetId types 2025-10-15 12:07:08 -04:00
Janine Liu 6b35ee3f87 Ensure trailing slash in base URL 2025-10-14 15:53:09 -04:00
Janine Liu 7425f5caef Fix typo, update changelog 2025-10-14 15:32:14 -04:00
Janine Liu bef3bd23a6 Use correct ion endpoint, add other tilesetId types 2025-10-14 15:24:13 -04:00
Janine Liu 70a7f91aed Add more tilesetId options 2025-10-14 14:24:29 -04:00
Janine Liu 00e8a9729d Parse Azure 2D maps from ion 2025-10-14 14:24:01 -04:00
Janine Liu d8631d0a6d Fix incorrect tile Y 2025-10-14 13:41:25 -04:00
Janine Liu af5bf48cc8 Actually include subscription key 2025-10-14 11:29:53 -04:00
Janine Liu 9e0db1b8c9 Fix incorrect template parameter 2025-10-14 11:23:00 -04:00
Janine Liu 05502dd87b Don't consider 'map' part of the base URL 2025-10-13 15:30:38 -04:00
Janine Liu 308f87f09a Parse tileSize as string, not number 2025-10-13 14:54:42 -04:00
Janine Liu 0efdec7b43 Parse JSON from Azure Maps service 2025-10-13 13:24:29 -04:00
Janine Liu f0de38ccdb Start adding AzureMapsRasterOverlay [skip ci] 2025-10-10 15:22:38 -04:00
Janine Liu e732d04cb9 Use @ref in Google doc 2025-10-10 15:21:25 -04:00
Janine Liu 21aa95f481 Make Bing constructor mimic Google's 2025-10-10 15:20:51 -04:00
Janine Liu 33cba63e85 Don't try to parse a non-object credit 2025-10-07 10:38:22 -04:00
Brendan Duncan 99f1404fe7 clean-up merge changes 2025-10-05 17:07:32 -06:00
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 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 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
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
Kevin Ring 52c2c78566 clang-tidy 2025-09-29 19:27:09 +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 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