Wednesday, May 26, 2010

FODB database Linked directy to gvsig Mobile (2)

Now is allow Edition of point, lines and polygons on gvsigMobile on an embedded GIS db.
(named FODB (object db) from the openmobileis framework)
Allow to have your datas in disconnected mode.
FODB db is directly synchronizable (with high algorithms for conflicts features resolvement) on PostGIS db (or other)

Can see the video here : http://www.youtube.com/watch?v=GUjtYiA6FJs

The code will be present soon on the OW2 forge.


Tuesday, May 25, 2010

FODB database Linked directy to gvsig Mobile

Gvsig Mobile is linked to the embedded FODB database (openMobileIS framework) for GIS layers exploitation and edition.
Today, only point and line layer are possible.
Polygon will be coming soon.
FODB database can be directly synchronized with your postGIS (or other) GIS database on server part. The idea is to exploite your datas what ever your situation : with network or without.

A video of the GIS FODB edition/exploitation can be display here :
- http://www.youtube.com/watch?v=v8Huw0GnakI

IS Datas could also be synchronized/editable to the mobile device and be separated during the synchro on the serveur part. (2 differently DB (IS and GIS))
(this demo will coming soon)

Monday, May 10, 2010

New POC in preparation

For info, I work today on a new POC with for objectif to mix Juan 's features oriented synchro and mine files oriented synchro.
The idea is to allow POI edition (and in the futur, line and poly) directly in the FODB embedded database and synchronizable with an PostGIS server database (as juan synchro) and allow in the same time a file synchro for basemap (in vecto and raster format).
The idea is to separate the basemap info layers from the idetable layers. The basemap is often very huge and needs to have file synchro oriented (can be bittorent synchro for red-cut management). The features edition synchro is for few datas and could be stock in embedded DB to easily work with.
The POC in the mobile device will mix intervention management, get specific info from features and statement as GPS for example.