panlei
2019-09-20 fba572d554d849777ded0132a47dcf4c7e1950de
ruleserver/geoPolygon.go
@@ -120,7 +120,7 @@
   perInterPg := areaInter / areaPg // 重合面积占多边形区域的比例
   // 哪个占的比例大按哪个计算
   if perInterBox > perInterPg {
      return perInterBox
      return (perInterBox*100)
   }
   return perInterPg*100
   return (perInterPg*100)
}