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

2011-03-18 Thread sq wang
I am trying to add my layer which can catch the click event. So I focus on the overlayMouseTarget type panes, But I cannot find any example about it. Who can help me? Or give me a very simple example. Thanks! -- You received this message because you are subscribed to the Google Groups "Google

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

2011-03-18 Thread ervin lawrence
My name is Ervin and I live in Japan near Tokyo. I created a website to find homes for some of the 1.5 million homeless. Problem is, I am imputting manually the map. I need help with automatic imput. I found this. http://code.google.com/apis/maps/articles/phpsqlinfo.html I believe this is wha

[Google Maps API v3] Re: Markers and zIndex

2011-03-18 Thread Gary Little
Simon: I tried your sample and I also observe the problem you're describing. I added an optimized: false parameter to each marker and everything now works as expected! Definitely a bug -- zindex of draggable markers isn't behaving as expected when optimized is true (the new default). Gary On M

[Google Maps API v3] non-planetary map

2011-03-18 Thread Bevan Bennett
I have some projecst where I'd like to use the Google Maps UI (because it's awesome), but not using maps that correspond to real world LatLong. It seems like this should be possible, even potentially easy once I create suitable tiles, but none of the examples seem to cover this sort of usage, a

[Google Maps API v3] Newbie: Maps works by itself, when adding to site, does not showup.

2011-03-18 Thread AJ
I am wanting to use Google Maps with image overlay to show service coverage areas. I have created the code to do the google map kml ground overlay using Javascript and it works by itself. But I want to incorporate it in to our website, so that the background, menu etc looks uniform with the r

[Google Maps API v3] Ocassional "Blank" Maps?

2011-03-18 Thread etheriau
Hi-- Yesterday afternoon, I loaded my site in my web browser and my maps were empty no matter what I did (different browsers, different machines, different networks, no errors in the browser Error Console) and when I went into my Google Account to pause my ads, that UI was indicating that thing

[Google Maps API v3] Re: Extract Example Doesn't Show all Data

2011-03-18 Thread geocode...@gmail.com
On Mar 18, 5:14 pm, Andrew Sparrow wrote: > So what I'm trying to do is pretty simple. I just want the simple geocoding > example.   A geocoder takes a (usually) postal address and returns the coordinates. A reverse geocoder takes coordinates and returns the address. > Unfortunately the sample

[Google Maps API v3] Extract Example Doesn't Show all Data

2011-03-18 Thread Andrew Sparrow
So what I'm trying to do is pretty simple. I just want the simple geocoding example. Unfortunately the sample shows the name of the place, but doesn't include all the other info you usually get from google maps, like address, phone number, website, image, etc, that show up in that little pop-up

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

2011-03-18 Thread Tim H
How do I display an v3 api Adsense ad in an external div, ie outside the map? -- 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

[Google Maps API v3] Re: kml v3 overlay

