Skip to content

Plotting Points in South West Quadrant #1

@gordonbanderson

Description

@gordonbanderson

Line 471 of GoogleMapAPI.php looks problematic

            if(($obj->getLatitude() > 0) || ($obj->getLongitude() > 0)) {

I assume this is meant to be checking for null points. However if both points are negative, then this will also fail the check. As such I think it should be != 0 instead of >0 for the coordinate checks above

Regards

Gordon

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions