Skip to content

Commit 579cc4e

Browse files
committed
Minor changes to the doc
1 parent 7dc73a1 commit 579cc4e

7 files changed

Lines changed: 1985 additions & 217 deletions

File tree

docs/AxInterop.MapWinGIS.XML

Lines changed: 28 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/AxInterop.MapWinGIS/AxMap.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,11 @@ public void LoadTilesForSnapshot(Extents extents, int width, string key, tkTileP
325325
/// <returns>1 if tiles are in cache, 0 if not, -1 if an there was an error.</returns>
326326
/// <remarks>The main purpose: loading of tiles for printing.</remarks>
327327
/// \new491 Added in version 4.9.1
328-
public int TilesAreInCache(Extents extents, int width, tkTileProvider provider)
329-
{
330-
throw new NotImplementedException();
331-
}
328+
// Removed in v4.9.4 again
329+
//public int TilesAreInCache(Extents extents, int width, tkTileProvider provider)
330+
//{
331+
// throw new NotImplementedException();
332+
//}
332333

333334
/// <summary>
334335
/// Performs specific type of map redraw.

0 commit comments

Comments
 (0)