<br><font size=2 face="Arial">Hallo Hanno,</font>
<br>
<br><font size=2 face="Arial">ich habe sowas gemacht, aber nicht mit der
WFS Suche, sondern mit einer Suche, die direkt auf unsere Datenbank geht.</font>
<br>
<br><font size=2 face="Arial">In meinem Fall musste ich in den Javascript
Funktionen statt parent.xxxxxx &nbsp;window.opener.xxxxx &nbsp; verwenden.</font>
<br><font size=2 face="Arial">Z.B.:</font>
<br>
<br><font size=2 face="Arial">function zoomStreet(x,y,scaleCity){</font>
<br><font size=2 face="Arial">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</font>
<br><font size=2 face="Arial">&nbsp; &nbsp;var ind = window.opener.getMapObjIndexByName(&quot;mapframe1&quot;);</font>
<br><font size=2 face="Arial">&nbsp; &nbsp;var myEpsg = window.opener.mb_mapObj[ind].epsg.split(&quot;:&quot;);</font>
<br><font size=2 face="Arial">&nbsp; &nbsp;var epsg = myEpsg[1]; </font>
<br><font size=2 face="Arial">&nbsp; &nbsp;window.opener.mb_repaintScale(&quot;mapframe1&quot;,x,y,scaleCity);</font>
<br>
<br><font size=2 face="Arial">}</font>
<br>
<br><font size=2 face="Arial">Welche Javascript Funtionen bei WFS betroffen
sind und in welchen Moduldateien Sie sind, kann ich dir allerdings nicht
sagen.</font>
<br>
<br><font size=2 face="Arial"><br>
Mit freundlichem Gruß,<br>
<br>
Detlef Stockhaus<br>
<br>
Zentraler Service / IT<br>
Anwendungsentwicklung<br>
<br>
Telefon: 040 - 2576 1561<br>
Fax: 040 - 2576 1500<br>
Mobil: 0162 - 288 1561<br>
<br>
<span style="font-family:'Arial',sans-serif; font-size:8pt; color:#000000">STADTREINIGUNG HAMBURG<br>
ENTSORGUNGSFACHBETRIEB, zertifiziert für das<br>
</span><span style="font-family:'Arial',sans-serif; font-size:8pt; color:#000000">Einsammeln, </span><span style="font-family:'Arial',sans-serif; font-size:8pt; color:#000000">Befördern, Lagern, Behandeln von<br>
Abfällen zur Verwertung und Beseitigung.<br>
<br>
Anstalt des öffentlichen Rechts, Bullerdeich 19, 20537 Hamburg<br>
Vorsitzende des Aufsichtsrats: Staatsrätin Dr. Herlind Gundelach<br>
Geschäftsführer: Dr. Rüdiger Siechau, Werner Kehren<br>
<br>
Tipps, Termine und Dienstleistungen<br>
rund um die Abfallentsorgung in Hamburg finden Sie auch unter<br>
</span><span style="font-family:'Arial',sans-serif; font-size:8pt; color:#000000">http://www.stadtreinigung-hh.de</span><span style="font-family:'Arial',sans-serif; font-size:8pt; color:#000000"><br>
<br>
Informationen der Stadtreinigung Hamburg erhalten Sie stets<br>
aktuell durch den E-Mail-Newsletter. Anmeldung über:<br>
</span><span style="font-family:'Arial',sans-serif; font-size:8pt; color:#000000">http://www.srhh.de/srhh/servlet/NewsletterLogonServlet.do</span><br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>&quot;Hanno Rahn&quot;
&lt;Rahn@nurfuerspam.de&gt;</b> </font>
<br><font size=1 face="sans-serif">Gesendet von: mapbender_users-bounces@lists.osgeo.org</font>
<p><font size=1 face="sans-serif">18.04.2008 08:55</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Bitte antworten an<br>
Mapbender User List &lt;mapbender_users@lists.osgeo.org&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">An</font></div>
<td valign=top><font size=1 face="sans-serif">Mapbender User List &lt;mapbender_users@lists.osgeo.org&gt;</font>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">Kopie</font></div>
<td valign=top>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">Thema</font></div>
<td valign=top><font size=1 face="sans-serif">[Mapbender-users] WFS über
einen Button in eigenem Fenster starten</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><tt><font size=2>Hallo Liste,<br>
<br>
Ich würde gern die WFS Suche nicht über die Tabs laufen lassen, sondern
über einen Button. Ich möchte quasi, dass sich das Such-Eingabe-Formular
öffnet, wenn ich einen Button drücke. Ich hab jetzt einmal einen Button
angelegt für die Suche. Bei den Attributes haben ich jetzt folgenden Befehl
eingetragen.<br>
<br>
&quot;(src='../img/button_gray/gazetteer_over.png')&quot; <br>
onmouseout = <br>
&quot;(src='../img/button_gray/gazetteer_off.png')&quot;<br>
title=&quot;Suchen&quot;<br>
onclick='window.open(&quot;http://localhost/mapbender/javascripts/mod_wfs_gazetteer_client.php?sessionID&amp;wfsConfIdString=7,6,5,1&amp;target=mapframe1,overview&amp;resultFrame=this&quot;,&quot;Hilfe&quot;,<br>
&quot;width=200, height=600, resizable=yes,scrollbars=yes&quot;)'<br>
<br>
<br>
Das onclick öffnet jetzt auch ein neues Fenster. leider kommt der Suchdialog
nicht. Wie genau funktioniert denn die WFS Suche intern? Reicht es nicht
die Datei aufzurufen? Was müsste ich tun, damit es gehen könnte, oder kann
man das gar nicht so realisieren ohne grössere Umstände? Theoretisch müsste
das doch funktionieren, oder?<br>
<br>
Für eure Hilfe bedanke ich mich schon einmal im Voraus und hoffe, dass
es jemanden gibt, der das schonmal versucht hat. Ich nutze übrigens mapbender
2.4.5<br>
<br>
Mit freundlichen Grüssen<br>
Hanno Rahn<br>
<br>
-------- Original-Nachricht --------<br>
&gt; Datum: Thu, 17 Apr 2008 16:02:33 +0200<br>
&gt; Von: Verena Diewald &lt;verena.diewald@wheregroup.com&gt;<br>
&gt; An: mapbender_users@lists.osgeo.org<br>
&gt; Betreff: Re: [Mapbender-users] WFS Suche liefert kein Ergebnis<br>
<br>
&gt; Hallo Hanno,<br>
&gt; <br>
&gt; les' dir doch mal diese Mail aus dem MapServer_DE-Archiv durch:<br>
&gt; http://freegis.org/pipermail/mapserver-de/2007-October/003444.html<br>
&gt; Könnte sein, dass dein Problem eine ähnliche Ursache hat. Die Projektion<br>
&gt; deines Mapfiles ist EPSG:31467, deinen Layer definierst du als WGS84.
<br>
&gt; <br>
&gt; Gruß<br>
&gt; <br>
&gt; Verena<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Am Mittwoch 16 April 2008 16:17:11 schrieb Hanno Rahn:<br>
&gt; &gt; Hallo,<br>
&gt; &gt;<br>
&gt; &gt; Vielen Dank erstmal für die schnelle Antwort. Ich habe jetzt
mal ein<br>
&gt; &gt; Dokument mit der url und dem entsprechend angezeigten filter
aus dem<br>
&gt; &gt; firebug angehängt. Ausserdem einmal die Attributtabelle meines<br>
&gt; shp-Files.<br>
&gt; &gt; Die Bezeichung &quot;Hagebutte&quot; in der Spalte Deutsche_B
gibt es also schon,<br>
&gt; &gt; denke ich.<br>
&gt; &gt;<br>
&gt; &gt; Hab das ja auch so angezeigt bekommen bei der konfiguration des
WFS und<br>
&gt; &gt; abfragbar ist der Layer auch. Aber als Ergebnis (siehe ergebnis.xml)<br>
&gt; &gt; scheint er keine Geometrien zu finden aus irgendeinem Grund.<br>
&gt; &gt;<br>
&gt; &gt; Vielen Dank schon einmal im Voraus für die freundliche Hilfe.<br>
&gt; &gt;<br>
&gt; &gt; Hanno Rahn<br>
&gt; &gt;<br>
&gt; &gt; -------- Original-Nachricht --------<br>
&gt; &gt;<br>
&gt; &gt; &gt; Datum: Wed, 16 Apr 2008 15:36:46 +0200<br>
&gt; &gt; &gt; Von: Verena Diewald &lt;verena.diewald@wheregroup.com&gt;<br>
&gt; &gt; &gt; An: mapbender_users@lists.osgeo.org<br>
&gt; &gt; &gt; Betreff: Re: [Mapbender-users] WFS Suche liefert kein Ergebnis<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Hallo Hanno,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; dein XML scheint gültig zu sein, es &nbsp;gibt einfach nur
kein<br>
&gt; entsprechendes<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Ergebnis zu deiner Suche (das &quot;&lt;gml:null&gt;missing&lt;/gml:null&gt;&quot;
spricht<br>
&gt; &gt; &gt; dafür).<br>
&gt; &gt; &gt; Kannst du mal den Request aus dem FireBug samt Filterbedingung
posten?<br>
&gt; Da<br>
&gt; &gt; &gt; keine Ergebnisse zurückkommen, ist vielleicht der Filter
falsch<br>
&gt; &gt; &gt; definiert.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Gruß<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Verena<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Am Mittwoch 16 April 2008 14:40:48 schrieb Hanno Rahn:<br>
&gt; &gt; &gt; &gt; hallo,<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Ich bekomme wenn ich firebug benutze zwar einen filter
und eine url<br>
&gt; &gt; &gt; &gt; angezeigt, aber bei meinem datensatz bekomme ich weiterhin
kein<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; ergebnis.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Ich habe jetzt einmal die url und den filter, den ich
über firebug<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; bekommen<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; habe direkt in den browser eingegeben. Für das Beispiel
der<br>
&gt; Mapbender<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; user<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; bekomme ich angehängtes xml Dokument. Bei meinen eigenen
Daten<br>
&gt; fehlt<br>
&gt; &gt; &gt; &gt; anscheinend die gml tags (siehe Anhang). ich hab jetzt
leider keine<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; ahnung<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; woran das liegen könnte. Kann mir irgendwer helfen?
Ich verzweifel<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; langsam<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; daran!<br>
&gt; &gt; &gt; &gt; Meine Map-datei sieht folgendermassen aus.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; MAP<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;Name &quot;Test_Baeume&quot;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;STATUS ON<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;SIZE 400 400<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;TRANSPARENT OFF<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;IMAGETYPE PNG<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;EXTENT 693050.000000 229656.754875 694750.000000 231643.245125<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;SHAPEPATH &quot;\TestDaten\Pflanzen\&quot;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;OUTPUTFORMAT<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; NAME png<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; DRIVER &quot;GD/PNG&quot;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; MIMETYPE &quot;image/png&quot;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; IMAGEMODE RGB<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; EXTENSION &quot;png&quot;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;END<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;WEB<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;MINSCALE 1<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;MAXSCALE 100000<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;IMAGEPATH '\ms4w\tmp\ms_tmp\'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;IMAGEURL '/ms_tmp/'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;METADATA<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; 'wfs_title' 'WFS_Test_Baeume'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; 'WFS_SRS' 'EPSG:4326 EPSG:31467'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; 'wms_title' 'Test_Baeume'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; 'WMS_feature_info_mime_type' 'text/html'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; 'WMS_SRS' 'EPSG:4326 EPSG:31467'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;END<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;END<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;LEGEND<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;STATUS on<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;TRANSPARENT on<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;END<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;QUERYMAP<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; STATUS ON<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; SIZE 400 400<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; COLOR 255 255 0<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; STYLE hilite<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;END<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;# Map projection<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;PROJECTION<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &quot;init=epsg:31467&quot;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;END<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; #===================================<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; #Circle symbol<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; SYMBOL<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; NAME 'CIRCLE'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; TYPE ellipse<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; FILLED true<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; POINTS<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1 1<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; END<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; END<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; #===================================<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; LAYER<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; NAME 'Test_Baeume'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; TYPE POINT<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; DATA 'Test_Baeume_point_shp.shp'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; DUMP TRUE<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; TEMPLATE<br>
&gt; &gt; &gt; &gt; '../../ms4w/apps/mapbender/http/html/Templates/test_template.html'<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; METADATA<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'wms_title' 'Baeume'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'wfs_title' 'WFS__Test_Baeume'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'WFS_SRS' 'EPSG:4326
EPSG:31467'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'gml_featureid'
'id'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'gml_include_items'
'all'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'WMS_SRS' 'EPSG:4326
EPSG:31467'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; END<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; STATUS ON<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; TRANSPARENCY 100<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; PROJECTION<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; 'proj=longlat'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; 'ellps=WGS84'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; 'datum=WGS84'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; 'no_defs'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; END<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; CLASSITEM 'Deutsche_B'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; CLASS<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; NAME 'Deutsche_B = Hagebutte'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; EXPRESSION 'Hagebutte'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; STYLE<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; SYMBOL 'CIRCLE'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; SIZE 6<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTLINECOLOR 0 0
0<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;COLOR 255 170 0<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;END<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; END<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; CLASS<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; NAME 'Deutsche_B = Kirschpflaume'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; EXPRESSION 'Kirschpflaume'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; STYLE<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; SYMBOL 'CIRCLE'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; SIZE 6<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTLINECOLOR 0 0
0<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;COLOR 255 0 0<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;END<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; END<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; CLASS<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; NAME 'Deutsche_B = Roter Hartriegel'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; EXPRESSION 'Roter Hartriegel'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; STYLE<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; SYMBOL 'CIRCLE'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; SIZE 6<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTLINECOLOR 0 0
0<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;COLOR 170 170 0<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;END<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; END<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; CLASS<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; NAME 'Deutsche_B = Walnuss'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; EXPRESSION 'Walnuss'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; STYLE<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; SYMBOL 'CIRCLE'<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; SIZE 6<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OUTLINECOLOR 0 0
0<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;COLOR 170 85 0<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp;END<br>
&gt; &gt; &gt; &gt; &nbsp; &nbsp; END<br>
&gt; &gt; &gt; &gt; &nbsp; END<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; END<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; Mapbender_users mailing list<br>
&gt; &gt; &gt; Mapbender_users@lists.osgeo.org<br>
&gt; &gt; &gt; http://lists.osgeo.org/mailman/listinfo/mapbender_users<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; -- <br>
&gt; ---------------------------------------<br>
&gt; WhereGroup GmbH &amp; Co. KG<br>
&gt; <br>
&gt; Siemensstraße 8<br>
&gt; 53121 Bonn<br>
&gt; <br>
&gt; Verena Diewald<br>
&gt; Anwendungsentwicklung<br>
&gt; <br>
&gt; Fon: +49 (0)228 / 90 90 38 - 20<br>
&gt; Fax: +49 (0)228 / 90 90 38 - 11<br>
&gt; <br>
&gt; verena.diewald@wheregroup.com<br>
&gt; www.wheregroup.com<br>
&gt; Amtsgericht Bonn, HRA 6788<br>
&gt; -------------------------------<br>
&gt; Komplementärin:<br>
&gt; WhereGroup Verwaltungs GmbH<br>
&gt; vertreten durch:<br>
&gt; Arnulf Christl, Olaf Knopp, Peter Stamm<br>
&gt; ---------------------------------------<br>
&gt; _______________________________________________<br>
&gt; Mapbender_users mailing list<br>
&gt; Mapbender_users@lists.osgeo.org<br>
&gt; http://lists.osgeo.org/mailman/listinfo/mapbender_users<br>
_______________________________________________<br>
Mapbender_users mailing list<br>
Mapbender_users@lists.osgeo.org<br>
http://lists.osgeo.org/mailman/listinfo/mapbender_users<br>
</font></tt><font size=2 face="sans-serif"> </font>
<br>