We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ae6a8 commit 5e12679Copy full SHA for 5e12679
1 file changed
src/Providers/Maps/Leaflet/Shape/Circle.ts
@@ -113,19 +113,6 @@ namespace Provider.Maps.Leaflet.Shape {
113
};
114
}
115
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
-
129
public build(): void {
130
super.build();
131
// First build center coordinates based on the location
0 commit comments