TileCook.MapnikVectorTileProvider.GetFormats C# (CSharp) Method

GetFormats() public method

public GetFormats ( ) : List
return List
        public List<string> GetFormats()
        {
            return new List<string> { "png", "jpg"};
        }