Opened 16 years ago
Closed 16 years ago
#4896 closed defect (fixed)
Macro does not work with southern hemisphere coordinates.
Reported by: | anonymous | Owned by: | Martin Scharrer |
---|---|---|---|
Priority: | normal | Component: | GoogleMapMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
When inputting a southern hemisphere coordinate, macro will output "Invalid center coordinate given!"
Attachments (0)
Change History (5)
comment:1 follow-up: 3 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thank you very much for your bug report. This got now fixed in [5498]. The sign was not recognised which caused the error.
comment:3 Changed 16 years ago by
Replying to anonymous:
Also, the coordinates are not bounded past 90 for N/S, and 180 for E/W. Google maps will just display nothing.
I will add an error message for this case. In my opinion if the user provides invalid input a message should be displayed.
comment:4 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Hi again. Thanks for fixing the last bug. But, last time, I didn't check if negative number could be used for latitude also. I had stupidly assumed that google maps did some fancy math and could wrap things around. Can you also check that the sign is recognized for that part of the argument too?
Thanks!
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Nevermind. Typos. Thanks!
Also, the coordinates are not bounded past 90 for N/S, and 180 for E/W. Google maps will just display nothing. Can't tell if the "marker" argument is working properly in the map yet...but seems to be putting the correct Long/Lat in the source code.
Sorry for the bother, but am trying to map a location in Antarctica, and it works fine on the google maps webpage.