[Google Maps API v3] Re: Polylines in Opera

2010-07-17 Thread William
On Jul 14, 9:07 am, Marc Ridey wrote: > SVG is not supported in the current release of Android. this issue says it's been introduced into the current development release: http://code.google.com/p/android/issues/detail?id=1376 the reason it wasn't included in webkit was to save 1 megabyte in run

[Google Maps API v3] Re: Polylines in Opera

2010-07-13 Thread Chad Killingsworth
Yes I do believe I would consider lack of support to be a serious SVG bug :-) Right along with multitouch events. Chad Killingsworth On Jul 13, 7:14 pm, Ben Appleton wrote: > Lack of Android SVG might be considered a serious bug in Android SVG ;-) > > > > On Wed, Jul 14, 2010 at 9:07 AM, Marc Ri

Re: [Google Maps API v3] Re: Polylines in Opera

2010-07-13 Thread Ben Appleton
Lack of Android SVG might be considered a serious bug in Android SVG ;-) On Wed, Jul 14, 2010 at 9:07 AM, Marc Ridey wrote: > The bug was in the use of transformed cropped images in Canvas. SVG is not > supported in the current release of Android. > > > On Wed, Jul 14, 2010 at 8:55 AM, Chad Kill

Re: [Google Maps API v3] Re: Polylines in Opera

2010-07-13 Thread Marc Ridey
The bug was in the use of transformed cropped images in Canvas. SVG is not supported in the current release of Android. On Wed, Jul 14, 2010 at 8:55 AM, Chad Killingsworth < chadkillingswo...@missouristate.edu> wrote: > I believe the iPhone uses SVG while Android uses CANVAS. That has > always se

[Google Maps API v3] Re: Polylines in Opera

2010-07-13 Thread Chad Killingsworth
I believe the iPhone uses SVG while Android uses CANVAS. That has always seemed odd since they are both WebKit browsers. See http://code.google.com/events/io/2010/sessions/maps-api-v3-api.html at about 20 minutes in. Marc Ridey mentioned at I/O that there was a significant bug in the Android SVG i

[Google Maps API v3] Re: Polylines in Opera

2010-07-13 Thread bratliff
On Jul 12, 10:52 pm, Ben Appleton wrote: > I seem to recall iPhone needed clip in addition to / instead of overflow > hidden. But I should check more recent builds. Does the iPhone (WebKit) use SVG of CANVAS ? CANVAS discards everything outside of its box without either "style.clip" or "style.o

Re: [Google Maps API v3] Re: Polylines in Opera

2010-07-12 Thread Ben Appleton
I seem to recall iPhone needed clip in addition to / instead of overflow hidden. But I should check more recent builds. On 6 Jul 2010 23:44, "bratliff" wrote: > On Jul 6, 12:05 am, Ben Appleton wrote: >> We discovered that Opera's SVG implementation doesn't seem to like the clip >> attribute. R

[Google Maps API v3] Re: Polylines in Opera

2010-07-12 Thread Chad Killingsworth
Wow that's what the issue was. I knew I could get it to work on locally saved DOMs, but I couldn't ever pinpoint the exact combination of features that enabled it. Thanks Ben. Chad Killingsworth On Jul 5, 7:05 pm, Ben Appleton wrote: > We discovered that Opera's SVG implementation doesn't seem

[Google Maps API v3] Re: Polylines in Opera

2010-07-06 Thread bratliff
On Jul 6, 12:05 am, Ben Appleton wrote: > We discovered that Opera's SVG implementation doesn't seem to like the clip > attribute. Removing the clip attribute in (only) Opera causes the SVG > elements to be visible, fixing the issue on at least Opera10.60/WinXP. The > fix should be live in a wee

Re: [Google Maps API v3] Re: Polylines in Opera

2010-07-05 Thread Ben Appleton
We discovered that Opera's SVG implementation doesn't seem to like the clip attribute. Removing the clip attribute in (only) Opera causes the SVG elements to be visible, fixing the issue on at least Opera10.60/WinXP. The fix should be live in a week or so. Cheers Ben 2010/6/8 Michał Jankowski

[Google Maps API v3] Re: Polylines in Opera

2010-06-08 Thread Michał Jankowski
Thank you for that answer, I've starred the issue and I'm looking forward to seeing it resolved. I haven't heard before about KML though it seem to be a very resonable solution. Thanks for that have a nice day Mike On 7 Cze, 14:41, Chad Killingsworth wrote: > The issue was marked as fixed and wa

[Google Maps API v3] Re: Polylines in Opera

2010-06-07 Thread Chad Killingsworth
The issue was marked as fixed and was closed, but has recently been reopened. You can star the issue in the issue tracker to both vote for it and track it's progress: http://code.google.com/p/gmaps-api-issues/issues/detail?id=1856 Alternatively, you may want to consider using kml layers. They wor