[MapServer-users] ASKING HELP

2022-09-25 Thread Boubacar Bah
hello, i need your help regarding tinyows wfs transaction. by the way I put in an online editing application. in which I used the wfs transaction to send the request to my postgis database. but the problem is that if I edit an entity in the application the transaction does not run to my database.

Re: [MapServer-users] MapServer-users Digest, Vol 176, Issue 14

2022-09-25 Thread Boubacar Bah
t; > function add_creer(){ > > stopInteractions(); > > add_snap(); > > draw = new ol.interaction.Draw({ > > source: vector.getSource(), > > type:"MultiPolygon", > >

Re: [MapServer-users] asking help

2022-09-25 Thread Just van den Broecke
switch(mode) { case 'insert': mode = formatWFS.writeTransaction([f], null, null, formatGML); break; case 'update': node = formatWFS.writeTransaction(null, [f], null, formatGML); First case: 'mode =' should