I would like to add marker on my map, and when you click on a marker,
a new page is opened. How to do that ?
I tried this, but doesn't work.
GEvent.addListener(marker, "click", function() {
marker.gotoURL="[link]";
});
Dom
I would like to add marker on my map, and when you click on a marker,
a new page is opened. How to do that ?
I tried this, but doesn't work.
GEvent.addListener(marker, "click", function() {
marker.gotoURL="[link]";
});
Dom
My site is [link]
I'm developing google maps application using v2.103. It works nice in
Opera, FF and IE6, but in IE7 I've got JavaScript error message when I
try to call GDownloadUrl.
While debugging with MS Script Editor I've located the problem string
in main.js of Google Maps API:
function on(a){if(typeof ActiveXObject!="undefined"&&ty peof GetObject!
Could someone please tell me why my page isn't working? Clicking a
marker in the map (or in the directions) results in an error which
reads:
(Firefox) Node cannot be inserted at the specified point in the
hierarchy" code: "3
(IE7) "No such interface supported."
I've searched for these errors in google , followed examples and
but incorrectly displayed when using the "Paste HTML to embed in
i'm currently working on exactly the same problem like described in
this thread.
Has anybody an idea to deal with it? any solution that became
published since thread start more than a year ago?
regards
chris
I can draw all markers with markermanager just fine. I have a sidebar
Thanks.
Mino
All my loving brothers and sisters As a Traffic signal technician
what is your responsibilities and how to act as a best Traffic signal
technician and more!..... And it will be more helpful who are all
working in Traffic concerned and everybody also,if you wants to know
I need to load markers only in visible area in the google map. Data is
stored in the DB, It will be a great help if you can provide logic.
I have used a logic below, but I felt the logic is not perfect
myLat= from db
myLng= from db
if ((myLat >= bounds.minLat && myLat <= bounds.maxLat) && (myLng>=
The situation is this:
1. I have tried both from work and home with no success. This means
different providers, different IPs (of course), different connections,
I have a site where i need google map apis to create terrain view.
There are many html elements in my site (out side map container div)
which have various onmouseover and onmouseout event bindings. All
functions bound to these two events are working fine. But as soon as i
goto google terrain map div and drag the map. All those mouseover and
If you have a page that's sensitive to the details of the tile
graphics (like diddlefinger) then now would be a good time to check
your page.
--
[link]
The Blackpool Community Church Javascript Team
New Methods
GPolygon.deleteVertex(vertex)
GPolygon.disableEditing()
GPolygon.enableDrawing()
GPolygon.enableEditing()
GPolygon.insertVertex(vertex,l atlng)
GPolygon.setFillStyle(opts)
I have seen only one example of this technology actually working.
Example:
Actions:
1) geocode address
2) move / adjust point
3) enter name, etc.
4) post XY, name, etc. to spreadsheet
If anyone has gotten this to work, please post a response so I can get
in touch with you.
OK so yeah there's probably a hundred different apps that do that but
Error: d[a].apply is not a function
Source File: [link]
Line: 158
it happens when i try to click on a marker that has a balloon.
The map [link] has been
bested and working fine on both IE6 & IE7 since March this year.
However, when I opened the page this morning, runtime error has
occurred. Does anyone has any clue what could be causing the problem?
Thanks for your attention.