mirage2d 1.1.69 → 1.1.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -145,6 +145,7 @@ export declare class baseGraphicLayer extends baseLayer {
145
145
  * @api
146
146
  */
147
147
  startDraw(option: any): void;
148
+ changeGraphicData(option: any, drawFeature: any): void;
148
149
  appendTo(map: any): void;
149
150
  toGeoJSON(): import("geojson").FeatureCollection<import("geojson").Geometry, {
150
151
  [name: string]: any;
@@ -179,7 +179,7 @@ export interface IFillOption {
179
179
  }
180
180
  export interface IGraphicOption {
181
181
  lnglat?: Array<number> | Coordinate[][] | any;
182
- graphicType: string;
182
+ graphicType?: string;
183
183
  dataWkID?: crsType | string;
184
184
  attribute?: any;
185
185
  popupInfo?: any;