<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hello,<br>
      <br>
      it is a bug in Mapbender3 which we already discussed internally.
      It will be fixed in the next version.<br>
      <br>
      I created a bug-ticket at github:<br>
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <a href="https://github.com/mapbender/mapbender/issues/386">https://github.com/mapbender/mapbender/issues/386</a><br>
      <br>
      Meanwhile you also could use a trigger, which transfers the
      polygon to a multipolyon before insert.<br>
      <br>
      NEW.geom = St_MULTI(NEW.geom);<br>
      <br>
      The next version 3.0.5.3 will hopefully come in January 2016 and
      this issues will be fixed.<br>
      <br>
      Astrid<br>
      <br>
      Am 10.12.2015 12:00, schrieb Jörg Thomsen:<br>
    </div>
    <blockquote cite="mid:56695B66.3000908@mapmedia.de" type="cite">
      <pre wrap="">Hallo,

wäre Tabelle umschreiben eine Lösung?

</pre>
      <blockquote type="cite">
        <pre wrap="">CREATE TABLE polygon_table AS 
    SELECT id, example_column, (ST_DUMP(geom)).geom::geometry(Polygon,4326) AS geom FROM multipolygon_table
</pre>
      </blockquote>
      <pre wrap="">
s.
<a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/21719941/postgis-convert-multipolygon-to-single-polygon">http://stackoverflow.com/questions/21719941/postgis-convert-multipolygon-to-single-polygon</a>

Viele Grüße, Jörg Thomsen

Am 10.12.2015 um 11:34 schrieb mark kellermann:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hallo,

nachdem der digitizer von Punktdaten gut funktioniert (außer PDF upload),
habe ich Probleme mit Polygondaten!

Die Polygondaten liegen als Multipolygon in der Datenbank, können aber nur
als Polygon in der digitize Funktion beschrieben werden.

Beim Speichervorgang wird ein Fehler angezeigt. 
In der Log Datei der Datenbank steht:

*ERROR:  Geometry type (MultiPolygon) does not match column type (Polygon)*

Wie kann ich den Fehler umgehen?
Ein Multipolygon gibt es beim digitizer nicht.

MfG
Mark Kellermann



--
View this message in context: <a class="moz-txt-link-freetext" href="http://osgeo-org.1560.x6.nabble.com/multipolygon-digitizer-in-mapbender-3-tp5240686.html">http://osgeo-org.1560.x6.nabble.com/multipolygon-digitizer-in-mapbender-3-tp5240686.html</a>
Sent from the mapbender-users mailing list archive at Nabble.com.
_______________________________________________
Mapbender_users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Mapbender_users@lists.osgeo.org">Mapbender_users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapbender_users">http://lists.osgeo.org/mailman/listinfo/mapbender_users</a>

</pre>
      </blockquote>
      <pre wrap="">
_______________________________________________
Mapbender_users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Mapbender_users@lists.osgeo.org">Mapbender_users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapbender_users">http://lists.osgeo.org/mailman/listinfo/mapbender_users</a></pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 

Mit freundlichen Grüßen

Astrid Emde
GIS-Consultant


 Astrid Emde
 WhereGroup GmbH & Co.KG
 Eifelstraße 7
 53119 Bonn
 Germany

 Fon: +49(0)228 90 90 38 - 19
 Fax: +49(0)228 90 90 38 - 11

 <a class="moz-txt-link-abbreviated" href="mailto:astrid.emde@wheregroup.com">astrid.emde@wheregroup.com</a>
 <a class="moz-txt-link-abbreviated" href="http://www.wheregroup.com">www.wheregroup.com</a>

 Folgen Sie der WhereGroup auf twitter: <a class="moz-txt-link-freetext" href="http://twitter.com/WhereGroup_com">http://twitter.com/WhereGroup_com</a>

Amtsgericht Bonn, HRA 6788
-------------------------------
Komplementärin:
WhereGroup Verwaltungs GmbH
vertreten durch:
Olaf Knopp, Peter Stamm
-------------------------------
 pgp-public key:
 <a class="moz-txt-link-freetext" href="http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284">http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284</a>
  Signierte und/oder verschlüsselte Nachrichten sind sehr willkommen
  Signed and/or encrypted mail is highly appreciated

</pre>
  </body>
</html>