<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 11.00.9600.18953"></HEAD>
<BODY bgColor=#ffffff text=#000000>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial>Hallo Charly,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial>ok super, das mit default hatte ich ja auch schon versucht mit 
dem unten angegebenen Fehler; </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial>der Trick war nun den cache zu löschen (unter 
/var/www/mapbender3/app/cache ) erst dann hat es funktioniert , Danke für 
den Hinweis !</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial>Zunächst mußte ich noch (wegen import eines db_dumbs der eine 
doppelte PostGIS funktionen im public schema erzeugte) noch ein PostGIS Problem 
beheben - vielleicht hilft das ja jemandem:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018></SPAN><SPAN 
class=794282014-26032018><FONT color=#000080 size=2 face=Arial>Ich 
bekam zunächst folgende Fehlermeldung beim SQL Query:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT size=2 face=Arial>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial>function st_asgeojson(geometry) is not 
unique</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT 
color=#000080></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080>Der 
SQL-Query war </FONT></SPAN></DIV></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial>SELECT t.gml_id, t.gemarkungsnummer, t.gemarkungsname, 
t.flurnummer, t.zaehler, t.nenner,  t.flurstueckskennzeichen, 
ST_AsGeoJSON(the_geom_etrs) as geom FROM qry_mb3_ax_flurstueck_suche t WHERE 
(t.flurnummer ILIKE '10') AND (t.zaehler ILIKE '10')</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial>Dies lag an der doppelten, nicht mehr eindeutigen Funktionen 
st_asgeojson. Die übeltäter können mit dem skript  
/usr/share/postgresql/9.6/contrib/postgis-2.4/postgis_upgrade_for_extension.sql 
gelöscht werden.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial>Also analog so:  </FONT></SPAN><SPAN 
class=794282014-26032018><FONT color=#000080 size=2 face=Arial>psql -U postgres 
-d yourusername-f postgis_upgrade_for_extension.sql</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial>Gruß</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=794282014-26032018><FONT color=#000080 
size=2 face=Arial>Karsten</FONT></SPAN></DIV><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></BODY></HTML>