<p>Hi Dan</p><p> </p><p>Regarding my question, How to get the Styles working in symbol.sym file (which are disabled during the mapserver 6 patch)?</p><p> </p><p>I mean, when we installed the geomoose 2.4 for ms4w on ms4w 3.0.3, we need to do some changes inside the symbol.sym file (as instructed inside the geomoose-2.4-mapserver-6.patch ) which makes my lines, polygons etc. display incorrect (in symbolic manners).</p>
<p> </p><p>See the result in the demo : <a href="http://216.58.43.167/geomoose2/geomoose.html">http://216.58.43.167/geomoose2/geomoose.html</a></p><p> </p><p>Changes in symbol.sym file, see bellow: </p><p> </p><p>diff -r fce79dd88951 maps/symbols/symbol.sym<br>
--- a/maps/symbols/symbol.sym Thu Jul 28 13:10:36 2011 -0500<br>+++ b/maps/symbols/symbol.sym Thu Jul 28 13:29:01 2011 -0500<br>@@ -7,7 +7,7 @@<br> TYPE TRUETYPE<br> FONT 'Tahoma'<br> CHARACTER '|'<br>
- GAP 10<br>+ #GAP 10<br> END<br> <br> Symbol<br>@@ -106,7 +106,7 @@<br> TYPE ELLIPSE<br> FILLED TRUE<br> POINTS 1 1 END<br>- STYLE 5 5 END<br>+ #STYLE 5 5 END<br> END<br> <br> #LINESET<br>@@ -116,7 +116,7 @@<br>
TYPE ELLIPSE<br> POINTS 1 1 END<br> FILLED TRUE<br>- STYLE 2 4 END<br>+ #STYLE 2 4 END<br> END<br> <br> Symbol<br>@@ -124,7 +124,7 @@<br> TYPE ELLIPSE<br> POINTS 1 1 END<br> FILLED TRUE<br>- STYLE 7 5 END<br>
+ #STYLE 7 5 END<br> END<br> <br> Symbol<br>@@ -132,7 +132,7 @@<br> TYPE ELLIPSE<br> POINTS 1 1 END<br> FILLED TRUE<br>- STYLE 6 2 1 1 1 2 6 END<br>+ #STYLE 6 2 1 1 1 2 6 END<br> END<br> <br> Symbol<br>@@ -140,7 +140,7 @@<br>
TYPE ELLIPSE<br> POINTS 1 1 END<br> FILLED TRUE<br>- STYLE 3 3 3 3 END<br>+ #STYLE 3 3 3 3 END<br> END<br> <br> SYMBOL<br>@@ -148,7 +148,7 @@<br> TYPE ELLIPSE<br> FILLED TRUE<br> POINTS 1 1 END<br>- STYLE 5 5 END<br>
+ #STYLE 5 5 END<br> END<br> <br> Symbol<br>@@ -156,7 +156,7 @@<br> TYPE VECTOR<br> POINTS 0 5 5 0 END<br> FILLED TRUE<br>- STYLE 6 6 6 6 END<br>+ #STYLE 6 6 6 6 END<br> END<br> <br> Symbol<br>@@ -226,4 +226,4 @@<br>
Points 1 1 END<br> END <br> <br>-END #Symbolset<br>\ No newline at end of file<br>+END #Symbolset</p><p> </p><p> </p><p>So how can I fix this issue, could you guide me please, any instructions etc.</p><p> </p><p>Regards</p>