Re: [Google Maps API v3] Re: New Release - 2011/3/17

2011-03-20 Thread Chris Broadfoot
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

[Google Maps API v3] Re: Serious flaw in API

2011-03-20 Thread Todd Moyer
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/

Re: [Google Maps API v3] Serious flaw in API

2011-03-20 Thread Luke Mahé
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

[Google Maps API v3] Serious flaw in API

2011-03-20 Thread Todd Moyer
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

[Google Maps API v3] Re: try to push marker from xml

2011-03-20 Thread geocode...@gmail.com
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

[Google Maps API v3] Country/Regions On Map

2011-03-20 Thread KristyKay
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

Re: [Google Maps API v3] Tabbed Infowindows

2011-03-20 Thread Luke Mahé
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,

[Google Maps API v3] Re: Geocoding confirmation

2011-03-20 Thread Rossko
> 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

[Google Maps API v3] Recenter after opening info window

2011-03-20 Thread Brian_70
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

[Google Maps API v3] Re: Geocoding confirmation

2011-03-20 Thread caffeinated
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

[Google Maps API v3] Re: try to push marker from xml

2011-03-20 Thread qcwebdev
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

Re: [Google Maps API v3] Overview Map Control and Traffic Layer bug

2011-03-20 Thread RobMaps
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

Re: [Google Maps API v3] Overview Map Control and Traffic Layer bug

2011-03-20 Thread Luke Mahé
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

[Google Maps API v3] Re: Display panoramio layer inside infowindow

2011-03-20 Thread Tim H
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

Re: [Google Maps API v3] Re: Display Adsense for maps ad in an external div.

2011-03-20 Thread Tim H
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

Re: [Google Maps API v3] Re: Display Adsense for maps ad in an external div.

2011-03-20 Thread RobMaps
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

[Google Maps API v3] Maps V3 over Flash

2011-03-20 Thread Douglas Rhiner
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

[Google Maps API v3] Overview Map Control and Traffic Layer bug

2011-03-20 Thread RobMaps
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

Re: [Google Maps API v3] Re: Display Adsense for maps ad in an external div.

2011-03-20 Thread Luke Mahé
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

Re: [Google Maps API v3] Sidebar overflow help. URGENT JAPAN QUAKE WEBSITE

2011-03-20 Thread Luke Mahé
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

[Google Maps API v3] Re: try to push marker from xml

2011-03-20 Thread geocode...@gmail.com
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

[Google Maps API v3] try to push marker from xml

2011-03-20 Thread qcwebdev
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

[Google Maps API v3] Sidebar overflow help. URGENT JAPAN QUAKE WEBSITE

2011-03-20 Thread ervin lawrence
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

[Google Maps API v3] Re: Maps do not display in IE8 Firefox or Opera. Chrome and Safari are OK

2011-03-20 Thread geocode...@gmail.com
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

[Google Maps API v3] Maps do not display in IE8 Firefox or Opera. Chrome and Safari are OK

2011-03-20 Thread Tony
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

Re: [Google Maps API v3] Pls help:Using Document object in javascript for Google Maps

2011-03-20 Thread Michael Geary
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

[Google Maps API v3] panning and infowindow n00b questions

2011-03-20 Thread nny
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

Re: [Google Maps API v3] Google maps not loading when becouse of sql query

2011-03-20 Thread Michael Geary
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

[Google Maps API v3] Google maps not loading when becouse of sql query

2011-03-20 Thread George Maina
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 = \"

[Google Maps API v3] Pls help:Using Document object in javascript for Google Maps

2011-03-20 Thread Sandeep Samdaria
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

[Google Maps API v3] Re: Display Adsense for maps ad in an external div.

2011-03-20 Thread Tim H
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.

Re: [Google Maps API v3] Re: How I setOpacity to load at 100% in geoxml3 using projected overlay? load categories sidebarhtml at the beginning and not wait for a click?

2011-03-20 Thread Christopher Watson
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

[Google Maps API v3] Managing markers on google maps with jquery slider

2011-03-20 Thread Anush
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

[Google Maps API v3] Tabbed Infowindows

2011-03-20 Thread Edward
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

[Google Maps API v3] Re: Question concerning Terms of Service

2011-03-20 Thread Bill Lee
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

[Google Maps API v3] Re: transparent maps

2011-03-20 Thread geocode...@gmail.com
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

Re: [Google Maps API v3] Re: URGENT: Japan QUake Google Map Help

2011-03-20 Thread ervin lawrence
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

[Google Maps API v3] Re: How can I used the overlayMouseTarget Custom Overlays

2011-03-20 Thread Gary Little
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