ThinkGeo.com    |     Documentation    |     Premium Support

Connected / Disconnected mode

Hi all,


I need to start implementation of an application that must work both in disconnected and connected mode. The aim of this application is to support data entry on the field (using standard tablet) and at office. The application must use some kind of local cache for geo data (or local DB) then to syncronize data when connected again. I'd like to leave to the DB (sql express or oracle lite) the charge of this syncronization but I'm not sure if this idea is correct and feasible using the desktop component of ThinkGeo. Other idea or solution? In connected mode the application must be able to show WMS from a centralized Spatial Data Infrastructure (I think this isn't too complex - isn't it?).


Any help appreciated.


Roberto



Roberto, 
  
 Welcome to Map Suite’s world. 
  
 The DesktopEdition supports WMS by using WmsRasterLayer which comply with a standard WMS specification. 
  
 Also it supports local cache by using TileCache, if you want to store the cache image as the file, you can use FileBitmapTileCache. 
  
 We show how to use these two APIs in HowDoI samples which you can get after you install our DesktopEdition package. 
  
 Please let us know if you have more detail requirement which you still not very sure it can do by our DesktopEdtion. 
  
 Thanks 
  
 James