[mapserver-commits] r10346 - branches/branch-5-6/mapserver
svn at osgeo.org
svn at osgeo.org
Tue Jul 13 12:21:57 EDT 2010
Author: aboudreault
Date: 2010-07-13 16:21:57 +0000 (Tue, 13 Jul 2010)
New Revision: 10346
Modified:
branches/branch-5-6/mapserver/mapscale.c
Log:
removed leading + characters...
Modified: branches/branch-5-6/mapserver/mapscale.c
===================================================================
--- branches/branch-5-6/mapserver/mapscale.c 2010-07-13 15:09:38 UTC (rev 10345)
+++ branches/branch-5-6/mapserver/mapscale.c 2010-07-13 16:21:57 UTC (rev 10346)
@@ -39,8 +39,8 @@
/*
** Match this with with unit enumerations is mapserver.h
*/
-+static char *unitText[9]={"in", "ft", "mi", "m", "km", "dd", "??", "??", "NM"}; //MS_PIXEL and MS_PERCENTAGE not used
-+double inchesPerUnit[9]={1, 12, 63360.0, 39.3701, 39370.1, 4374754, 1, 1, 72913.3858 };
+static char *unitText[9]={"in", "ft", "mi", "m", "km", "dd", "??", "??", "NM"}; //MS_PIXEL and MS_PERCENTAGE not used
+double inchesPerUnit[9]={1, 12, 63360.0, 39.3701, 39370.1, 4374754, 1, 1, 72913.3858 };
static double roundInterval(double d)
More information about the mapserver-commits
mailing list