Tips: 最重要的还是要找到要素的id,和图层

    1. function deletePoint(){
    2. var featureIds = '3'
    3. var deleteService = new Zondy.Service.EditDocFeature(
    4. 'city',
    5. 1,
    6. {
    7. ip:'localhost',
    8. port:'6163'
    9. }
    10. )
    11. deleteService.deletes(featureIds,onSuccess)
    12. }