沈斌
2018-02-08 521e90a01a6249834e12e68a930e4d3e239b0a2d
src/app/routes/map/coordinates-picker/coordinates-picker.component.ts
@@ -16,6 +16,7 @@
export class CoordinatesPickerComponent{
    Default_LNG = 121;
    Default_LAT = 31.4;
    isSaving = false;
    markerOption:{
      point:Point,
      options:MarkerOptions
@@ -114,6 +115,7 @@
      this.subject.destroy();
  }
  save() {
      this.isSaving = true;
      this.subject.next();
      this.subject.destroy();
  }