Hi @Ethan,
var graphic0 = new OpenLayers.Layer.Image(
‘City Lights’,
‘https://tilecache.rainviewer.com/v2/composite/1542172200/16000.png?color=1’ ,
new OpenLayers.Bounds(-180, -88.759, 180, 88.759),
new OpenLayers.Size(580, 288),
{numZoomLevels: 3}
);
this code is working in openlayers example but not thinkgeo openlayers script.
I have attached a sample you can check.
example.zip (1.3 MB)