On Feb 11, 2:41 pm, Tord Nilsen <tord.nil...@gmail.com> wrote:
> Thanks Larry.
> I'm not sure I understand what you mean by
> -"And as you have the stylemap tag used, you can implement support for

KML has a <StyleMap> tag that allows you to defined dynamic behavior
for markers (on mouseover).  If you want that behavior, the hooks for
it are supported in geoxml3, but it requires additional code to
implement, as demonstrated in the link I provided.

> that:http://www.geocodezip.com/geoxml3_test/v3_geoxml3_kmltest_stylemap_ma...
>  "
>
> I am quit new to javascript and gmap so I hope it will be fixed in feature
> version :)

The problem you are having is that your page is using the "nightly"
build of the v3 maps api and in that version, marker scaling is
broken, which is why you are only seeing 3 markers, rather than 4.  If
you call out version 3.6 (the "feature stable" version), it works.

http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning

  -- Larry

-- 
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.

Reply via email to