[Google Maps API v3] Double clicking a fusion table overlay -- any way to kill subsequent click event?

2011-06-15 Thread Gary Little
I've got a clickable fusion table with 15,000 polygons overlaid on my map. I have a click handler to display a dialog box when any of these polygons is clicked. When the user double clicks on a polygon, the map zooms in one level (I think this is done by the Google fusion layer code) then the

[Google Maps API v3] Maps JavaScript API v3-- directionsService.route result data error

2011-06-15 Thread bella
I use directionsService.route API to search route, the start address is 中山公园,北京,中国, and the end address is “北京东城区东华门路中山公园” but after route searching, the endaddress change to 北京市东城社区学院, 1号 Panjiapo Hutong, Dongcheng, Beijing, China, 100027 . the end address 北京东城区东华门路中山公园 and 北京市东城社区学院, 1号

[Google Maps API v3] Re: Adding Photos to Info Window

2011-06-15 Thread davie
Hi Try it You wont break anything Regards Davie On Jun 14, 8:49 pm, Michael Pateman bahamam...@gmail.com wrote: So in my fusion table, would I just put the img src... in the photo tab for each photo? -- You received this message because you are subscribed to the Google Groups Google

[Google Maps API v3] Re: default browser menu on right click

2011-06-15 Thread Pil
If you can access the browsers own context menu with Javascript it should be doable. Try http://www.wolfpil.de/v3/quick-contextmenu-hack.html The example is a quick hack, it's not completely clean and reports a Javascript error, but it should be able to show that it's generally possible.

[Google Maps API v3] Re: Adding Photos to Info Window

2011-06-15 Thread Michael Pateman
Checking the Fusion table forums now, have tried adding the html code in the fusion table it didn't work. -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To view this discussion on the web visit

[Google Maps API v3] Seriously - Does this Tutorial Creating a Store Locator with PHP, MySQL Google Maps Really Work ???

2011-06-15 Thread Seriously
This tutorial Creating a Store Locator with PHP, MySQL Google Maps http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html and a demo version http://gmaps-samples-v3.googlecode.com/svn/trunk/articles/phpsqlsearch/phpsqlsearch_map.html Does not work ? Why would Google release a demo

Re: [Google Maps API v3] Seriously - Does this Tutorial Creating a Store Locator with PHP, MySQL Google Maps Really Work ???

2011-06-15 Thread Chris Broadfoot
You need to run it on a PHP server. On Wed, Jun 15, 2011 at 10:37 PM, Seriously miketiger...@gmail.com wrote: This tutorial Creating a Store Locator with PHP, MySQL Google Maps http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html and a demo version

[Google Maps API v3] Re: How to use MarkerManager with downloadurl and xml

2011-06-15 Thread shadrack
I used some advice in the threads I found, but I couldn't get marker manager to work. Does anyone have advice on how to correctly implement markermanager on my page: http://www.greenandtheblue.com/weather/markers_xml_13jun11.html Thanks for any help! Shad On Jun 15, 5:08 am, shadrack

[Google Maps API v3] Re: Simple add waypoint to directions

2011-06-15 Thread Dev Web
Thanks again, especially for trying to help me out with the ones you got to work. I had tried that method but as I was using a form to post to get mapping directions the +to: etc just gave errors. I found adding another input field as below worked. input type=text id=saddr name=saddr value=

[Google Maps API v3] Map based POI web site

2011-06-15 Thread sgiddings
I have my site up and running (although not all of the POIs are registered yet) - http://www.letrajet.com I, obviously, need to get it correctly indexed by Google now. The content is dynamic and changes based on user input, with all poi data coming in via AJAX and displayed in infowindows

[Google Maps API v3] Is this truly a v3, no key, api?

2011-06-15 Thread mhulse
I am working with a python code snippet, and they are using the below URI with an API key: http://maps.google.com/maps/geo?q=%soutput=%skey=%s Is the key required, or does the above URI fall under the new V3, key-less, functionality? In other words, is the key required to make calls to the

Re: [Google Maps API v3] Is this truly a v3, no key, api?

2011-06-15 Thread Barry Hunter
That is the V2 Geocoding API, key required*. See http://code.google.com/apis/maps/documentation/geocoding/ for the newer API. * Although the key-check isnt always rigidly enforced - it can be considered a bug. On Wed, Jun 15, 2011 at 7:03 PM, mhulse rgmi...@gmail.com wrote: I am working with

