Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8407983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:31:21+00:00 2026-06-09T23:31:21+00:00

If you navigate to this page and switch to the Map view in Chrome

  • 0

If you navigate to this page and switch to the Map view in Chrome 21, then pan and zoom, the tiles don’t seem to paint. Closer investigation in the dev tools shows that there is no attempt made to download tiles at all. Strangely, there are also no errors or logged messages.

Stranger still – this page works perfectly in IE9 and FF11 & 14.

Ideas?

EDIT: Perhaps some additional detail – as I pan around, there are a number images added to the “Resources” tab with URLs like http://maps.googleapis.com/maps/gen_204?… as far as I can tell these all return an HTTP status of 204 – no content. In one of the functioning browsers the same thing happens, but this is closely followed by the loading of tile data from URLs like http://mt0.googleapis.com/vt?lyrs=m@182176386&src=apiv3&hl=en-AU&x=472&y=293&z=9&s=Galil&style=api%7Csmartmaps – except that in Chrome that doesn’t happen.

IE’s dev tools says the initiator for that image (the mt0 one) is an img.src property change – indicating that some JS has correctly set the src for an img element to get the tile. So why wouldn’t that be happening in Chrome – maybe some event not being raised or going to exception quietly? I set the “pause on all exceptions” as well as the “uncaught” ones but that did not yield any fruit.

Searching around I have seen many similar requests but nothing that seems relevant, so again, any ideas appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T23:31:22+00:00Added an answer on June 9, 2026 at 11:31 pm

    For the record, we discovered the problem was with the addition of the “fake” marker.

    The InfoBox plugin we are using requires a marker reference to the constructor.
    We were creating that marker at the correct ‘position’ and assigning a ‘icon’ to a MarkerImage with a position of (0,0), a size of (0,0), and a url of empty string.

    While this approach appears to work fine in IE/FF it appears to not work so well in Chrome. We have not tried to identify why at this stage.

    Simply omitting the ‘icon’ attribute from the MarkerOptions object sent to the constructor of google.maps.Marker did the trick; i.e.

    var mkr = new google.maps.Marker(
        {
            map: this.googleMap,
            position: this.position,
            clickable: false
        }
    );
    

    in place of

    var mkr = new google.maps.Marker(
        {
            map: this.googleMap,
            position: this.position,
            clickable: false,
            icon: new google.maps.MarkerImage(
                    '',
                    new google.maps.Size(0,0),
                    new google.maps.Point(0,0),
                    new google.maps.Point(0,0)
            )
        }
    );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using webBrowser.Navigate(url) control to display page. I noticed this action steals focus from
Whenever I navigate to a particular page and then leave it some tables are
I want to make a link from this page navigate to a details page
I was getting fed up with typing this.NavigationService.Navigate(new Uri(page.xaml, UriKind.Relative)); , every time I
I have this menu structure that is used to navigate through content slider panels.
I have this piece of code: WebBrowser wb = new WebBrowser(); wb.Navigate(URL); HtmlDocument doc
In Visual Studio I can navigate backwards by pressing Ctrl + - . This
I've setup a jqGrid like this $('#gridTable').jqGrid({ url: '/GridData/', ... Now if I navigate
So, I need use this event so I can navigate trought blog posts. I
<input type=button value=Back onClick=window.navigate('http://www.google.com')> This works on IE8, but not firefox or opera. Anyone

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.