<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Hallo Astrid,</div>

<div>hallo an alle,<span> </span></div>

<div><br/>
Die Probleme mit den Rechten habe ich jetzt geklärt und auch die Integration des<span> </span></div>

<div>Digitizers ist geschafft.<span> </span></div>

<div><br/>
Funktionieren tut alles, bloß noch eine Fehlermeldung erscheint beim Start:<span> </span></div>

<div> </div>

<div><strong>Fehler in Grafik - Template</strong></div>

<div>
<div class="notifyjs-corner" style="top: 0.0px;right: 0.0px;">
<div class="notifyjs-wrapper notifyjs-hidable">
<div class="notifyjs-arrow"> </div>

<div class="notifyjs-container">
<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"><span style="color:#FF0000;"><strong><u><em>Feature API query error."<!DOCTYPE html>\n<html>\n <head>\n <meta charset=\"UTF-8\" />\n <title>An Error Occurred: Internal Server Error</title>\n </head>\n <body>\n <h1>Oops! An Error Occurred</h1>\n <h2>The server returned a \"500 Internal Server Error\".</h2>\n\n <div>\n Something is broken. Please let us know what you were doing when this error occurred.\n We will fix it as soon as possible. Sorry for any inconvenience caused.\n </div>\n </body>\n</html>\n"</em></u></strong></span></div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"><br/>
<span>Anbei noch meine Programmierung im Template und auch <span> </span></span></div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"><span>in den *.yml Dateien.<span> </span></span></div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"><br/>
<span>Offensichtlich gibt es noch ein Problem mit der Datenbankanbindung!?</span></div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"><br/>
<span>Was mache ich falsch bzw. wo könnte der Fehler liegen?<span> </span></span></div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"><br/>
P.S. Datenbank und Tabelle sind in PostGIS erzeugt.<span> </span></div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"> </div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"><span>Viele Grüße,</span></div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"><br/>
<span>Sebastian</span></div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"><br/>
<span><span><u>Anhang:<span> </span> </u></span><br/>
<span> </span> </span></div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"><strong>scheme im edit element:</strong></div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"> </div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error">
<div><em>poi:<br/>
    label: 'point digitizing'<br/>
    maxResults: 500<br/>
    featureType: { connection: default, table: poi, uniqueId: gid, geomType: point, geomField: geom, srid: 4326 }<br/>
    openFormAfterEdit: true<br/>
    zoomScaleDenominator: 500<br/>
    allowEditData: true<br/>
    allowDelete: true<br/>
    allowDigitize: true<br/>
    toolset: [{ type: drawPoint }, { type: moveFeature }, { type: selectFeature }, { type: removeSelected }]<br/>
    popup: { title: 'point test suite', width: 500px }<br/>
    searchType: currentExtent<br/>
    tableFields: { gid: { label: Nr., width: 20% }, name: { label: Name, width: 80% } }<br/>
    formItems: [{ type: tabs, children: [{ type: form, title: 'Basic information', css: { padding: 10px }, children: [{ type: label, title: 'Welcome to the digitize demo. Try the new Mapbender3 feature!' }, { type: input, title: Name, mandatory: true, name: name, mandatoryText: 'Please give a name to the poi.', infoText: 'Help: Please give a name to the new object.' }, { type: input, title: Title, mandatory: false, name: title, mandatoryText: 'Please give a title to the poi.' }, { type: textArea, name: abstract, title: Abstract, placeholder: 'please edit this field' }, { type: select, title: Type, name: type, options: { A: A, B: B, C: C, D: D, E: E } }, { type: breakLine }] }, { type: form, title: 'Personal information', css: { padding: 10px }, children: [{ type: label, title: 'Please give us some information about yourself.' }, { type: fieldSet, children: [{ type: input, title: Firstname, name: firstname, css: { width: 30% } }, { type: input, title: Lastname, name: lastname, css: { width: 30% } }, { type: input, title: E-Mail, name: email, css: { width: 40% } }] }, { type: select, multiple: false, title: Interests, name: interests, options: { maps: maps, reading: reading, swimming: swimming, dancing: dancing, beer: beer, flowers: flowers } }, { type: date, title: 'favorite Date', name: date_favorite, mandatory: true, css: { width: 25% } }, { type: breakLine }, { type: breakLine }, { type: checkbox, name: public, value: true, title: 'public (this new object is public)' }] }] }]</em></div>
</div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"> </div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"><strong><span>parameter.yml:</span></strong></div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"> </div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error">
<div><em>parameters:<br/>
    atabase_driver:   pdo_pgsql<br/>
    database_host:     localhost<br/>
    database_port:     5432<br/>
    database_name:     mapbender3.0.5.3<br/>
    database_path:     ~<br/>
    database_user:     postgres<br/>
    database_password:  postgres</em></div>

