PageRenderTime 49ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/Main/src/DynamicDataDisplay.Maps/Servers/IWriteableTileServer.cs

#
C# | 11 lines | 10 code | 1 blank | 0 comment | 0 complexity | e60d323835f82161a83434c2defaf9e3 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace Microsoft.Research.DynamicDataDisplay.Charts.Maps
  6. {
  7. public interface IWriteableTileServer : ITileServer, ITileStore
  8. {
  9. }
  10. }