<div><u></u>Hi Dan</div><div> </div><div>Regarding my question, How to get the Styles working in symbol.sym file (which are disabled during the mapserver 6 patch)?</div><div> </div><div>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).</div>
<div> </div><div>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></div><div> </div><div>Changes in symbol.sym file, see bellow: </div><div>
</div><div>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<br><br></div><div> </div><div>So how can I fix this issue, could you guide me please, any instructions etc.</div>
<div> </div><div>Regards</div><div>Sana</div><div> </div><div> </div><div> </div><div> </div><div> </div><div class="gmail_quote">On Thu, Feb 2, 2012 at 4:14 PM, Dan Little <span dir="ltr"><<a href="mailto:danlittle@yahoo.com">danlittle@yahoo.com</a>></span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote"><div><div style="font-family:arial,helvetica,sans-serif;font-size:10pt">
<div><span>Hi Sana,</span></div><div><span><br></span></div><div>Have you done the "comma" fix to main.js yet? That is the root of most IE problems. IE9 is not as well tested as 7/8 because most of the people using IE are government folks and they are stuck on 7 and 8. That's not really an excuse but an explanation.</div>
<div><br></div><div>Your question about styles will need to be a bit more specific. What are you trying to style? Do you have a Mapfile setup for your layer yet? Where are you seeing an error?</div><div><br></div><div>Brent has actually spent more time with the feature editor than either Brian or I have. Lately I've been working on the GeoMoose 2.6 WFS-T functionality which is totally different. It looks like there is a problem with the delete not getting passed the appropriate
feature ID. I could try and look at your identify template to see what's missing, but that is where the problem resides.</div><div><br></div><div><blockquote style="padding-left:5px;margin-top:5px;margin-left:5px;border-left-color:rgb(16,16,255);border-left-width:2px;border-left-style:solid">
<div style="font-family:arial,helvetica,sans-serif;font-size:10pt"> <div style="font-family:"times new roman","new york",times,serif;font-size:12pt"> <div dir="ltr"> <font face="Arial"> <hr size="1">
<b><span style="font-weight:bold">From:</span></b> sana butt <<a href="mailto:sanaatifbutt85@gmail.com" target="_blank">sanaatifbutt85@gmail.com</a>><br> <b><span style="font-weight:bold">To:</span></b> <a href="mailto:danlittle@yahoo.com" target="_blank">danlittle@yahoo.com</a>; <a href="mailto:bfischer@houstoneng.com" target="_blank">bfischer@houstoneng.com</a> <br>
<b><span style="font-weight:bold">Cc:</span></b> Brent Fraser <<a href="mailto:bfraser@geoanalytic.com" target="_blank">bfraser@geoanalytic.com</a>> <br> <b><span style="font-weight:bold">Sent:</span></b> Wednesday, February 1, 2012 3:29 PM<br>
<b><span style="font-weight:bold">Subject:</span></b> Fatal error: Call to
undefined function ms_shapeObjFromWkt() OR Unhandled request return Internal Server Error<br> </font> </div><div><div class="h5"> <br>
<div><div>Hi Dan and Brian</div><div> </div><div> </div><div> </div><div>I have installed the geomoose 2.4 for ms4w 2.3.1 and the idnetify tool gives me error, Call to undefined function ms_shapeObjFromWkt(), whereas when I use geomoose 2.2 for ms4w 2.3.1, It works fine. </div>
<div> </div><div> </div><div>Little Experiment: </div><div> </div><div>If I upgrade the ms4w 2.3.1 to ms4w 3.0.3 then Geomoose 2.4 starts working fine.</div><div> </div><div>Do you have made any solution to work geomoose 2.4 for ms4w 2.3.1 yet ?</div>
<div> </div><div>If not untill now, Could you please check the demo http://<a href="tel:216.58.43.167" target="_blank" value="+12165843167">216.58.43.167</a>/geomoose2/geomoose.html with ms4w3.0.3 and geomoose 2.4 and kindly, help me in finding </div>
<div> </div><div>1) Why lines and points are not editing and deleting (Brent was giving me helping hand on solving Feature Editor related problems, but he's busy in this week).</div><div> </div><div>2) How to get the Styles working in symbol.sym file (which are disabled during the mapserver 6 patch)</div>
<div> </div><div>3) Why this demo is still not working with IE 9.</div><div> </div><div> </div><div> </div><div>Please help me in solving these problems.</div><div> </div><div>Regards</div><div>Sana</div>
</div><br><br> </div></div></div> </div> </blockquote></div> </div></div></blockquote></div><br>