Update of /cvsroot/playerstage/code/player/utils/playerv
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4151/utils/playerv

Modified Files:
        pv_dev_vectormap.c 
Log Message:
made acinclude driver list alphabetical again
added tcpstream driver
bug fixes for s3000 and nav200 drivers
made point features more visible in playerv vector map display


Index: pv_dev_vectormap.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/utils/playerv/pv_dev_vectormap.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pv_dev_vectormap.c  17 Sep 2007 02:18:50 -0000      1.1
--- pv_dev_vectormap.c  18 Dec 2007 05:05:09 -0000      1.2
***************
*** 185,189 ****
        GEOSCoordSeq_getX(seq, 00, &x);
        GEOSCoordSeq_getY(seq, 00, &y);
!       rtk_fig_point( map->fig, x, y );
        break;
      case GEOS_LINESTRING:
--- 185,190 ----
        GEOSCoordSeq_getX(seq, 00, &x);
        GEOSCoordSeq_getY(seq, 00, &y);
!       rtk_fig_line( map->fig, x-0.1, y ,x+0.1, y);
!       rtk_fig_line( map->fig, x, y-0.1 ,x, y+0.1);
        break;
      case GEOS_LINESTRING:


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to