Wax Documentation: Modest Maps | OpenLayers | Google Maps

### MBTiles layers in Google Maps API v3


OpenLayers.ImgPath = 'http://js.mapbox.com/theme/dark/';
var map = new OpenLayers.Map('openlayers-simple', {
  units: 'm',
  projection: new OpenLayers.Projection('EPSG:900913'),
  maxExtent: new OpenLayers.Bounds(-20037508.34,
    -20037508.34,
    20037508.34,
    20037508.34),
});

map.addLayer(new OpenLayers.Layer.TMS('world-glass',
  'http://a.tiles.mapbox.com/devseed/', {
  maxResolution: 156543.0339,
  type: 'png',
  layername: 'excess-properties'
}));

map.addControl(new wax.ol.Interaction());
map.zoomTo(1);