Your image tag (in the div.innerHTML assignment) isn't closed. Chad Killingsworth
On May 17, 1:30 pm, Veresk <[email protected]> wrote: > link to my map:http://05trade.ru/05trade.ru/overlaymap.aspx > Why can i see my custom image on the map? > > CoordMapType.prototype.getTile = function(coord, zoom, ownerDocument) > { > var div = ownerDocument.createElement('DIV'); > if ((coord.x == 165666) && (coord.y == 96367)) { > div.innerHTML = "<img src='http://05trade.ru/05Trade.RU/ > images/Map165666-96367.png'"; > return div; > } > > -- > 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 > athttp://groups.google.com/group/google-maps-js-api-v3?hl=en. -- 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.
