/*==============================================================================
	MPK
    Mpk class implementation

    Javascript library
    Require OpenLayers library
    $Id: Mpk.js 1233 2008-02-28 11:00:58Z mmanzato $
==============================================================================*/



Mpk = OpenLayers.Class({
    // URL to tile map server
    tmsUrl: "http://www.verona.miz.it/mpk4/httpserver/tms/",
    
    // The class name
    CLASS_NAME: "Mpk"
});


/*==============================================================================
    End of file
==============================================================================*/

