# Tiled Imagery DataSources

**URL:** https://community.cesium.com/t/tiled-imagery-datasources/3877
**Category:** CesiumJS
**Created:** [March 17, 2016, 7:21pm UTC](https://community.cesium.com/t/tiled-imagery-datasources/3877 "2016-03-17T19:21:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Brian\_Ryall](https://avatars.discourse-cdn.com/v4/letter/b/b77776/32.png) [@Brian\_Ryall](https://community.cesium.com/u/Brian_Ryall)
#### Post date: [March 17, 2016, 7:21pm UTC](https://community.cesium.com/t/tiled-imagery-datasources/3877/1 "2016-03-17T19:21:53Z")

</div>

I am working on a project where we have tiled data imagery (jpeg2000 tiles) that changes over time (seconds). I am trying to determine the best way to view this data in Cesium. From my initial searching I think my best bet is to us the Quadtree Primitive (which I know it is a private API). I think I need an imageryProvider as a data source that changes based on the current time.

I know the 3d tiles branch as temporal tiles on their roadmap, but not sure how long till it gets done. I do not think the Entity API has all what I need. I only what to display the tiles currently viewable at the correct LOD. Is it possible to use billboards and have LOD ?

Looking for feedback, Thanks
