增加地图元素清空功能,完成附近医院路线规划功能

This commit is contained in:
zk
2024-05-23 15:05:34 +08:00
parent 1599ffd6d8
commit 0eb5fad72f
11 changed files with 611 additions and 31 deletions
-2
View File
@@ -92,5 +92,3 @@ export function getCenter(list = []) {
let centerObj = turf.center(features);
return centerObj?.geometry?.coordinates;
}
// export function