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