You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if it an issue… i haven't noticed it before, but now it bothers
What steps will reproduce the problem?
1. path = [(37.429, -122.145),(37.428, -122.145),(37.427, -122.145),(37.427,
-122.146),(37.427, -122.146)]
2. mymap.addpath(path,"#00FF00")
3. path
[(37.429, -122.145), (37.428, -122.145), (37.427, -122.145), (37.427,
-122.146), (37.427, -122.146), '#00FF00']
What is the expected output? What do you see instead?
expected unchanged path[], because it is needed for other purposes.
What version of the product are you using? On what operating system?
pygmaps -
INSTALLED: 0.1.1 (latest)
Darwin 124-11-214-248.static.tfn.net.tw 12.2.0 Darwin Kernel Version 12.2.0:
Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64
Please provide any additional information below.
if this behaviour is by design, please just let me know and ignore the issue
Original issue reported on code.google.com by [email protected] on 16 Nov 2012 at 1:26
The text was updated successfully, but these errors were encountered:
I have submitted a patch that fixes this bug and the same bug in radpoints.
The patch also supports filled polygons.
If it doesn't make it into the download, I have attached the code here.
Original issue reported on code.google.com by
[email protected]
on 16 Nov 2012 at 1:26The text was updated successfully, but these errors were encountered: