[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-30 Thread geocode...@gmail.com
On Oct 28, 10:00 am, Garthan wrote: > The scale parameter being supported is one of the new >  features coming in my GeoXmlV3 parser. I might be doing something wrong, but it doesn't seem to work: http://www.geocodezip.com/geoxml3_test/v3_geoxmlv3_kmltest_linkto.html?filename=http://www.geocodez

[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-28 Thread Garthan
The scale parameter being supported is one of the new features coming in my GeoXmlV3 parser. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-

[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-27 Thread geocode...@gmail.com
On Oct 27, 1:52 am, az az wrote: > Thanks, > after reading about the scale element here http://code.google.com/apis/kml/documentation/kmlreference.html#scale True, kml (and I believe Google Earth support the tag on icons, but... If you look at what is supported in Google Maps (and the APIs):

[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-27 Thread Joseph Elfelt
Rossko, You're right. If you put a 64x64 icon in a KML file, then Google will scale it down to 32x32. By contrast, the API allows 64x64 icons. -- 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

[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-27 Thread az az
Thanks, after reading about the scale element here http://code.google.com/apis/kml/documentation/kmlreference.html#scale and after setting my icons to be 30x30px and after 2 http:// www.bgstreet.co.uk/bgstr/images/a3.png

[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-26 Thread Rossko
It may well not be the last word, but 'Mr.Google' said 32x32 here http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/875856c4acd875a4/e34fdce09f040633 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To pos

[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-26 Thread Joseph Elfelt
I thought the size limit for KML icons displayed via the API was 64x64. -- 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,

[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-26 Thread Rossko
I believe kmlLayer is restricted to 32x32 icons. You may not be using kmlLayer, can't guess. Here's a group for general KML discussions http://groups.google.com/group/kml-support Here's the KML tutorial http://code.google.com/apis/kml/documentation/kml_tut.html -- You received this message bec

[Google Maps API v3] Re: Different size custom icons in a kml file

2011-10-26 Thread Joseph Elfelt
To the best of my knowledge you need to create a separate style in your KML file for each icon size. Each style will point to a different png file. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send emai