I have a map on my site, but is not all that i would like it to be
[link]
I would like to have each person upload his/her logo are snap short of
his/her web site,
A click able link to the website url that was used for the snap shot
I have a map on my site, but is not all that i would like it to be
[link]
I would like to have each person upload his/her logo are snap short of
his/her web site,
A click able link to the website url that was used for the snap shot
Most of the four tile servers deliver tiles in 0.07 - 1.0 seconds:
typically in ~250ms.
But more than half the time, one (sometimes two) of the tile servers
takes 15.1 sec. Obviously, the lag of 15.1 sec is much longer than
the other tile servers. But why 15.1? Why not sometimes 5 sec, and
Here is what I think is the relevant code:
++++++++++++++++++++++++++++++ +++
function createMarker(point, title, address, description, type, id,
url) {
I've been submitting some mapplets to the Google Mapplets Directory
and I just realized they're showing up in the Google Gadgets
Directory.
You can check it out here (Google Gadgets Directory):
[link]
The ones with the map in the thumbnail are the mapplets, but they're
Im having a bit of an issue with transparency while using a basic map
setup.
As you can see in the picture, the "should be transparent" sections
behind all of the overlays including the google logo are showing up
if the marker doesnt exist on the position we create new one, but if
exist we show the openInfoHtml()
I am looking through the Google maps API documentation to figure out
if I can associate a custom property with a Gmarker or a GPolyline. I
want to do this because, I want to load the html for the info window
dynamically through AJAX when the user click on it. Or atleast provide
a 'more' link on the info window that will fetch more bulky
Ich suche eine Möglichkeit, in meinem BLOG in einer Google Maps Karte
aktuelle Punkte zu setzen, die dann miteinander verbunden werden.
hintergrund:
Bei einer Rundreise die etwas länger dauert, wäre es super, zu sehen
wo man sich gerade befindet. Würde täglich einmal Koordinaten liefern.
Should I make up to 30 different records for the same workman under
The map works properly after a open Firebug at the bottom of the
browser. This seems to cause Google Maps to reread the DOM? Very
Is it possible to set the opacity on a GTileLayer? The API only states
a getOpacity(...). Is there any way I can set the Opacity on a
GTileLayer that has already been added to map. Or should I remove the
existing GTileLayer and add a new one with the new opacity?
Thank You,
Vish
i have a problem with GPolyline showing up onmousover some markers.
occurs in FF2 and FF3, works fine in IE7 and (sometimes?) in
Opera9.50, all v2. versions. i know that the point length is limited
but that is not the problem, i do have a maximum of 11 points.
what happens: polylines show up okay on some marker mouseover and not
<script type="text/javascript">
function initialize() {
I'm thinking about building a restaurant suggestion system where user
enters his/her location, budget and preferences of food and the system
will use Google map to generate a list of suggest restaurants based on
JM
I'm in desperate need of a way that I can use Google’s MAP API with
full postcode search as the one I have only allows partial.
Is there any way this can be done and if so please could someone point
me on the right direction.
Many thanks,
Gazz
How can you stop the event propagation from an ovelay / polyline to
the Map. For example two events added like as:
google.maps.Event.addListener( myPolyline, 'clicked',
function(){alert('polyline clicked')});
google.maps.Event.addListener( myMap, 'clicked',
function(){alert('event propagated to map');});
Now, I also have a list below the map that names all the pins. I'd
like those to be hyperlinks that center the map on the relevant pin
and open the pin's bubble.
I've looked for documentation or code examples of this out there...
...
var data = transport.responseText.evalJSO N(true);
for(i=0;i<=data.Placemark.leng th-1;i++){
addressPoint = new
GLatLng(data.Placemark[i].Poin t.coordinates[1],data.Placemar k[i].Point.coordinates[0]);
new_li = document.createElement('li')