[Tilecache] XML especification

Tyler Durden tylersticky at gmail.com
Tue Jul 24 08:42:31 EDT 2007


On 7/24/07, Christopher Schmidt <crschmidt at metacarta.com> wrote:
> On Tue, Jul 24, 2007 at 01:05:12PM +0100, Tyler Durden wrote:
> > There are some specification or API for the XML configuration?
>
> There is no "XML Configuration" to control TileCache.
>
> Sounds like you're referring to the TMS metadata:
>
> http://wiki.osgeo.org/index.php/Tile_Map_Service_Specification
>
> defines that.
>
> Regards,
> --
> Christopher Schmidt
> MetaCarta

No,
I mean the file where I define the Styles and Layers:

myService = Service (
    DiskCache(ROOT_PATH + "/cache"),
    {"all" : MapnikLayer("all", ROOT_PATH + "/osm.xml",
extension="png", size="256,256", bbox="-8.74685, 41.12416, -8.52712,
41.21823")})


A XML like this:
http://svn.openstreetmap.org/applications/rendering/mapnik/osm.xml



More information about the Tilecache mailing list