2011-03-18 Thread geocode...@gmail.com
On Mar 18, 4:21 pm, Greg Borbonus wrote: > Hi Guys, > > I'm developing a site with a google map system and a neighborhood KML > system. > > I'm wondering if you all can help me to determine where an address > fits in. > > for example, I load a kml file on a map( http://greg.prowebconcepts.com/test

[Google Maps API v3] kml v3 overlay

2011-03-18 Thread Greg Borbonus
Hi Guys, I'm developing a site with a google map system and a neighborhood KML system. I'm wondering if you all can help me to determine where an address fits in. for example, I load a kml file on a map(http://greg.prowebconcepts.com/ test.html). 3 things I'd like to have happen. 1, it's light

[Google Maps API v3] Problem with ajax to add a Marker in DB

2011-03-18 Thread thebit
Hello, I realise (with the help of this wonderful google group) a JS code that allows to add Marker and save them into a DB. A example (not perfectly working) it's visible by going to http://thebit.altervista.org/maps/testAddMarker3.php So, the problem I have is to add the marker (which works in t

Re: [Google Maps API v3] Re: Multiple KMZ Files Load but Click Events Don't work

2011-03-18 Thread Wayne Taylor
What I found was that the resolution of the screen was what was causing my issue. What I did to fix it was define the window that my map loads into to 400px X 700px. the actual code is below. It really doesn't make scenes why this fixed the issue but it worked for me. Hope it can help you. docum

[Google Maps API v3] Re: Marker cursor does not change

2011-03-18 Thread Rossko
> What's wrong here? Where? i.e. where is your demonstration of your problem? If you want a wild guess, I would think you haven't set the shape property of your icon properly. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To

[Google Maps API v3] Re: Multiple KMZ Files Load but Click Events Don't work

2011-03-18 Thread geocode...@gmail.com
On Mar 18, 1:49 pm, M wrote: > Do you want just the KMZ file? Not really. A link to a map that shows the problem you are seeing would let me see it. Once I can see the problem, I can investigate it, if I need the kmz file to do that, I can get it from there. -- Larry > > On Mar 18, 2:44 pm,

[Google Maps API v3] Re: Multiple KMZ Files Load but Click Events Don't work

2011-03-18 Thread M
Do you want just the KMZ file? On Mar 18, 2:44 pm, "geocode...@gmail.com" wrote: > On Mar 18, 1:31 pm, M wrote: > > > I get something similar on my map. > > > The map doesn't seem to display click-able regions on my kmlLayer for > > certain zoom levels even though I have added a click handler. F

[Google Maps API v3] Re: Multiple KMZ Files Load but Click Events Don't work

2011-03-18 Thread geocode...@gmail.com
On Mar 18, 1:31 pm, M wrote: > I get something similar on my map. > > The map doesn't seem to display click-able regions on my kmlLayer for > certain zoom levels even though I have added a click handler. For me > zoom level 5 doesn't let me click any of the KML areas to get the > click event to tr

[Google Maps API v3] Re: Multiple KMZ Files Load but Click Events Don't work

2011-03-18 Thread M
I get something similar on my map. The map doesn't seem to display click-able regions on my kmlLayer for certain zoom levels even though I have added a click handler. For me zoom level 5 doesn't let me click any of the KML areas to get the click event to trigger. However, all zoom levels other tha

[Google Maps API v3] Marker cursor does not change

2011-03-18 Thread Yves
I can define whatever cursor and shape I want for a Marker, it just doesn't change the cursor to anything than the default arrow. What's wrong here? I've added a click handler for my Markers so that the user is redirected to a detail view for that marker. A "pointing hand" cursor would be very appr

[Google Maps API v3] Re: Slow loading markers

2011-03-18 Thread Rossko
> Hope the link helps. No, it doesn't. -- 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-a

[Google Maps API v3] Re: Dynamic viewport and sidebar update with clustering

2011-03-18 Thread stefano
The typo was the problem. Now it seems to work. Thanks. http://www.onethousandcolors.com/test/cluster6.php?cLat=45&cLng=8 Stefano On Mar 17, 2:59 pm, "geocode...@gmail.com" wrote: > That (and fixing a typo in this line: >         markerCluster = new MarkerClusterer(map, gmarkers); > (markerClu

Re: [Google Maps API v3] Re: Is it possible to let the user draw curved directions on the map?

2011-03-18 Thread Diogo Outerelo da Silva
I don't know if it's the best choice, but there a way to find the middle latlongs. The link of the algorithm: http://www.youtube.com/watch?v=qtraD3e6Ka0 On Fri, Mar 18, 2011 at 3:20 PM, Alex Genadinik wrote: > No idea where to even start there :) > Any

[Google Maps API v3] Re: Markers and zIndex

2011-03-18 Thread bratliff
To Ben Appleton: I believe you could fix it if you did not move the child node position of the DIV containing the CANVAS tiles. Discard the CANVAS tiles but do not discard the DIV parent node. Alternatively, just slip another DIV layer in between. -- You received this message because you are s

[Google Maps API v3] Re: Draggable markers sometimes disappearing on Safari/Mac

2011-03-18 Thread Gary Little
I've now seen this even with non-draggable markers and have created a test case. See: http://code.google.com/p/gmaps-api-issues/issues/detail?id=3162 Gary On Mar 12, 4:45 pm, Gary Little wrote: > All, > > I'm experiencing an odd situation which I believe is unique toSafari > 5.0.4 running on Ma

[Google Maps API v3] Re: Markers and zIndex

2011-03-18 Thread Gary Little
See bug report at http://code.google.com/p/gmaps-api-issues/issues/detail?id=3162 On Mar 18, 11:34 am, Gary Little wrote: > Chris: > > After further analysis... optimized: false doesn't work reliably with > Safari/Mac (entire markers sometimes go missing). Seems to be OK with > every other Mac b

[Google Maps API v3] Re: Events in Polygons generated loading KML file

2011-03-18 Thread bratliff
On Mar 18, 6:21 pm, "geocode...@gmail.com" wrote: > The only documented events for KmlLayer are: > click > defaultviewport_changed > > You could file an enhancement > request:http://code.google.com/p/gmaps-api-issues/issues/list?q=apitype%3AJav... Since KMLLayers generate image tiles, it requir

[Google Maps API v3] Re: Markers and zIndex

2011-03-18 Thread Gary Little
Chris: After further analysis... optimized: false doesn't work reliably with Safari/Mac (entire markers sometimes go missing). Seems to be OK with every other Mac browser. Will start a new thread to discuss. Gary On Mar 18, 9:42 am, Gary Little wrote: > Chris: > > Setting optimized: false seems

[Google Maps API v3] Re: Events in Polygons generated loading KML file

2011-03-18 Thread geocode...@gmail.com
On Mar 18, 10:50 am, Iván González wrote: > Hi everybody, > > I am reading the forum, and i see some post about these, but no > solutions. I think that polygon that are created loading a KML archive > only has 'click event', am i right? ... Because i trying to apply > mouseover to the polygons gen

Re: [Google Maps API v3] Re: Is it possible to let the user draw curved directions on the map?

2011-03-18 Thread Alex Genadinik
No idea where to even start there :) Any examples or source I can browse to get an idea of how to do this? Thanks, Alex -- 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@

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

2011-03-18 Thread bratliff
I am using Firefox. I am unable to force the API to build CANVAS markers: var test=new google.maps.Marker ({ map:cover, position:new google.maps.LatLng(+40,-95), clickable:false, optimized:true, zIndex

Re: [Google Maps API v3] Re: Is it possible to let the user draw curved directions on the map?

2011-03-18 Thread Diogo Outerelo da Silva
maybe you can use newton's interpolation. On Fri, Mar 18, 2011 at 2:43 PM, geocode...@gmail.com wrote: > On Mar 18, 10:39 am, Alex Genadinik wrote: > > Thanks, that looks very curved actually. > > I see in the example they use predefined circle formulas. But in my case > I > > need users to sim

[Google Maps API v3] Re: Events in Polygons generated loading KML file

2011-03-18 Thread Chad Killingsworth
Correct. Kml features do not have mouseover events. Chad Killingsworth -- 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,

[Google Maps API v3] Events in Polygons generated loading KML file

2011-03-18 Thread Iván González
Hi everybody, Iam reading the forum, and i see some post about these, but no solutions. I think that polygon that are created loading a KML archive only has 'click event', am i right? ... Because i trying to apply mouseover to the polygons generated in this map: http://www.astursoluciones.com/obs

[Google Maps API v3] Re: Markers and zIndex

2011-03-18 Thread bratliff
On Mar 18, 4:42 pm, Gary Little wrote: > Chris: > > Setting optimized: false seems to have solved my problem since I was > already doing everything else you suggested. Thanks. > > Now I wish I could set optimized: true but for that I need an official > way to access the internal z-indexes of the m

[Google Maps API v3] Re: Is it possible to let the user draw curved directions on the map?

2011-03-18 Thread geocode...@gmail.com
On Mar 18, 10:39 am, Alex Genadinik wrote: > Thanks, that looks very curved actually. > I see in the example they use predefined circle formulas.  But in my case I > need users to simply enter points and the map to just be smooth. > > Is it possible to do what I need without predefining the formul

[Google Maps API v3] Re: Markers becoming invisible

2011-03-18 Thread suricatecan
Weird... I'm accessing from external link too and it loads ok. I forgot something too. The behaviour only happens with IE. I'm using IE 8. -- 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 goog

[Google Maps API v3] Re: Markers becoming invisible

2011-03-18 Thread suricatecan
You are right, Larry. It's inaccessible. I'll see what's happenning and post back here. Sorry. suricatecan -- 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.

[Google Maps API v3] Re: Markers becoming invisible

2011-03-18 Thread suricatecan
Hey Larry, Try this one: http://200.229.198.80/googlemaps/ Thanks -- 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

[Google Maps API v3] Re: Is it possible to let the user draw curved directions on the map?

2011-03-18 Thread Alex Genadinik
Thanks, that looks very curved actually. I see in the example they use predefined circle formulas. But in my case I need users to simply enter points and the map to just be smooth. Is it possible to do what I need without predefining the formulas? Thanks, Alex -- You received this message b

[Google Maps API v3] Geocoder consturctor failure

2011-03-18 Thread Mike Calmus
Hi. I just got a user report where in IE8 a user got the error "'google.maps.Geocoder' is null or not an object". I haven't seen this happen myself, but I wanted to see if anyone knew how it could occur. The line of code on our site does the following: geocoder = new google.maps.Geocoder(); As I

[Google Maps API v3] Re: Is it possible to let the user draw curved directions on the map?

2011-03-18 Thread geocode...@gmail.com
On Mar 18, 9:38 am, Alex Genadinik wrote: > Hi, > > I am trying to allow the users to pick a starting place, and then draw the > rout which they walked.  Since the rout is never straight as it would be > with driving, it is at all possible to create curved lined using google maps > api?   No. But

[Google Maps API v3] Re: Slow loading markers

2011-03-18 Thread misi_
I'm working with this control: http://www.codeproject.com/KB/custom-controls/Google-Map-Control-Part-2.aspx I have 15 markers representing 15 different vehicles, and 15 more representing each vehicle's direction. Loading 15 markers on map wasn't making me any problems, adding markers that show ve

[Google Maps API v3] Re: google template error????

2011-03-18 Thread geocode...@gmail.com
On Mar 18, 10:16 am, hunter Willis wrote: > There is no error. When I am editing , dreamweaver only says "syntax > error line 12. Code hinting is now off." Then it is a problem with the tool and nothing to do with the Google Maps Javascript API v3 (that is valid javascript). Complain to the drea

[Google Maps API v3] Re: Markers and zIndex

2011-03-18 Thread bratliff
On Mar 18, 4:43 am, Gary Little wrote: > Chris, > > I too have been noticing unexpected problems in z ordering with V3.4, > not sure if it's related to this problem, but it might be. > > In my case, I'm attempting to set the z-index of an OverlayView object > based on the current z-index of an ass

Re: [Google Maps API v3] google template error????

2011-03-18 Thread hunter Willis
There is no error. When I am editing , dreamweaver only says "syntax error line 12. Code hinting is now off." On Friday, March 18, 2011, Rossko wrote: >> in the picture, the line "var myOptions = *WHAT*" > > It's javascript. > var myOptions = { >    zoom : 6 > } ; > is the same as > var myOption

[Google Maps API v3] Re: google template error????

2011-03-18 Thread Rossko
> in the picture, the line "var myOptions = *WHAT*" It's javascript. var myOptions = { zoom : 6 } ; is the same as var myOptions = { zoom : 6 }; > there is no ending to this line, and it is giving me errors If we knew what errors we might be able to help. -- You received this message becau

[Google Maps API v3] Re: Markers and zIndex

2011-03-18 Thread Gary Little
Chris: Setting optimized: false seems to have solved my problem since I was already doing everything else you suggested. Thanks. Now I wish I could set optimized: true but for that I need an official way to access the internal z-indexes of the marker. (This is part of my work on MarkerWithLabel

[Google Maps API v3] Is it possible to let the user draw curved directions on the map?

2011-03-18 Thread Alex Genadinik
Hi, I am trying to allow the users to pick a starting place, and then draw the rout which they walked. Since the rout is never straight as it would be with driving, it is at all possible to create curved lined using google maps api? If so, how can I go about doing that? And are there any go

[Google Maps API v3] Re: google template error????

2011-03-18 Thread copilt0910
sorry. forgot to upload picture... -- 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-

[Google Maps API v3] google template error????

2011-03-18 Thread copilt0910
why does the code from the actual google maps tutorial not work??? in the picture, the line "var myOptions = *WHAT*" there is no ending to this line, and it is giving me errors SOMEONE HELP ME PLEASE -- You received this message because you are subscribed to the Google Groups "Google Maps

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

2011-03-18 Thread bratliff
On Mar 17, 7:07 am, "Chris Broadfoot (Google Employee)" wrote: > Hi all, > > Today we pushed a new version of the API. This version brings some pretty > nice features, as detailed in Thor's blog post > here:http://googlegeodevelopers.blogspot.com/2011/03/new-angle-on-world-wi... > > We also pushe

[Google Maps API v3] Re: Marker position not accurate when using markermanager

2011-03-18 Thread Bjorn
Found out what the problem was.. I had set the size of the MarkerImage to a bigger size than the actual image and therefore the marker appeared to be at the incorrect position. On Mar 18, 2:14 pm, "geocode...@gmail.com" wrote: > On Mar 18, 3:59 am, Bjorn wrote: > > > Hi, > > > I have a problem

Re: [Google Maps API v3] Markers and zIndex

2011-03-18 Thread sgiddings
Hi Chris, Ok, sample whipped up ! http://www.pumaproductions.fr/google/markerzindex.htm >From further tests, it would appear related to the use of the 'draggable' property. This leads me to the following question : would changing the draggable property dynamically (through setDraggable) affect

[Google Maps API v3] Re: Markers becoming invisible

2011-03-18 Thread geocode...@gmail.com
On Mar 18, 6:09 am, suricatecan wrote: > Hey you! > > It's my first post here and I hope you can help me (brasilian guy > here, so, sorry for my english). > > I'm developing a website that shows the itinerary and bus stops for > some lines in the city. > I managed to show the map and all the iti

[Google Maps API v3] Re: Marker position not accurate when using markermanager

2011-03-18 Thread geocode...@gmail.com
On Mar 18, 3:59 am, Bjorn wrote: > Hi, > > I have a problem with the marker positions when using the > markermanager. When zoomed in on the map I see that the markers are > positioned correctly but when I zoom out the markers gets offset from > the actual position. Is the normal behaviour that the

[Google Maps API v3] Markers becoming invisible

2011-03-18 Thread suricatecan
Hey you! It's my first post here and I hope you can help me (brasilian guy here, so, sorry for my english). I'm developing a website that shows the itinerary and bus stops for some lines in the city. I managed to show the map and all the itinerary, but when drawing the bus stops, not all of them

[Google Maps API v3] How I published 200 panoramas using Google custom streetview

2011-03-18 Thread janmartin
Hi all, please have a look at how I published 200 panoramas I shot myself using Google custom streetview: http://www.diy-streetview.org/2011/03/17/google-streetview-player-for-diy-streetviews/ An overview map has been added. The camera I used to shoot the streetviews while walking, without even

[Google Maps API v3] Marker position not accurate when using markermanager

2011-03-18 Thread Bjorn
Hi, I have a problem with the marker positions when using the markermanager. When zoomed in on the map I see that the markers are positioned correctly but when I zoom out the markers gets offset from the actual position. Is the normal behaviour that the "accuracy" gets worse when zooming out? Che

[Google Maps API v3] Re: Slow loading markers

2011-03-18 Thread geocode...@gmail.com
On Mar 18, 6:04 am, misi_ wrote: > It only happens in Chrome. In Mozilla it works like a charm. Still can't guess. Did you read Rossko's request for a link to the patient? -- Larry > > On Mar 16, 6:51 pm, Rossko wrote: > > > > > > > > > > Can you please give me some ideas on how to reduce

[Google Maps API v3] Re: Slow loading markers

2011-03-18 Thread misi_
It only happens in Chrome. In Mozilla it works like a charm. On Mar 16, 6:51 pm, Rossko wrote: > > Can you please give me some ideas on how to reduce the time needed for > >loadingthemarkerson map. I have 30markersand it requires a minute > > or more to load all themarkers. > > Something wrong th

[Google Maps API v3] iPad/iPhone Link from website opening Maps Application

2011-03-18 Thread jams
I am developing a website that will show people a schedule of multiple places to visit, from the website they can click a link that goes to Google Maps and shows them the schedule plotted on a map with directions etc... The problem is that when clicking this link from the website on an iPad t

[Google Maps API v3] Control's dimensions for mobile version

2011-03-18 Thread Giac
Hi everybody! I created a custom control (called “Info”, it doesn't do anything at the moment) that looks like the Google Maps standard controls ( http://www.mastercomunicazionestorica.it/geo/controllip.html ) My problem is that, if I visualize the map in a computer's monitor my custom control

[Google Maps API v3] Re: Custom grids

2011-03-18 Thread Alexey Onuchin
Thanks for the info Chris, But actually it is not the same I want. This example uses tiles and it is also strange that CustomOverlay is designed without onAdd Draw and onRemove :) I'd like to set Lat and Lon lines on specific geo coords (for example, from the left to the right with 1 minute increm