<div><em>    mailer_transport:  smtp<br/>
    mailer_host:       localhost<br/>
    mailer_user:       ~<br/>
    mailer_password:   ~</em></div>
</div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"> </div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"><strong>config.yml:</strong></div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"> </div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error">
<div><em># Doctrine Configuration<br/>
doctrine:<br/>
    dbal:<br/>
        default_connection: default<br/>
        connections:<br/>
            # Datenbankverbindung default<br/>
            default:<br/>
                driver:   %database_driver%<br/>
                host:     %database_host%<br/>
                port:     %database_port%<br/>
                dbname:   %database_name%<br/>
                path:     %database_path%<br/>
                user:     %database_user%<br/>
                password: %database_password%<br/>
                charset:  UTF8<br/>
                logging: %kernel.debug%<br/>
                profiling: %kernel.debug%<br/>
    orm:<br/>
        auto_generate_proxy_classes: %kernel.debug%<br/>
        auto_mapping: true</em></div>

<div> </div>
</div>

<div class="notifyjs-bootstrap-base notifyjs-bootstrap-error"><br/>
<span> </span></div>
</div>
</div>
</div>
</div>

<div> 
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Freitag, 29. April 2016 um 09:57 Uhr<br/>
<b>Von:</b> "Astrid Emde" <astrid.emde@wheregroup.com><br/>
<b>An:</b> mapbender_users@lists.osgeo.org<br/>
<b>Betreff:</b> Re: [Mapbender-users] Verbindung zu postgis</div>

<div name="quoted-content">
<div style="background-color: rgb(255,255,255);">
<div class="moz-cite-prefix">Hallo Sebastian,<br/>
<br/>
Du musst in die parameter.yml und config.yml schreiben.<br/>
<br/>
Klar. Da kann es an den Berechtigungen liegen.<br/>
 <br/>
Am Besten machst Du mal einen Mapbender3 Kurs bei mir ;)<br/>
<a class="moz-txt-link-freetext" href="https://www.foss-academy.eu/sites/default/files/Schulungskalender%202016.pdf" target="_blank">https://www.foss-academy.eu/sites/default/files/Schulungskalender%202016.pdf</a><br/>
<br/>
Gruß Astrid Emde<br/>
<br/>
Am 29.04.2016 09:32, schrieb "Sebastian Teßmer":</div>

<blockquote>
<div style="font-family: Verdana;font-size: 12.0px;">
<div>
<div>Hallo Astrid,</div>

<div><br/>
vielen Dank dafür :)<span> </span></div>

<div><br/>
Ich habe mich mal versucht, aber es scheitert bei mir schon am schreiben in<span> </span></div>

<div>die mapbender.yml. Muss ich ich vorher irgendwelche rechte einstellen?<span> </span></div>

<div>Bin eben leider neu in der Ubuntu Welt</div>

<div><br/>
Viele Grüße,<span> </span></div>

<div><br/>
Sebastian<span> </span></div>

<div> 
<div style="margin: 10.0px 5.0px 5.0px 10.0px;padding: 10.0px 0 10.0px 10.0px;border-left: 2.0px solid rgb(195,217,229);">
<div style="margin: 0 0 10.0px 0;"><b>Gesendet:</b> Freitag, 29. April 2016 um 08:20 Uhr<br/>
<b>Von:</b> "Astrid Emde" <a class="moz-txt-link-rfc2396E" href="astrid.emde@wheregroup.com" target="_parent"><astrid.emde@wheregroup.com></a><br/>
<b>An:</b> <a class="moz-txt-link-abbreviated" href="mapbender_users@lists.osgeo.org" target="_parent">mapbender_users@lists.osgeo.org</a><br/>
<b>Betreff:</b> Re: [Mapbender-users] Verbindung zu postgis</div>

<div>
<div style="background-color: rgb(255,255,255);">
<div class="moz-cite-prefix">Hallo Sebastian,<br/>
<br/>
Du kannst dafür den Mapbender3 Digitizer nutzen.<br/>
<a class="moz-txt-link-freetext" href="http://doc.mapbender3.org/de/bundles/Mapbender/CoreBundle/elements/digitizer.html" target="_blank">http://doc.mapbender3.org/de/bundles/Mapbender/CoreBundle/elements/digitizer.html</a><br/>
<br/>
Siehe<br/>
<br/>
Zur Anbindung der Geodatenbank siehe<br/>
<a class="moz-txt-link-freetext" href="http://doc.mapbender3.org/de/book/database.html" target="_blank">http://doc.mapbender3.org/de/book/database.html</a><br/>
<br/>
Schönen Gruß<br/>
<br/>
Astrid Emde<br/>
<br/>
Am 28.04.2016 21:15, schrieb "Sebastian Teßmer":</div>

