On 08.06.2010 16:48, Larry Becker wrote:
> Seems like GPSylon is a large program and you only need the small
> portion ( gpsinput library?) that communicates with GPS devices, but
> apparently that library depends on external code.
>
> (From the GPSylon web site): "The library that is used to commu
Hi all!
I need to assign style to a Layer of points, but inside of the
ColorThemingStyle (with Style i mean show the point like a triangle, square or
circle).
I know and I use VertexStyle to assign the style to the layer and It works ok
like a BasicStyle, but this kind of style is used to wh
GPS integration although relatively trivial has always been a problem
for Java apps because the necessary APIs to talk to the hardware
(RS232, USB or Bluetooth) have never been part of the standard Java
distribution. Therefore you always need extra stuff: either the
missing APIs (eg the RXTX open s
I guess the solution will be a combination of both
a) support of network socket style gps ala gpsd
b) serial support if java serial support is possible
.. ede
On 08.06.2010 20:02, Joe Desbonnet wrote:
> GPS integration although relatively trivial has always been a problem
> for Java apps becaus