[mapserver-commits] r9657 - branches/branch-5-6/mapserver
svn at osgeo.org
svn at osgeo.org
Sun Jan 3 09:28:31 EST 2010
Author: tamas
Date: 2010-01-03 09:28:28 -0500 (Sun, 03 Jan 2010)
New Revision: 9657
Modified:
branches/branch-5-6/mapserver/HISTORY.TXT
branches/branch-5-6/mapserver/mapsymbol.c
Log:
Hatch symbol not properly saved (#2905)
Modified: branches/branch-5-6/mapserver/HISTORY.TXT
===================================================================
--- branches/branch-5-6/mapserver/HISTORY.TXT 2010-01-02 21:10:28 UTC (rev 9656)
+++ branches/branch-5-6/mapserver/HISTORY.TXT 2010-01-03 14:28:28 UTC (rev 9657)
@@ -15,6 +15,8 @@
Current Version (SVN branch-5-6):
--------------------------------
+- Hatch symbol not properly saved (#2905)
+
- Expose symbolObj.inmapfile to the SWIG API, have already been exposed to PHP (#3233)
- Expose getGeomTransform/setGeomTransform to SWIG instead of exposing the private vars for rfc48 (#3214)
Modified: branches/branch-5-6/mapserver/mapsymbol.c
===================================================================
--- branches/branch-5-6/mapserver/mapsymbol.c 2010-01-02 21:10:28 UTC (rev 9656)
+++ branches/branch-5-6/mapserver/mapsymbol.c 2010-01-03 14:28:28 UTC (rev 9657)
@@ -387,7 +387,7 @@
switch (s->type) {
case(MS_SYMBOL_HATCH):
- /* todo! */
+ fprintf(stream, " TYPE HATCH\n");
break;
case(MS_SYMBOL_PIXMAP):
fprintf(stream, " TYPE PIXMAP\n");
More information about the mapserver-commits
mailing list