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

# · C# · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · e60d323835f82161a83434c2defaf9e3 MD5 · raw file

  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. }