<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Yes and no :).<br>
<br>
MapGuide is primarily about displaying maps. <br>
The data exists in some form of file or database.<br>
It is possible to digitize objects in mapguide (aka, the user can draw
objects).<br>
There exists code in MapGuide that allows you to write data into SDF
files.<br>
The FDO format allows for writing to most of the supported backends.<br>
<br>
You have to initialize the digitizing process, which MapGuide supports.<br>
Once the user has digitized the object, you must write it back into the
backend.<br>
This is where it gets tricky, because write support is not fully
supported.<br>
Unless you are using SDF files, you will have to use either FDO or a
manual connection to update data.<br>
<br>
If you are using points only, it is very simple to update a database
with the correct x,y values.<br>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
<br>
<br>
Raul Del Campo Barrios skrev:
<blockquote
 cite="mid:419a431a0806071751y3f55250bofcd74a38ecec6132@mail.gmail.com"
 type="cite">Hello<br>
  <br>
I am new in this, can I add or edit information of my database just
clicking the maps, I mean interacting with a reference with my map?<br>
  <br>
Thanks in advance<br>
  <br>
Raul<br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>
  </pre>
</blockquote>
</body>
</html>