Guest User

Untitled

a guest
Apr 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. s = new XMLSerailizer();
  2. str = s.serializeToString(node);
  3. $.ajax('http://localhost:8080/geoserver/wfs', {
  4. type: 'POST',
  5. dataType: 'xml',
  6. processData: false,
  7. contentType: 'text/xml',
  8. data: str
  9. }).done();
  10.  
  11. }
  12.  
  13. 0:
  14. $$hashKey: "object:271"
  15. geometry: {type: "MultiPolygon", coordinates: Array(1)}
  16. geometry_name: "the_geom"
  17. id:"tn_naturals.377"
  18. properties:
  19. NAME:""
  20. TYPE:"forest123"
  21. type:"Feature"
Add Comment
Please, Sign In to add comment