mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-14 00:04:28 +01:00
Removed debug output
This commit is contained in:
parent
aa227a612e
commit
3476089dcb
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ window.initDraw = function(){
|
|||
|
||||
|
||||
function calculateCenter(path){
|
||||
let result = polylabel(path, 0.5, true)
|
||||
let result = polylabel(path)
|
||||
return [Math.floor(result[0]) + 0.5, Math.floor(result[1]) + 0.5]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue