forked from MapComplete/MapComplete
Add link to nearby drinking water points with some fancy calculated tag magic
This commit is contained in:
parent
bec1998a6d
commit
fa5b92e6e1
3 changed files with 11 additions and 4 deletions
|
@ -16,9 +16,7 @@ export class GeoOperations {
|
|||
}
|
||||
|
||||
static centerpointCoordinates(feature: any){
|
||||
const coordinates = turf.center(feature).geometry.coordinates;
|
||||
coordinates.reverse();
|
||||
return coordinates;
|
||||
return turf.center(feature).geometry.coordinates;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue