Fixed deleting problems

This commit is contained in:
2019-08-31 17:02:28 -04:00
parent 20ae1708a9
commit eff9b213ed
2 changed files with 6 additions and 3 deletions

View File

@ -17,6 +17,7 @@ export interface MapSymbol {
symbol?: any;
latlng?: LatLng | LatLng[];
noDelete?: boolean;
noDeleteTool?: boolean;
noSelect?: boolean;
label?: string;
color?: string;