diff --git a/src/Logic/GeoOperations.ts b/src/Logic/GeoOperations.ts index 1c76c96a55..b049399ea3 100644 --- a/src/Logic/GeoOperations.ts +++ b/src/Logic/GeoOperations.ts @@ -76,7 +76,7 @@ export class GeoOperations { * @param feature */ static centerpoint(feature: Feature): Feature { - const newFeature: Feature = turf.center(feature) + const newFeature: Feature = turf.center(feature) newFeature.properties = feature.properties newFeature.id = feature.id return newFeature