Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Oh, and regarding server side software, a web server is enough if you named the tiles in a logic way. You'll have to provide a callback to OpenLayers to return the name of the tile, similar to this pseudo-code:

GetTileFileName(zoom, x, y) {

    return "/MonaLisa/tiles/z" + zoom + "lon" + x + "lat" + y + ".png";

}


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: