Skip to content

Google 3D tiles API #6785

Answered by na9da
stevenjh asked this question in Ideas
May 21, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @stevenjh,

Short answer:
Looks like you can make Google 3d tiles work with Terria using a catalog definition like below:

{
  "catalog": [
    {
      "name": "Google 3D Tiles",
      "type": "3d-tiles",
      "url": "https://tile.googleapis.com/v1/3dtiles/root.json?key=<API-KEY>"
    }
  ]
}

Replace API-KEY with your google maps API key (good to restrict it to your domain)

Long answer:
Terria is currently on an older version of CesiumJS. There were a few breaking changes in recent Cesium release which we are yet to integrate into Terria. Here is the ticket tracking the upgrade. This means, if there were rendering improvements made to Cesium that the tileset is using then it wont be av…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@stevenjh
Comment options

@na9da
Comment options

Answer selected by stevenjh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants