<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<META content="MSHTML 6.00.5700.7" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial" 
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document 
face=Arial color=#000000 size=2>
<DIV>Hallo,</DIV>
<DIV>&nbsp;</DIV>
<DIV>ich versuche derzeit eine Digitalisieroberfläche für Punkte im Mapbender zu 
erzeugen. Weiß aber nicht genau ob mein Vorgehen richtig ist? Kann mir dabei 
bitte jemand behilflich sein?</DIV>
<DIV>Folgendes habe ich besher gemacht:</DIV>
<DIV>- Datenbank in PostgreSQL mit PostGIS Erweiterung über folgende&nbsp;&nbsp; 
</DIV>
<DIV>&nbsp; Befehle:</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FONT 
face="Times New Roman">CREATEDB Digitized_Points</FONT><FONT 
face="Times New Roman">;</FONT></DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FONT 
face="Times New Roman">CREATE TABLE "test1" (gid serial PRIMARY KEY, "id" 
int4,"Beschreibung" varchar, "Telefon" 
integer);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT 
AddGeometryColumn('','test1','the_geom','31466','POINT',2);</FONT></DIV>
<DIV>&nbsp;&nbsp;&nbsp;und natürlich Punkte erzeugt:</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FONT 
face="Times New Roman">&nbsp;INSERT INTO "test1" (gid, "id", "Beschreibung", 
"Kontakt", "Telefon", 
"the_geom")&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VALUES 
('2','1002','TestPunkt1','ich','00000000',GeometryfromText('POINT(2566134 
5642632)',31466));<BR></FONT></DIV>
<DIV><FONT face="Times New Roman"></FONT>&nbsp;</DIV>
<DIV><FONT face="Times New Roman">- Datenbank als WFS-T im Geoserver als 
Datenquelle angegeben</FONT></DIV>
<DIV><FONT face="Times New Roman"></FONT>&nbsp;</DIV>
<DIV><FONT face="Times New Roman">- In Mapbender: WFS geladen über den 
Link:&nbsp; </FONT></DIV>
<DIV><FONT face="Times New Roman">&nbsp;&nbsp;&nbsp;&nbsp;<A 
href="http://127.0.0.1:8080/geoserver/wfs?REQUEST=getCapabilities&amp;VERSION=1.0.0&amp;SERVICE=WFS">http://127.0.0.1:8080/geoserver/wfs?</FONT><FONT 
face=Arial>REQUEST=getCapabilities&amp;VERSION=1.0.0&amp;SERVICE=WFS</A></FONT></DIV>
<DIV><FONT face="Times New Roman"></FONT>&nbsp;</DIV>
<DIV><FONT face="Times New Roman">Mein Problem ist jetzt, dass ich nicht weiß, 
wie ich den WFS (bzw. eine Tabelle&nbsp; der Datenbank) mit der 
Digitalisierfunktion im Mapbender verknüpfe. Ich habe das Modul Digitize in 
meine GUI eingebaut, aber wenn ich einen Punkt erzeugt habe und dann auf 
speichern drücke erscheint nur ein leeres Fenster. </FONT></DIV>
<DIV><FONT face="Times New Roman">Muß ich dafür noch andere Module einbauen? 
Oder wie und wo erstelle ich der Verküpfung zu WFS?</FONT></DIV>
<DIV><FONT face="Times New Roman"></FONT>&nbsp;</DIV>
<DIV><FONT face="Times New Roman">Hoffe, mir kann jemand helfen. 
Danke</FONT></DIV>
<DIV><FONT face="Times New Roman"></FONT>&nbsp;</DIV>
<DIV><FONT face="Times New Roman">Mike</FONT></DIV>
<DIV><FONT face="Times New Roman"></FONT>&nbsp;</DIV>
<DIV><FONT face="Times New Roman"></FONT>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;</DIV></FONT></BODY></HTML>