On Apr 4, 11:58 am, David Lane-Joynt
<[email protected]> wrote:
> My site (www.dljsoftware.co.uk/golf/Course/Layout.aspx) uses custom markers
> and polylines. Recently the display of custom markers has become erratic in
> IE (no problems in Firefox or Chrome). On first loading the page, the custom
> markers do not always display, but if I reload the page (using my cutom
> menu), the custom markers appear!. Sometimes all but one of the custom
> markers (the flags) appear. I have moved the script to display the markers
> to the bottom of the page, but this does not always work. The same problem
> occurs on another page (www.dljsoftware/golf/Accomodation.aspx) where the
> custom markers used to work fine, but have started to display erratically.
>
> The problem only showed up when I posted the pages to a public site - on my
> local development setup, all was fine
You are using the development ("nightly") version of the API:
<script type="text/javascript" src="http://maps.google.com/maps/api/js?
sensor=false"></script>
Have you tried specifying a "stable" version (like v3.3):
http://code.google.com/apis/maps/documentation/javascript/basics.html#VersionTypes
There was a major change made to markers in the tip of the tree (using
CANVAS).
-- Larry
>
> Any help would be appreciated
>
> Also, can I run a javascripy function automatically when I trigger a partial
> postback. I use a dropdown box to change the layout in the Layout page,
> which triggers a partial postback to update the grid from a database , and I
> then want to automatically change the markers displayed, which is done
> by the javascript function filterMarkers(type)
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.