/Main/src/DynamicDataDisplay.Maps/Servers/IWriteableTileServer.cs
# · C# · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · e60d323835f82161a83434c2defaf9e3 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
-
- namespace Microsoft.Research.DynamicDataDisplay.Charts.Maps
- {
- public interface IWriteableTileServer : ITileServer, ITileStore
- {
- }
- }