<blockquote>
<div style="font-family: Verdana;font-size: 12.0px;">
<div>Hallo zusammen,</div>

<div> </div>

<div>ich möchte eine PostGIS Datenbank verbinden, damit ich</div>

<div>Vektordaten direkt einlesen kann als Layer.</div>

<div> </div>

<div>Zudem möchte ich Geometrien bearbeiten und hinzufügen können,</div>

<div>am besten per Mausklick (auch mit Attributen ergänzen).</div>

<div> </div>

<div>Gibt es da eine einfache Möglichkeit sowas in MapBender einzurichten,</div>

<div>auch für einen Neuling?</div>

<div> </div>

<div>Vielen Dank!</div>

<div> </div>

<div>MfG Sebastian</div>

<div> </div>

<div><u><strong>English:</strong></u></div>

<div> </div>

<div><span id="result_box"><span>Hello everybody,</span><br/>
<span>I want to</span> <span>connect</span> <span>a</span> <span>PostGIS</span> <span>database</span><span>,</span> <span>so I</span><br/>
<span>can import</span> <span>vector data</span> <span>directly</span> <span>as a</span> <span>Layer</span><span>.</span><br/>
<span>I also want</span> <span>to edit</span> <span>geometries</span> <span>and</span> <span>add</span><br/>
<span>someone with</span> <span>mouse click</span><span> (with adding attributes).</span><br/>
<span>Is there</span> <span>an easy way to</span> create this <span>in</span> <span>MapBender</span><span>,</span><br/>
<span>even</span> <span>for a newbie</span><span>?</span><br/>
<span>Thank you so much!</span></span></div>
</div>
 

<fieldset class="mimeAttachmentHeader"> </fieldset>
 

<pre>_______________________________________________
Mapbender_users mailing list
<a class="moz-txt-link-abbreviated">Mapbender_users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapbender_users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapbender_users</a></pre>
</blockquote>
 

<pre class="moz-signature">-- 

Mit freundlichen Grüßen

Astrid Emde
GIS-Consultant

-----------------------------------
Aufwind durch Wissen!
Qualifizierte OpenSource-Schulungen
bei der <a class="moz-txt-link-abbreviated" href="http://www.foss-academy.eu" target="_blank">www.foss-academy.eu</a>
-----------------------------------

 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">astrid.emde@wheregroup.com</a>
 <a class="moz-txt-link-abbreviated" href="http://www.wheregroup.com" target="_blank">www.wheregroup.com</a>

 Folgen Sie der WhereGroup auf twitter: <a class="moz-txt-link-freetext" href="http://twitter.com/WhereGroup_com" target="_blank">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" target="_blank">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>
_______________________________________________ Mapbender_users mailing list <a class="moz-txt-link-abbreviated" href="Mapbender_users@lists.osgeo.org" target="_parent">Mapbender_users@lists.osgeo.org</a> <a href="http://lists.osgeo.org/mailman/listinfo/mapbender_users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapbender_users</a></div>
</div>
</div>
</div>
</div>
</div>
 

<fieldset class="mimeAttachmentHeader"> </fieldset>
 

<pre>_______________________________________________
Mapbender_users mailing list
<a class="moz-txt-link-abbreviated" href="Mapbender_users@lists.osgeo.org" target="_parent">Mapbender_users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapbender_users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapbender_users</a></pre>
</blockquote>
 

<pre class="moz-signature">-- 

Mit freundlichen Grüßen

Astrid Emde
GIS-Consultant

-----------------------------------
Aufwind durch Wissen!
Qualifizierte OpenSource-Schulungen
bei der <a class="moz-txt-link-abbreviated" href="http://www.foss-academy.eu" target="_blank">www.foss-academy.eu</a>
-----------------------------------

 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="astrid.emde@wheregroup.com" target="_parent">astrid.emde@wheregroup.com</a>
 <a class="moz-txt-link-abbreviated" href="http://www.wheregroup.com" target="_blank">www.wheregroup.com</a>

 Folgen Sie der WhereGroup auf twitter: <a class="moz-txt-link-freetext" href="http://twitter.com/WhereGroup_com" target="_blank">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" target="_blank">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>
_______________________________________________ Mapbender_users mailing list Mapbender_users@lists.osgeo.org <a href="http://lists.osgeo.org/mailman/listinfo/mapbender_users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapbender_users</a></div>
</div>
</div>
</div>
</div></div></body></html>