Skip to content

Commit 5e12679

Browse files
committed
Fix duplicated methods on Circle
1 parent 98ae6a8 commit 5e12679

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/Providers/Maps/Leaflet/Shape/Circle.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -113,19 +113,6 @@ namespace Provider.Maps.Leaflet.Shape {
113113
};
114114
}
115115

116-
protected getShapeCoordinates(): OSFramework.Maps.OSStructures.OSMap.CircleCoordinates {
117-
return {
118-
coordinates: {
119-
Lat: this.providerCenter.lat,
120-
Lng: this.providerCenter.lng
121-
},
122-
location: {
123-
location: `${this.providerCenter.lat.toString()},${this.providerCenter.lng.toString()}`,
124-
radius: this.providerRadius
125-
}
126-
};
127-
}
128-
129116
public build(): void {
130117
super.build();
131118
// First build center coordinates based on the location

0 commit comments

Comments
 (0)