[mapserver-commits] r13277 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Sun Mar 18 12:36:00 EDT 2012


Author: tbonfort
Date: 2012-03-18 09:36:00 -0700 (Sun, 18 Mar 2012)
New Revision: 13277

Modified:
   trunk/mapserver/maplabel.c
Log:
add todo


Modified: trunk/mapserver/maplabel.c
===================================================================
--- trunk/mapserver/maplabel.c	2012-03-18 14:24:13 UTC (rev 13276)
+++ trunk/mapserver/maplabel.c	2012-03-18 16:36:00 UTC (rev 13277)
@@ -815,7 +815,7 @@
               
            }
            if(curCachePtr->leaderline) {
-              /* check intersection of leader lines ? */
+              /* TODO: check intersection of leader lines, not only bbox test ? */
               if(msRectOverlap(curCachePtr->leaderbbox, cachePtr->leaderbbox)) {
                  return MS_FALSE;
               }



More information about the mapserver-commits mailing list