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