Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting Points in South West Quadrant #1

Open
gordonbanderson opened this issue Sep 1, 2011 · 0 comments
Open

Plotting Points in South West Quadrant #1

gordonbanderson opened this issue Sep 1, 2011 · 0 comments

Comments

@gordonbanderson
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant