Example #1
0
        private bool RefreshDrawingData()
        {
            StoryToolkit stk = new StoryToolkit(_dt, _meta, -1, -1);

            _latLngColorTable = stk.GetLatLngColorTable();
            return(true);
        }