Skip to content

Bug in method checking a pointInPolygon  #117

Open
@tidusvn05

Description

@tidusvn05

My code:

$point = new Coordinate([$lat, $lng]);
$polygon = new Polygon($points);

if( $polygon->pointInPolygon($point))
      return true;

return false

Anyone got same problem with me ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions