nshontz

Results 1 comments of nshontz

I've also found a false positive: $polygon = \geoPHP::load("POLYGON ((76.81640625 35.960222969297, 91.0546875 21.043491216804, 75.5859375 6.2279339302687, 65.0390625 22.674847351189))", 'wkt'); $point = new \Point("-87.558", "33.4235"); $point_in_polygon = $polygon->pointInPolygon($point); var_dump($point_in_polygon); //returns true The...