Hi Vitali, (getting back to list) > I have seen PDFs and it seems very promising. Before I check out the code > and look into the internals a quick question, please: > - is Database Manager a part of UDIG nowadays or a part of BeeGIS plugins
sadly only a part of BeeGIS. It has an extention point and generates tables through hibernate for JPA annotated classes. The plugins are in the same repo as beegis in the "dbplugins" folder. > - "dump" function - how the data as described in PDF can be easily > transferred between H2 and, for example, PostgGIS? Is it a custom developed > functionality for BeeGIS/UDIG or some external utilities are used? You can directly use also PostGIS. In fact the database plugin supports H2 as embedded db and PostGIS as remote db (some people used it even local on the tablet). There are no tools to move data from one db to the other. Given that the interface is common and hibernate, it should not be too hard to create a tool that syncs from H2 to PostGIS. Cheers, Andrea > > > Vitali. > > > > On 30.11.2011 14:08, andrea antonello wrote: >> >> Hi Vitali, >> we developed extensions for uDig and digital field mapping through tablet >> pc. >> The project is called BeeGIS and is placed here: >> http://code.google.com/p/beegis/ >> It usues native rxtx libraries to access a virtual serial port >> thatconnects via bluetooth to the GPS. >> >> Some features can be found here: >> http://wiki.beegis.googlecode.com/hg/images/BeeGIS_FOSS4G_2010.pdf >> >> We also put a couple of presentations about it online: >> http://www.slideshare.net/tag/beegis >> >> Andrea >> >> >> >> >> >> On Wed, Nov 30, 2011 at 12:32 PM, Vitali Diatchkov<[email protected]> >> wrote: >>> >>> Hi All. >>> >>> Has anyone a ready answer how possible is to get a location coordinate >>> from >>> GPS chip on the map in UDIG in case, let's say, the UDIG is installed in >>> some environment like Tablet PC and there is a GPS module being available >>> on >>> the device? >>> >>> UDIG is an Eclipse => Java. I believe in .NET environment or using some >>> native API it should be somehow possible to communicate with GPS driver. >>> But how to redirect an information from GPS module to Java environment >>> in >>> easy way? >>> >>> >>> >>> Vitali Diatchkov. >>> >>> >>> >>> _______________________________________________ >>> User-friendly Desktop Internet GIS (uDig) >>> http://udig.refractions.net >>> http://lists.refractions.net/mailman/listinfo/udig-devel >> >> _______________________________________________ >> User-friendly Desktop Internet GIS (uDig) >> http://udig.refractions.net >> http://lists.refractions.net/mailman/listinfo/udig-devel >> > _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