[Google Maps API v3] Re: Autocomplete and styling of the controls

2011-06-15 Thread Clem
Same issues ! Sincerely, Clement. On 6 juin, 21:02, Miles galtsc...@gmail.com wrote: I completely agree that the user of the API should be able to supply the default text for the input box. Specifying it via the options parameter would be great. Or perhaps the google API could respect what

[Google Maps API v3] Re: Building shapes

2011-06-15 Thread shah
chuang, I am also looking into same thing. if you have a solution already, do you mind sharing it? I was thinking of creating a bound object, running a loop of polygon.paths, extend the bound with each vertex and then at the end get the north west and south east point from the bound. On Jun

[Google Maps API v3] Geocoder not Geocoding Properly

2011-06-15 Thread Sam
I am having an issue with the geocoder that I am hoping someone can help me with. On my website http://stage.specialsagent.com if you enter Chicago and submit it will try to geo on Chicago, IL notice the space, however if you geo on Chicago,IL (no space) it says that google found zero results.

[Google Maps API v3] Re: Is this truly a v3, no key, api?

2011-06-15 Thread Rossko
http://maps.google.com/maps/geo?q=%soutput=%skey=%s Is the key required, or does the above URI fall under the new V3, key-less, functionality? Here is the documentation for the v2 Geocoder sevice http://code.google.com/apis/maps/documentation/geocoding/v2/index.html#GeocodingRequests A key

[Google Maps API v3] Re: Simple add waypoint to directions

2011-06-15 Thread Rossko
I had tried that method but as I was using a form to post to get mapping directions the +to: etc just gave errors. You probaly need to URL encode stuff, the + in particular I'd guess I just did not understand the APIv3 method of getting directions, It's completely unrelated to what you are

Re: [Google Maps API v3] Re: Is this truly a v3, no key, api?

2011-06-15 Thread Micky Hulse
Ahhh, thanks Barry and Rossko! I really appreciate the help! :) Have a great day. Cheers, Micky -- 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

[Google Maps API v3] Re: Autocomplete and styling of the controls

2011-06-15 Thread en4ce
bug report anyone ? On 15 Jun., 15:36, Clem clem...@gmail.com wrote: Same issues ! Sincerely, Clement. On 6 juin, 21:02, Miles galtsc...@gmail.com wrote: I completely agree that the user of the API should be able to supply the default text for the input box. Specifying it via the

[Google Maps API v3] Re: How to use MarkerManager with downloadurl and xml

2011-06-15 Thread Rossko
Does anyone have advice on how to correctly implement markermanager on my page:   http://www.greenandtheblue.com/weather/markers_xml_13jun11.html I reckon a good start would be to examine any javasacript errors reported, and deal with those. If you haven't got one, get some kind of script

[Google Maps API v3] Weather Loop

2011-06-15 Thread Hank Beatty
Hello, I've been trying to create a weather loop on my map. I've tried KML, animated gif, and javascript loop. KML doesn't appear to work or at least not that I can figure out. The map doesn't support animated gif in a ground overlay. The javascript loop doesn't seem to run things in order.

[Google Maps API v3] Re: Multiples Map Types

