From: Danny B. <dan...@us...> - 2010-12-04 09:43:53
|
Update of /cvsroot/roadmap/roadmap/src In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv27411 Modified Files: buildmap_osm_text.c Log Message: Oops, too much debug output Index: buildmap_osm_text.c =================================================================== RCS file: /cvsroot/roadmap/roadmap/src/buildmap_osm_text.c,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** buildmap_osm_text.c 4 Dec 2010 09:34:33 -0000 1.25 --- buildmap_osm_text.c 4 Dec 2010 09:43:45 -0000 1.26 *************** *** 905,909 **** int line; ! buildmap_info ("Way %d is an area, %d polygon lines", in_way, nWayNodes); /* * Detect an AREA -> create a polygon --- 905,909 ---- int line; ! // buildmap_info ("Way %d is an area, %d polygon lines", in_way, nWayNodes); /* * Detect an AREA -> create a polygon |