Fixed deleting problems
This commit is contained in:
@ -17,6 +17,7 @@ export interface MapSymbol {
|
||||
symbol?: any;
|
||||
latlng?: LatLng | LatLng[];
|
||||
noDelete?: boolean;
|
||||
noDeleteTool?: boolean;
|
||||
noSelect?: boolean;
|
||||
label?: string;
|
||||
color?: string;
|
||||
|
Reference in New Issue
Block a user