Ignore:
Timestamp:
06/28/18 17:53:42 (6 years ago)
Author:
oabramkina
Message:

The zoom is dead, long live the zoom.

Replacing domain_zoom transformation by copying it from domain_extract. From now on, only the zoomed part of a domain is sent to servers. On the user's side all definitions stay the same.

To do soon: axis_zoom.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/domain.hpp

    r1542 r1553  
    165165         void checkArea(void); 
    166166         void checkLonLat(); 
    167          void checkZoom(void); 
    168167 
    169168         void setTransformations(const TransMapTypes&);          
     
    183182         static void recvDistributionAttributes(CEventServer& event); 
    184183         static void recvIndex(CEventServer& event); 
    185          static void recvIndexZoom(CEventServer& event); 
    186184         static void recvMask(CEventServer& event);          
    187185         static void recvLon(CEventServer& event); 
     
    206204         std::set<CContextClient*> clientsSet; 
    207205 
    208          bool doZoomByIndex_; 
    209206         bool isChecked, computedWrittenIndex_; 
    210207         std::set<StdString> relFiles, relFilesCompressed; 
Note: See TracChangeset for help on using the changeset viewer.