ThinkGeo.com    |     Documentation    |     Premium Support

Database file modify and and new record

 hi


if database (dbf) file has modify by web form (add, edit, delete) point layer. how sent effect when show point featuresourcelayer?  



Hello dacha, 
  
 You need refresh the layer in client side with javascript, after change the dbf, you can use method of “layer = map.layers[index]” to get the overlay of point feature source layer, then use method of “layer.redraw(true)” to redraw this overlay.  
  
 Any other questions please let me know. 
  
 Thanks, 
  
 Gary