Estoy tratando de mostrar (en OpenLayers 2.13) un raster local en mosaico que hice con gdal2tiles.py. Lamentablemente todo está en blanco o en rosa. Aquí está mi definición de la capa:
var tiles = new OpenLayers.Layer.XYZ("Local tiles", "tiles/${z}/${x}/${y}.png", {
isBaseLayer: true,
displayProjection: new OpenLayers.Projection("EPSG:4326"),
maxExtent: [-75.1729846, 39.9439032, -75.1529085, 39.9599679]
});
map.addLayer(tiles);
¿Qué ocurre?
Aquí hay un enlace a mi página de prueba de OpenLayers : http://popopopopo.voila.net/index.html
Y aquí está la imagen original: http://popopopopo.voila.net/raster.tif (EPSG: 3857)