Home
last modified time | relevance | path

Searched refs:LevelsKeepInMemory (Results 1 – 1 of 1) sorted by relevance

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DMapCore.cs229 Matrix.ClearLevelsBelow(fZoom - LevelsKeepInMemory);
230 Matrix.ClearLevelsAbove(fZoom + LevelsKeepInMemory);
255 public int LevelsKeepInMemory = 5; field in GKMap.MapCore
1466 … while (!parentTile.NotEmpty && zoomOffset < Zoom && zoomOffset <= LevelsKeepInMemory) { in DrawMap()