2011-06-15 Thread neko
really? no solution for that? :( -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/_DdJBWhDRHEJ. To post to this group, send email to

Re: [Google Maps API v3] Re: Autocomplete and styling of the controls

2011-06-15 Thread Gabriel Petrovay
I did not file any of the bugs. Chris (from Google) mentioned that he already files some internally. So, Chris, are there any that we still have to file? Thanks! PS: In the meanwhile I do a lot of dirty tricks: enabling auto completion only from the 2 character (enabling it on keypress when the

[Google Maps API v3] API V3 - is the fitBounds function depending of the order of markers ?

2011-06-15 Thread wangba
With Google maps V3. On this first test http://www.wangba.fr/test1.html the map is setting up with 3 markers (see the page code): [Port-au-Prince, 18.551426,-72.336845], [Seoul, 37.586269,126.982498], [Yaounde, 3.881587,11.516304] And the map displays duplicated

[Google Maps API v3] KML file of point locations. Earth vs Maps

2011-06-15 Thread Darragh O'Keeffe
Hi I have KML file of point locations (created by exporting from ESRI ArcMap) When loaded into Google Earth the points are displayed correctly, i.e. they are static and do not move In Google maps the points 'Move' depending on the zoom level. see http://gis.clas.asu.edu/testkml1.html I

[Google Maps API v3] Custom Info Window

2011-06-15 Thread bnazza
Using the v2 of Google Maps, I had used the marker.openExtInfoWindow() method to display a custom info window when a pin was clicked. Looking at upgrading to v3 I don't see the openExtInfoWindow method referenced in the API. It looks like it has been replaced with the InfoWindow object which

[Google Maps API v3] markers don't obey to MarkerManager's min_zoom

2011-06-15 Thread Sgara
I'm having troubles with markermanager. I have a for cicle that performs a series of ajax call, each one creates a marker that I add to my markermanager with addMarker(marker, 11, 18). But those markers stay in the map also under the level 11 of zoom. I have a button witch fires a refresh() on

Re: [Google Maps API v3] API V3 - is the fitBounds function depending of the order of markers ?

2011-06-15 Thread Ben Appleton
This is working as intended. The smallest bounds containing Port-au-Prince and Seoul crosses the dateline, which is the difference you see. Ben On Jun 16, 2011 6:57 AM, wangba bdvl...@gmail.com wrote: With Google maps V3. On this first test http://www.wangba.fr/test1.htmlthe map is setting up

[Google Maps API v3] Re: KML file of point locations. Earth vs Maps

2011-06-15 Thread geocode...@gmail.com
On Jun 15, 1:08 pm, Darragh O'Keeffe darragh1...@gmail.com wrote: Hi I have  KML file of point locations (created by exporting from ESRI ArcMap) When loaded into Google Earth the points are displayed correctly,  i.e. they are static and do not move In Google maps the points 'Move'

[Google Maps API v3] Re: markers don't obey to MarkerManager's min_zoom

2011-06-15 Thread geocode...@gmail.com
On Jun 15, 12:36 pm, Sgara nicc...@myko.it wrote: I'm having troubles with markermanager. I have a for cicle that performs a series of ajax call, each one creates a marker that I add to my markermanager with addMarker(marker, 11, 18). But those markers stay in the map also under the level 11

[Google Maps API v3] Re: Custom Info Window

2011-06-15 Thread Rossko
Is there some new functionality for displaying a custom info window (with complete styling control) in v3 that replaces the old method? This old thread (found by searching this group for Custom Info Window) looks useful

[Google Maps API v3] Re: Multiples Map Types

2011-06-15 Thread Rossko
check it:www.oblivionmap.net/api3/latta_CHECK2.html Have you tried fixing the javascript error? var mapTypes = ['Normal','Game'] ... layer2.setMap(map); layer2.setMap(mapTypes); I'm not sure what you're trying to do; but you cannot use setMap method of your 'layer2' with an array

[Google Maps API v3] Select All by php/sql from database

2011-06-15 Thread mwcog mwcog
So I'm using the php/sql method (http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html) to display my data. I've modified the xml and it correctly shows my data. I'd like to sort on one of my columns, but I cannot get it to show all. $query = sprintf(SELECT Juris, Cost, lat, lng, (

[Google Maps API v3] php/sql select all

2011-06-15 Thread mwcog mwcog
So i'm new to all this and have, what should be, and ease question. I've successfuly modified the store locator example (http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html) to fit my data. I've also added a dropdown menu to run a select statement on the .xml page. It works when I

Re: [Google Maps API v3] Seriously - Does this Tutorial Creating a Store Locator with PHP, MySQL Google Maps Really Work ???

2011-06-15 Thread Seriously
Thanks Chris, This is Google demo version http://gmaps-samples-v3.googlecode.com/svn/trunk/articles/phpsqlsearch/phpsqlsearch_map.html This is my version on PHP server *http://tinyurl.com/44gxntz* I replicate using tutorial http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html

Re: [Google Maps API v3] Re: Autocomplete and styling of the controls

2011-06-15 Thread Chris Broadfoot
On Thu, Jun 16, 2011 at 5:29 AM, Gabriel Petrovay gabipetro...@gmail.comwrote: Chris (from Google) mentioned that he already files some internally. So, Chris, are there any that we still have to file? Sure, please file them externally if you want to be notified of any related changes (we'll

[Google Maps API v3] Google Maps v3 only displaying about 1 map tile and leaving the rest of the map canvas gray

2011-06-15 Thread Ivan
It's only happening in IE 7/8/9 Link of what it looks like: http://i.imgur.com/KiWrw.png Link to the live page with firebug http://5.latest.foodtrucksmap.appspot.com I've spent an entire week trying to figure this out and haven't made any progress. Thanks for the assistance. -- You received