<div>Hi Dora</div>
<div> </div>
<div>The URL dose work, but its not working inside Internet Explorer (I dont know why). But if you can try inside firefox, or any other borwser then it should be fine.</div>
<div> </div>
<div>Try again Please: <a href="http://99.243.192.221/geomoose2/geomoose.html">http://99.243.192.221/geomoose2/geomoose.html</a></div>
<div> </div>
<div>Secondly, as Dan Little pointed me the same error. so I changed my map file with this code</div>
<div> </div>
<div>&#39;wkb_geometry from (select polygon_id, title, owner, astext(wkb_geometry) as wkt_geometry, wkb_geometry from test_polygons) as mytable using unique polygon_id using srid=-1&#39;</div>
<div> </div>
<div> </div>
<div>Regards</div>
<div>Atif<br><br></div>
<div class="gmail_quote">On Fri, Dec 2, 2011 at 9:37 AM, Dara Olson <span dir="ltr">&lt;<a href="mailto:dolson@glifwc.org">dolson@glifwc.org</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote"><u></u>
<div bgcolor="#ffffff">
<div><font face="Garamond">Your URL won&#39;t work - I don&#39;t think you are online and just running through your local network. </font></div>
<div><font face="Garamond"></font> </div>
<div><font face="Garamond">What projection is you</font><font face="Times New Roman">r data in (SRID)? What projection is your application in (SRID)? Try below and insert your SRID where the XXXXX are, but make sure that your application and data are in the same SRID.</font></div>

<div> </div>
<div><font face="Garamond">DATA &quot;&#39;wkb_geometry FROM (SELECT polygon_id, title, owner, astext(wkb_geometry) as wkt_geometry FROM</font></div>
<div><font face="Garamond">from test_polygons) as mytable using unique polygon_id using srid=XXXXX&quot;</font></div>
<div><font face="Garamond"></font> </div>
<div><font face="Garamond">Dara<br> </font><font face="Times New Roman"></font></div>
<div><font face="Times New Roman">----- Original Message ----- </font></div>
<blockquote style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<div style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><b>From:</b> <a title="matifbutt@gmail.com" href="mailto:matifbutt@gmail.com" target="_blank">Atif Butt</a> </div>
<div style="FONT: 10pt arial"><b>To:</b> <a title="danlittle@yahoo.com" href="mailto:danlittle@yahoo.com" target="_blank">Dan Little</a> </div>
<div style="FONT: 10pt arial"><b>Cc:</b> <a title="bfraser@geoanalytic.com" href="mailto:bfraser@geoanalytic.com" target="_blank">Brent Fraser</a> ; <a title="geomoose-users@lists.osgeo.org" href="mailto:geomoose-users@lists.osgeo.org" target="_blank">geomoose-users@lists.osgeo.org</a> ; <a title="dolson@glifwc.org" href="mailto:dolson@glifwc.org" target="_blank">dolson@glifwc.org</a> </div>

<div style="FONT: 10pt arial"><b>Sent:</b> Friday, December 02, 2011 2:33 AM</div>
<div class="im">
<div style="FONT: 10pt arial"><b>Subject:</b> Re: [Geomoose-users] feature editing - able to add polygons, not able to delete or edit.</div>
<div><br></div></div>
<div>
<div></div>
<div class="h5">FYI<br><br>
<div class="gmail_quote">On Fri, Dec 2, 2011 at 3:32 AM, Atif Butt <span dir="ltr">&lt;<a href="mailto:matifbutt@gmail.com" target="_blank">matifbutt@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div>I have change this in the map file, but no success.</div>
<div> </div>
<div>Could you please check the URL of my mapserver running geomoose2.</div>
<div> </div>
<div><a href="http://99.243.192.221/geomoose2/geomoose.html" target="_blank">http://99.243.192.221/geomoose2/geomoose.html</a></div>
<div> </div>
<div>In this way you might understand whats wrong in this feature editing. </div>
<div> </div>
<div>Regards</div>
<div>Atif</div>
<div>
<div></div>
<div>
<div> </div>
<div><br><br> </div>
<div class="gmail_quote">On Tue, Nov 29, 2011 at 3:54 PM, Dan Little <span dir="ltr">&lt;<a href="mailto:danlittle@yahoo.com" target="_blank">danlittle@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div>
<div style="BACKGROUND-COLOR: rgb(255,255,255); FONT-FAMILY: arial, helvetica, sans-serif; COLOR: rgb(0,0,0); FONT-SIZE: 10pt">
<div><span>Ah, this is actually kinda an easy one.  There is a projections conflict for MapServer.</span></div>
<div><br></div>
<div>I&#39;d try editing your mapfile and changing:</div>
<div>
<div><span style="FONT-SIZE: 16px">DATA &#39;wkb_geometry from (select polygon_id, title, owner, astext(wkb_geometry) as wkt_geometry, wkb_geometry from test_polygons) as mytable using unique polygon_id&#39;</span><br></div>

<div><br></div></div>
<div>To:</div>
<div><span style="FONT-SIZE: 16px">DATA &#39;wkb_geometry from (select polygon_id, title, owner, astext(wkb_geometry) as wkt_geometry, wkb_geometry from test_polygons) as mytable using unique polygon_id using srid=-1&#39;</span><br>
</div>
<div><br></div>
<div><br></div>
<div>I might be a little off on the syntax.</div></div></div></blockquote></div><br></div></div></blockquote></div><br></div></div></blockquote></div></blockquote></div><br>