<div dir="ltr">If you want to modify postgis topology maybe it could be in the way of a new column in the "face" table,<div>with explicit geometry.</div><div>it would be keep in sync with triggers.</div><div><br>
</div><div>You have to keep in mind that is would be duplicating data.</div><div><br></div><div>You can get example triggers in other topology table, and I think there already is a function to get a polygon  geom from a face id.</div>
<div><br>Cheers,</div><div><br>Rémi-C</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014/1/6 Jan Hartmann <span dir="ltr"><<a href="mailto:j.l.h.hartmann@uva.nl" target="_blank">j.l.h.hartmann@uva.nl</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <font face="Times New Roman, Times, serif">Thanks Paul, that was
      indeed what I was looking for. <br>
      <br>
      I'm not sure if it would be wise to switch already to OL3 at this
      moment. What would you suggest would be a reasonable time to wait
      for the definitive version for a production environment? And would
      it make sense to work in the meantime on my original idea,
      implementing this functionality within PostGIS-topology?<span class="HOEnZb"><font color="#888888"><br>
      <br>
      Jan<br>
      <br>
    </font></span></font><div><div class="h5">
    <div>On 01/05/2014 07:47 PM, Paul Ramsey
      wrote:<br>
    </div>
    <blockquote type="cite">
      <pre>Maybe on OL3?

<a href="http://vimeo.com/78298228" target="_blank">http://vimeo.com/78298228</a>

P

On Fri, Jan 3, 2014 at 4:14 AM, Jan Hartmann <a href="mailto:j.l.h.hartmann@uva.nl" target="_blank"><j.l.h.hartmann@uva.nl></a> wrote:
</pre>
      <blockquote type="cite">
        <pre>Hi all,

I have written a simple OpenLayers-application to edit a PostGIS polygon
layer: read one polygon from the server as GeoJSON, adapt it interactively,
and write it back again via GeoJSON. Points are only moved, not created or
deleted.

The polygon layer is topologically correct: all adjoining polygons share the
same points. With QGIS I can choose "topological editing", to automatically
move corresponding points from adjoining polygons. With the GeoJSON
application that is not possible: whenever I move a boundary point of one
polygon, the corresponding points on adjoining polygons remain where they
are.

Is it possible with the new topology methods in PostGIS to write the
following update procedure: whenever a changed polygon is written back into
the database, all corresponding points on neighbouring polygons will be
looked up and changed as well? I guess I would need some sort of pointer for
all boundary points to all other boundary points that share the same
location.

Jan

_______________________________________________
postgis-users mailing list
<a href="mailto:postgis-users@lists.osgeo.org" target="_blank">postgis-users@lists.osgeo.org</a>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a>
</pre>
      </blockquote>
      <pre>_______________________________________________
postgis-users mailing list
<a href="mailto:postgis-users@lists.osgeo.org" target="_blank">postgis-users@lists.osgeo.org</a>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a>
</pre>
    </blockquote>
    <br>
  </div></div></div>

<br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br></blockquote></div><br></div>