The info window pops up but I don't see any text.
This used to work. What's up?
The info window pops up but I don't see any text.
This used to work. What's up?
When I enable the Polilye editing:
line.enableEditing({onEvent: "mouseover"});
Is possible to change the default icon?
Default icon is no precise.
Thanks a lot.
I thought I should let you know that I'm spending 6 months away from
America - a month in Asia and then 5 months in Australia. Here's a map
that shows my travels, just to make this post API related:
[link]
Any help with this would be appreciated.
I will provide two example links.
When you mouse over the polyline at this link, the polyline changes
color and then changes back again when you mouse out.
This is great, but do you notice how if you do it at normal speed the
cursor hand flickers to the “pointer hand” and then changes back to
[link] thanks.
I come to you because i'm looking for a response to my 'little'
problem...
I use a overlay as follow:
geoXml = new google.maps.GeoXml("myurl.kml" );
map.addOverlay(geoXml);
I want to put an ID in my kml file, but i do not want the infowindow
to display this
I would like no infowindow on this Overlay.
I'm trying to get some coordinates from a database, insert them into a
XML file and them show them on the map, snapped to the nearest road.
The thing is I am having problems because the asynchronous thing.
What's the best option to avoid/step over it?
I read setTimeout is not the best choice, but even that I'm unable to
F.eks: I´m making a Route between 4 shops and want the icons to be the
shops logos.
Is it possible?
first of all - I am a complete newbie to all of this, so probably I am
making a mistake that seems ridiculous to most of you.
However: here is my problem:
I want to create a page where users can enter their zip code to focus
on a certain region and toggle on / off individually coloured groups
thank you all.
Thanks..
I have a KML file which defines a description used for the infoWindow.
The description tag contains CDATA which defines a div to be used to
display in the infoWindow, e.g.:
<Placemark>
...
<description><![CDATA[
<div style="font-size:9pt;font-fami ly:trebuchet
MS,verdana,sans;margin-top:2px ;margin-left:2px;line-height:9 pt;">
I had look around google to find a better way to define own region at
map.
Do you guys have any idea to do that on google map which I can define
the region on the map and get the longitude and latitude for the whole
region which later I can show the polygon over the google map?
Appreciate for the help. Thank you.
My site has been up and running without problems for the past few
weeks, but last night (despite not making any changes to the source
code) Firebug started to report the following:
handleErrors is not defined
[link]
Line 288
When i comment out addOverlay as defined in the function
I'm trying to get walking directions working. I set travel mode to
walking with the following line of code:
gdir.load("from: " + fromAddress + " to: " + toAddress, "en_AU",
G_TRAVEL_MODE_WALKING);
and have given the Gdirections constructor a <div> element called
"directions"
gdir = new GDirections(map, document.getElementById("direc tions"));
It's a KML layer with two polygons, both have an innerBoundary and
outerBoundary to create a cut-out effect. The idea is to dim the area
Marcin
Ahora bien, tengo otra pequeña consulta adicional:
¿Cómo puedo hacer en Google Maps (dentro de mi página Web) para que
But it does not work.
////////////////////////////// /////////
var map = new GMap2();
var marker = new GMarker(new GLatLng(56,37));
map.addOverlay(marker);
var mess = "It works";
marker.openInfoWindow("<input type='button' value='Test'
but I am not having any luck getting a modified version to work
properly. The map2 div that I am trying to create in the infowindow
seems like it is not being created when openInfoWindowHTML is called.
I need view all the markers created on the map on the same time...
There's a function that returns de bounds of the farest markers?
With that information, how can I calc the center and the zoom level to
make sure that
all markers will be visible at the same time?
Thanks in advance
Tiago
I have a site where I am using PHP/MySQL to create an xml file with
point data. Then I load the xml file using GDownloadURL. I followed
the example in the article by Pamela Fox, "Using PHP/MySQL with Google
Maps". It's a work in progress, but works great so far.
Here is a link to the page:
<form action="#" onsubmit="showAddress(this.add ress.value); return
false">
<p>
<input type="text" size="60" name="address" value="1600
var kml = new GGeoXml(kmlUrl);
document.getElementById("messa ge").innerHTML = 'got kml ' +