Fixed
Status Update
Comments
mb...@gmail.com <mb...@gmail.com> #2
CORRECTION: this is only pertaining to Scorecards, I'm aware I can do this on a table. My apologies.
en...@google.com <en...@google.com> #3
Thanks for reporting - it looks like a regression in 3.21
ed...@google.com <ed...@google.com>
pr...@gmail.com <pr...@gmail.com> #4
Hi Team, I am getting the below error with my google map api.
"too much recursion"
I am using the below api URL :https://maps-api-ssl.google.com/maps?file=api&v=3
"too much recursion"
I am using the below api URL :
zw...@google.com <zw...@google.com> #5
Hi Prachisuchi,
Can you indicate whether what you see is related to polygons and or strokepositions?
Also your JS Urlhttps://maps-api-ssl.google.com/maps?file=api&v=3 is not loading version 3, it's loading version 2, which has long been deprecated. (Despite the v=3, it's using a very old url format)
Try loading V3 for example via:maps.googleapis.com/maps/api/js
If you have a problem there, I please open another issue if this is not related to the polygon.
Thanks!
Can you indicate whether what you see is related to polygons and or strokepositions?
Also your JS Url
Try loading V3 for example via:
If you have a problem there, I please open another issue if this is not related to the polygon.
Thanks!
Description
Chrome 43.0 / Firefox 38.0 / Safari 8.0
Retina MacBook ( OS X 10.10 )
Rectangles and Circles with option { strokePosition: google.maps.StrokePosition.OUTSIDE } are rendered incorrectly
please check:
and attached Screenshot
OK:
API 3.19 / 3.20 - Chrome / Firefox / Safari - Retina Macbook ( OS X 10.10 )
API 3.21 - Chrome / Safari - iPad 2 ( iOS8.3 ) !