-
I'm wondering if there's any plans to implement a data type/support for the Google 3D Tiles API? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @stevenjh, Short answer: {
"catalog": [
{
"name": "Google 3D Tiles",
"type": "3d-tiles",
"url": "https://tile.googleapis.com/v1/3dtiles/root.json?key=<API-KEY>"
}
]
}
Replace Long answer: |
Beta Was this translation helpful? Give feedback.
Hi @stevenjh,
Short answer:
Looks like you can make Google 3d tiles work with Terria using a catalog definition like below:
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…