Unfortunately it is not feasible to put draggable markers below canvas
markers.
So, unless you want all your draggable markers above canvas markers, it's
necessary to specify optimized: false when creating your non-draggable
markers.
Hope this helps,
Chris
--
You received this message because y
Awesome! Thank you.
On Mar 20, 11:24 pm, Luke Mahé wrote:
> If you append &callback=myCallback
> tohttp://maps.google.com/maps/api/js?sensor=falsethen the script will be
> added how you mention and will call the callback when the script has been
> loaded.
> Seehttp://code.google.com/apis/maps/
If you append &callback=myCallback to
http://maps.google.com/maps/api/js?sensor=false then the script will be
added how you mention and will call the callback when the script has been
loaded. See
http://code.google.com/apis/maps/documentation/javascript/basics.html#Async
-- Luke
On Mon, Mar 21, 2
The code found here:
http://maps.google.com/maps/api/js?sensor=false
Uses document.write()! ARGGGH!!!
This will overwrite the entire page if anyone tries to initialize the
API after the page has loaded.
PLEASE change this:
function getScript(src) {
document.write('<' + 'script src="' + src
On Mar 20, 5:09 pm, qcwebdev wrote:
> thanks
>
> Don't you see the javascript error?
>
> No!!.. how do you see javascript error...firebug??
The "Error Console" in Chrome in this particular case, but the "Error
Console" in Firefox shows it as well.
-- Larry
> (hard to understand) Yes im totall
I'd like to add a "Countries I've Visited" map to my site where the
countries would come from a database so when the page is loaded, the
map is built based on the database info. Can someone point me in the
right direction? How would I do this? I understand the basic
concepts of creating a map bu
You problem is most likley this:
infoWindow.setContent(html);
$('#tabs').tabs();
#tabs most probably doesn't exist yet and you should instead add a event
listener to the infoWindow to listen to the domready event and in the
callback create the tabs.
Hope this helps.
-- Luke
On Mon, Mar 21,
> I cannot work out why it won't plot my marker on the location I have
> searched. I have tested the search function, and it does give me a
> result. But for some reason I am let down by:
> var myLat = myJSONResult.results[0].geometry.location.lat;
> var myLng = myJSONResult.results
I'm creating a map that opens an info window, but I can't seem to figure out
how to get the map to center around the info window. Here's a link to the
page I'm developing:
http://mann.sytes.net/susanna/contact_us.php
Any advice would be greatly appreciated.
Thanks
Brian
--
You received this
I am missing a lot of the information required to do that as I am
completely new to Google Maps APIs. At the moment I am attempting to
just mark one location from a MySQL database just to do it all in baby
steps. I figure this is the first one I need to overcome. The URL of
the page I am attempting
thanks
Don't you see the javascript error?
No!!.. how do you see javascript error...firebug?? (hard to understand)
Yes im totally newbie to javascript googlemap programming
when i found something works, i try to adapt to what i want to accomplish
beleive me iv try a LOT of code BEFORE posting he
Thanks Luke, I've bookmarked the issue
--
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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to
google-maps-js-ap
Thanks for reporting the bug. I have filed a issue that you can follow -
http://code.google.com/p/gmaps-api-issues/issues/list?cursor=3167
-- Luke
On Mon, Mar 21, 2011 at 9:44 AM, RobMaps wrote:
> I noticed a bug with the Traffic Layer when the Overview Map Control is
> enabled. If you take the
I don't think I explained myself very well, sorry.
I have 2 questions re the panoramio layer;
1 - Is it possible to display a map with the Panoramio layer visible on a
small map within an info window?
2 - Is it possible to make a button or similar which enables users to toggle
on and off the pa
Thanks RobMaps, that does just what I was trying to figure out.
--
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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send em
You can by including the div as the first parameter (container) when
creating the AdUnit, see
http://code.google.com/apis/maps/documentation/javascript/reference.html#AdUnit
e.g.
var adUnitOptions =
{
format: google.maps.adsense.AdFormat.HALF_BANNER,
publisherId:myAds
I have a div that contains Flash content.
I also have several other div's that appear and z-index above the Flash div
with no issues, including div's that implements the Google Earth plug-in,
video, pdf's images, etc
However, when the div that contains Google Maps V3 content appears, the only
I noticed a bug with the Traffic Layer when the Overview Map Control is
enabled. If you take the code from
http://code.google.com/apis/maps/documentation/javascript/examples/layer-traffic.htmland
add
*overviewMapControl: true* to myOptions you can see the problem.
No traffic layer appears when
You can't, for that you need to use regular adsense but the ads will not be
linked to the map.
-- Luke
On Mon, Mar 21, 2011 at 4:51 AM, Tim H wrote:
> bump
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To post to t
Add the following styles to #side_bar
1. overflow-y: scroll;
2. height: 550px;
Hope this helps.
-- Luke
On Mon, Mar 21, 2011 at 8:50 AM, ervin lawrence wrote:
> My name is Ervin and I live near Tokyo. I have a website called
> OPERATION SHARE YOUR HOME for the victims of the earthqua
On Mar 20, 3:14 pm, qcwebdev wrote:
> im trying to display marker from xml doc
> im able to display polyline from same xml ( And it work well )
>
> copy paste same code ( with marker instead of polyline and wont work )
> this is my test sitehttp://www.ma117.info/maptest432.html
>
> surely a missun
im trying to display marker from xml doc
im able to display polyline from same xml ( And it work well )
copy paste same code ( with marker instead of polyline and wont work )
this is my test site http://www.ma117.info/maptest432.html
surely a missunderstand of the marker function
but cant finding
My name is Ervin and I live near Tokyo. I have a website called
OPERATION SHARE YOUR HOME for the victims of the earthquake. I am
using google map to plot houses available for victims. Problem is the
sidebar has to many names and extending down to far. I need to adjust
my code so it becomes a scrol
On Mar 20, 2:14 pm, Tony wrote:
> I have a problem with maps V3 which happens in Internet Explorer 8,
> Firefox 3.0.14, and Opera 11.01. I do not get the problem with
> Chrome or Safari it works great with them.
>
> When the page loads it should show a map of the UK which zooms in
> when the user
I have a problem with maps V3 which happens in Internet Explorer 8,
Firefox 3.0.14, and Opera 11.01. I do not get the problem with Chrome
or Safari it works great with them.
When the page loads it should show a map of the UK which zooms in when
the user enters their post code eg LS9 0ED
The prob
On Sun, Mar 20, 2011 at 11:09 AM, Sandeep Samdaria <
sandyridgera...@gmail.com> wrote:
> Hello friends,
>
> I am using jsp and Java for google maps.
> Basically what i am trying to implement is that i will be calling a java
> function,in jsp using javabeans.This function will return a Document obj
Hi all few quick questions regarding this uni project ti'm working on
here is the link
http://playingintraffic.co/respondent-7/
1) how do i get the previous infowindow to close when a new one is opened
and why are the graphics of the infowindow broken?
2) I want to pan along several marker loc
Hi George,
You're looking at this from the wrong point of view.
The Google Maps API doesn't know anything about your SQL queries. It's a
browser-based JavaScript API. It doesn't see your SQL code, only what is
actually sent down to the browser.
To troubleshoot this problem, forget about SQL and
Has anyone had a problem like the one above,
im having the same issue with both v2 and v3 of google maps,
when i try to load maps with markers from a b with certain querys,
i get a blank screen, for instance, the query,
$sql="select * from my_table where longt !=0 and lat != 0 and
creater_id = \"
Hello friends,
I am using jsp and Java for google maps.
Basically what i am trying to implement is that i will be calling a java
function,in jsp using javabeans.This function will return a Document object.
Now i have the xml content,which can be parsed in a jsp page.
In,this tutorial :
http://cod
bump
--
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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to
google-maps-js-api-v3+unsubscr...@googlegroups.com.
hey larry,
yeah fixed the show all link with what you posted. you can see them all at
http://creativemaps.vism.ag/
some point i might investigate how to tie the sidebar checkbox for
categories to the bottom bar, so when they only show red pins, it only shows
red pins in the bottom bar. might be a
I would like to use google maps with jquery like how Ushahidi does. So
basically, as I slide through different months I keep loading the markers.
But when I slide back again, I will have to clear a few markers which
doesn't come under the slider date range. I would like to know what would be
a
Since V3.3 my tabbed info windows have stopped working. Can anyone advise
how to fix them please? I've seen some posts about waiting for a DOM event
but didn't understand how to implement this?
http://southwest.british-naturism.org.uk/placestogo/
thanks
--
You received this message because y
Thanks for the responses. The application is in beta right now and will be
made available on my website soon.
Regards,
Bill Lee
--
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 google-maps
On Mar 19, 11:52 pm, brick wrote:
> the static map api doesn't seem to do transparent layers like the
> overlap maps... but i am looking for a way to get a transparent map
> layer in JPG or PNG and not through the flash program. i know i could
> do it by querying the static map api on the back end
I still haven't had anyone helping me. Some one please help. Thanks.
On Sun, Mar 20, 2011 at 1:21 PM, Ralph Ames wrote:
> Where is the link to your map?
>
>
> Ralph
> -
> www.easypagez.com/maps/map_index.html
> www.easypagez.com/maps/v3_basicmap.html
>
>
>
> --
> You received this message becaus
The MarkerWithLabel utility library uses the overlayMouseTarget pane.
You can retrieve the source code at
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerwithlabel/
Gary
On Mar 18, 11:36 pm, sq wang wrote:
> I am trying to add my layer which can catch the click event. So I f
38 matches
Mail list logo