Re: [Google Maps API v3] Re: Polylines invisible in Firefox and Chrome, polylines are present in map.

2011-04-13 Thread Chris Broadfoot
As I said in another thread, polys are now rendered in Canvas. I've filed a
bug to support shorthand colors, though I'm not sure if we could support
opacity when using color names like 'red' or 'blue'.

As per documentation, please use full hex notation (e.g. #ff) when
specifying colors:
http://code.google.com/apis/maps/documentation/javascript/reference.html#PolylineOptions

Chris

-- 
http://twitter.com/broady

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Polylines invisible in Firefox and Chrome, polylines are present in map.

2011-04-13 Thread Brad
Hey was just alerted to this post - I had a similar issue with the PHP 
Google Maps API class that I'm managing 
(http://code.google.com/p/php-google-map-api/ ) and was alerted to a similar 
situation today with polylines no longer rendering in FF but working in IE.  
Here's the post on our FB wall - 
http://www.facebook.com/permalink.php?story_fbid=208449602506084&id=121455857872126
 
, but in short, at least for my implementation, it was due to me using "css 
compliant" color names instead of the full hexadecimal values (AKA: 
color:"red" instead of color:"#FF")  - I checked out the page you linked 
in question, and I noticed that the color value you are passing is #000 - I 
have a sneaking suspicion that if you change that value to #00 , you're 
polylines will start rendering again.  This is obviously an issue with the 
API as a css compliant color declaration shouldn't just stop working, but 
for some reason that appears to be the case.  Let us know if this helps at 
all, I'm certainly interested to know if that's the cause.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Re: Polylines invisible in Firefox and Chrome, polylines are present in map.

2011-04-13 Thread Andrew Leach
On 13 April 2011 15:13, geocode...@gmail.com  wrote:
>
> And eventually v3.3 will be "retired" (like Version 3.0 and 3.1 have
> been retired)
> http://code.google.com/apis/maps/documentation/javascript/basics.html#VersionTypes

Yes. That's why it's important to raise an issue, so it doesn't get
retired before the problem with the next version is fixed. For the
moment, though, to get the live site to work correctly it's necessary
to specify a version which works.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Polylines invisible in Firefox and Chrome, polylines are present in map.

2011-04-13 Thread en4ce
haha, thats the Cherie on top :-P

On 13 Apr., 16:13, "geocode...@gmail.com" 
wrote:
> On Apr 13, 6:51 am, en4ce  wrote:
>
> > yeah because else you always have to stick to 3.3, so switching
> > version back is not the best solution
>
> And eventually v3.3 will be "retired" (like Version 3.0 and 3.1 have
> been 
> retired)http://code.google.com/apis/maps/documentation/javascript/basics.html...
>
>   -- Larry
>
>
>
>
>
>
>
>
>
> > On 13 Apr., 12:53, Andrew Leach  wrote:
>
> > > On 13 April 2011 11:40, kreditt  wrote:
>
> > > > It's actually working by using 3.3.
>
> > > > Thank you very much.
>
> > > You're very welcome :-) Actually you may consider raising an issue
> > > against today's version of the API.
>
> > > Include as much detail as possible (eg browser versions), and provide
> > > a demonstrator page (doing that should be easy). Make sure your report
> > > also includes the date!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Polylines invisible in Firefox and Chrome, polylines are present in map.

2011-04-13 Thread geocode...@gmail.com
On Apr 13, 6:51 am, en4ce  wrote:
> yeah because else you always have to stick to 3.3, so switching
> version back is not the best solution

And eventually v3.3 will be "retired" (like Version 3.0 and 3.1 have
been retired)
http://code.google.com/apis/maps/documentation/javascript/basics.html#VersionTypes

  -- Larry

>
> On 13 Apr., 12:53, Andrew Leach  wrote:
>
> > On 13 April 2011 11:40, kreditt  wrote:
>
> > > It's actually working by using 3.3.
>
> > > Thank you very much.
>
> > You're very welcome :-) Actually you may consider raising an issue
> > against today's version of the API.
>
> > Include as much detail as possible (eg browser versions), and provide
> > a demonstrator page (doing that should be easy). Make sure your report
> > also includes the date!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Polylines invisible in Firefox and Chrome, polylines are present in map.

2011-04-13 Thread en4ce
yeah because else you always have to stick to 3.3, so switching
version back is not the best solution

On 13 Apr., 12:53, Andrew Leach  wrote:
> On 13 April 2011 11:40, kreditt  wrote:
>
> > It's actually working by using 3.3.
>
> > Thank you very much.
>
> You're very welcome :-) Actually you may consider raising an issue
> against today's version of the API.
>
> Include as much detail as possible (eg browser versions), and provide
> a demonstrator page (doing that should be easy). Make sure your report
> also includes the date!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.