<div dir="ltr">via FDO, mapguide can use the fdo GDAL provider<br>the support is really problematic due to the lack of stability<br><br>here are the support notes - <a href="http://trac.osgeo.org/fdo/wiki/FdoGdalNotes">http://trac.osgeo.org/fdo/wiki/FdoGdalNotes</a><br>
<br><br><div class="gmail_quote">On Thu, Sep 11, 2008 at 7:53 PM, Ing. Cristian Galdini <span dir="ltr">&lt;<a href="mailto:cristian.galdini@dek.it">cristian.galdini@dek.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi,<br>
Are .ecw and .jp2 supported by FDO GDAL in &nbsp;Linux release mapguide 2.0.1 ?<br>
I think not.....<br>
What can I do?<br>
Thanks<br>
<br>
________________________________<br>
<br>
Ing. Cristian Galdini<br>
<a href="mailto:cristian.galdini@dek.it">cristian.galdini@dek.it</a><br>
<br>
ATTENZIONE: Il presente messaggio è utilizzabile solo dal proprietario<br>
dell&#39;indirizzo ricevente. Contiene informazioni private e riservate. E&#39;<br>
vietata la trasmissione, la distribuzione e la copia. Per favore contatti<br>
immediatamente il mittente replicando a questa e-mail se ritiene di non<br>
essere il destinatario previsto.<br>
DISCLAIMER, PLEASE NOTE: This communication is intended only for use by the<br>
addressee. It may contain confidential or privileged information.<br>
Transmission, distribution and/or copy cannot be permitted. Please notify<br>
sender immediately by reply e-mail if you are not the intended recipient.<br>
<br>
<br>
-----Messaggio originale-----<br>
Da: <a href="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</a><br>
[mailto:<a href="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</a>] Per conto di<br>
christophe_geomap<br>
Inviato: giovedì 11 settembre 2008 10.43<br>
A: <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
Oggetto: [mapguide-users] How to insert null<br>
usingMgFeatureService::UpdateFeatures<br>
<br>
<br>
Hi all,<br>
I want to insert or update a value with null using<br>
MgFeatureService::UpdateFeatures but i don&#39;t know how !<br>
I try to do this :<br>
<br>
 &nbsp; MgPropertyCollection insertProperties = new MgPropertyCollection();<br>
 &nbsp; MgInt32Property mgProp = new MgInt32Property(propertyName, 0);<br>
 &nbsp; mgProp.SetNull(true);<br>
 &nbsp; insertProperties.Add(mgProp);<br>
...<br>
<br>
 &nbsp; MgFeatureCommandCollection commands = new MgFeatureCommandCollection();<br>
 &nbsp; commands.Add(new MgInsertFeatures(classDef.GetName(), insertProperties));<br>
 &nbsp; MgPropertyCollection updatedProps = featureService.UpdateFeatures(resId,<br>
commands, false);<br>
<br>
but it doesn&#39;t work. If i don&#39;t add MgProperty with null value to the<br>
MgPropertyCollection, it work, but i &nbsp;don&#39;t have null in my field (older<br>
value if update, default value if insert).<br>
<br>
In mapguide src the function<br>
MgServerFeatureUtil::MgPropertyToFdoDataValue(MgProperty* srcProp) don&#39;t<br>
test if the MgProperty is null.<br>
<br>
Can anybody help me?<br>
<br>
Christophe<br>
--<br>
View this message in context:<br>
<a href="http://www.nabble.com/How-to-insert-null-using-MgFeatureService%3A%3AUpdateFeatures-tp19430424p19430424.html" target="_blank">http://www.nabble.com/How-to-insert-null-using-MgFeatureService%3A%3AUpdateF<br>
eatures-tp19430424p19430424.html</a><br>
Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Zac Spitzer -<br><a href="http://zacster.blogspot.com">http://zacster.blogspot.com</a> (My Blog)<br>+61 405 847 168<br>
</div>