[Google Maps API v3] Re: choosing right approch to implement google map application (js/php/mysql)

2011-12-08 Thread dmk
Thanks Davie, I'll give a look to Fusion tables seems interesting ! regards On 30 nov, 12:59, davie daviestrac...@yahoo.co.uk wrote: Hi Save data either as MySQL or Fusion tables Regards Davie On Nov 29, 8:35 am, dmk funky@gmail.com wrote: Hi, any one there to give some

Re: Re : Re: [Google Maps API v3] From flash API to JS API

2011-12-08 Thread Arun
Hai Sylvain, Have you tried with any proto, please share it. I'm new to flash, I'm need of Map in my App. -- 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] Re: Custom Icons Problem

2011-12-08 Thread davie
Hi The php file which generates the XML from MySQL uses the function mysql_num_rows() This is used to modify the XML depending on whiter the search provides results or not Here is my code (obviously your data fields are different from mine) // header(Content-type: text/xml); if

[Google Maps API v3] Drawing Control Off the Map?

2011-12-08 Thread Garthan
I would like to put the Drawing Controls in a Sidebar to the left or right of the map any ideas if that might be possible. -- 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] Re: Drawing Control Off the Map?

2011-12-08 Thread Marcelo
I've been looking for this too, and in general, I think that google.maps.ControlPosition ought to have the same offset parameter that GControlPosition used to have in V2. A workaround I used is to create a small second map with blank tiles, place that second map where I want the control to be, put

[Google Maps API v3] Re: Drawing Control Off the Map?

2011-12-08 Thread Garthan
Ouch... nasty in this case I am specifically interested in the Drawing Library so making it directly associated with the main map is pretty necessary On Dec 8, 9:20 am, Marcelo marcelo...@hotmail.com wrote: I've been looking for this too, and in general, I think that google.maps.ControlPosition

[Google Maps API v3] Detect when the streetview pegman has been dropped onto the map

2011-12-08 Thread spiderplant0
I am building a site where the Google map and Google street-view are in separate DIVs. I want to detect when the user has dropped the little yellow man onto the map so I can switch the display from the map to the streetview. Is there an event for this? I guess there must be a way to do this

[Google Maps API v3] Usage limits for StreetView

2011-12-08 Thread spiderplant0
I was wondering if there are any limits for calling the *getPanoramaByLocation() *method on the *google.maps.StreetViewService()* object? Eg if I have placed a google map on my web page, my usage counter will increment by 1 each time the page is loaded. Does the useage counter also increase

[Google Maps API v3] Re: Detect when the streetview pegman has been dropped onto the map

2011-12-08 Thread Marcelo
On Dec 8, 9:32 am, spiderplant0 spiderpla...@gmail.com wrote: I am building a site where the Google map and Google street-view are in separate DIVs. I want to detect when the user has dropped the little yellow man onto the map so I can switch the display from the map to the streetview. Is

[Google Maps API v3] Re: problem rendering custom icons in KML

2011-12-08 Thread Garthan
One of the elements I have made sure works in my version 3 kml parser is relative icon paths http://www.microimages.com/geodata/dealers/dyasdirectory/testwithproxy.htm And it even works when the data path is going through a proxy script. On Dec 7, 8:15 pm, Kelly Close kelly.cl...@lrewater.com

[Google Maps API v3] Re: Usage limits for StreetView

2011-12-08 Thread Marcelo
On Dec 8, 9:56 am, spiderplant0 spiderpla...@gmail.com wrote: I was wondering if there are any limits for calling the *getPanoramaByLocation() *method on the *google.maps.StreetViewService()* object? Eg if I have placed a google map on my web page, my usage counter will increment by 1 each

[Google Maps API v3] Re: Geocoder returns OK instead of ZERO_RESULTS for non-existent addresses

2011-12-08 Thread waldo22
@Rossko, I understand your point; if the Geocoder were smart enough to know that Donwing st. means Downing St, or that Londno means London, and return something like 'street_address' for the location_type and 'best_guess' for type[0] it would certainly be helpful. ...but is it helpful to

[Google Maps API v3] Re: Usage limits for StreetView

2011-12-08 Thread spiderplant0
Thanks Marcelo. It is slightly confusing and ambiguous. The documentation doesnt actually mention street view (or at least the non streetview images api). It just says Maps JavaScript API I guess this includes StreetView. I take it from this that a stand alone street view application api (no

Re: [Google Maps API v3] Re: problem rendering custom icons in KML

2011-12-08 Thread Kelly Close
Thanks! That is helpful to see (pretty map too). I've got to think that this is not an API or KML syntax or coding issue at this point, and something related to latency maybe? It's hard to troubleshoot a problem that you can't reproduce reliably. An interesting observation about your map...my

[Google Maps API v3] Re: How to store and update the unique ID for a place?

2011-12-08 Thread Martin Brehme
Did you solve this problem? I have nearly exact the same issue? It would help to know how often the id is updated by google...!? -- 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] The navigator is very slow with two hundred markers

2011-12-08 Thread angelcr
Hi, I'm developing an web application based in api google maps v3. I have a setInterval in js that gets marker's position (vehicles) every 5 seconds from server. When I have more 200 markers is necessary many ram memory and the navigator (ie, chrome, firefox) is very slow. I don`t know if I use

[Google Maps API v3] [MarkerClusterer] get markers from one cluster

2011-12-08 Thread Gabriel Bretschner
Hi, I know, this is not the right mailing list to ask the question, but I don't know where to ask. I use the MarkerClusterer Library (http://gmaps-utility- library.googlecode.com/svn/trunk/markerclusterer/1.0/docs/ reference.html) and I try to get all markers from one cluster. Let me illustrate

[Google Maps API v3] geocoding issues

2011-12-08 Thread eeknay23
Hey, I'm working with the geocoding ability of the maps API in order to map a bunch of places to their respective coordinates. During that I have discovered an issues which I cannot make sense of. Querying

[Google Maps API v3] Problema al cargar v3

2011-12-08 Thread Montana
Buenos días, tengo unos mapas implementados en http://www.viajaporcolombia.com/mapas-viales/ con la versión 3 que venían funcionando correctamente y de la noche a la mañana dejaron de aparecer. Tuve que montar provisionalmente la versión 2 en http://www.viajaporcolombia.com/mapas/ pero no

[Google Maps API v3] Re: problem rendering custom icons in KML

2011-12-08 Thread Garthan
On Dec 8, 12:37 pm, Kelly Close kelly.cl...@lrewater.com wrote: Thanks!  That is helpful to see (pretty map too).  I've got to think that this is not an API or KML syntax or coding issue at this point, and something related to latency maybe?  It's hard to troubleshoot a problem that you

[Google Maps API v3] Re: problem rendering custom icons in KML

2011-12-08 Thread Garthan
My parser assumes the Icons if they dont have a hot-spot defined are centered ie the anchor is in the middle. Ie googles parser might honor something like hotSpot x=0.5 y=0.5 xunits=fraction yunits=fraction / In your IconStyle? -- You received this message because you are subscribed

[Google Maps API v3] Re: Usage limits for StreetView

2011-12-08 Thread Marcelo
On Dec 8, 11:25 am, spiderplant0 spiderpla...@gmail.com wrote: I take it from this that a stand alone street view application api (no map) is 25000? That's not allowed. If you load data from any of the Maps API services it must be used in conjunction with a map. Street View **Image** API is

[Google Maps API v3] Re: Problema al cargar v3

2011-12-08 Thread Marcelo
On Dec 8, 8:47 am, Montana hwoca...@gmail.com wrote: Buenos días, tengo unos mapas implementados enhttp://www.viajaporcolombia.com/mapas-viales/ con la versión 3 que venían funcionando correctamente y de la noche a la mañana dejaron de aparecer. That's a V2 map. Where is your V3? -- Marcelo

[Google Maps API v3] Re: Geocoder returns OK instead of ZERO_RESULTS for non-existent addresses

2011-12-08 Thread MymsMan
Since the terms of service require you to use the geocoding result in conjunction with a google map you could ask your users to confirm that the marker you have placed is in the correct place when the you get an approximate result returned from the geocoder and either allow them to drag the

[Google Maps API v3] Extra padding to the viewport?

2011-12-08 Thread netomo
Hi all, I am using google maps with some divs overlapping, the idea is that these divs let you see the map (using rgba). The problem is that when I use InfoWindow or map.fitBounds () obviously they use the entire viewport, there is some possibility of adding some extra padding that has a

[Google Maps API v3] Static Map with directions

2011-12-08 Thread thiagohb
Hi everybody, I want know if is possible get an image with directions on gif, png or jpeg format as the API v1 allows. I need a static map that show the shorter way between two markers, the API v1 has the option path, but this option connects the two points by a line that ignore builds,

Re: [Google Maps API v3] Re: Problema al cargar v3

2011-12-08 Thread hwocampo
La version 3 esta en www.viajaporcolombia.com/mapas Enviado desde mi BlackBerry de Movistar -Original Message- From: Marcelo marcelo...@hotmail.com Sender: google-maps-js-api-v3@googlegroups.com Date: Thu, 8 Dec 2011 11:33:36 To: Google Maps JavaScript API

[Google Maps API v3] Re: Problema al cargar v3

2011-12-08 Thread Marcelo
On Dec 8, 12:48 pm, hwoca...@gmail.com wrote: La version 3 esta enwww.viajaporcolombia.com/mapas Ah, your original post presented them the other way around. :-) Anyway, look at the Firefox error console: - Error: unterminated string literal Source

Re: [Google Maps API v3] Re: Problema al cargar v3

2011-12-08 Thread Juan Francisco Vega Damke
Donde inicializas el mapa? generalmente se hace en *body onload=initialize(), *puede que sea eso -- *Be the change you want to see in the world * -- 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

Re: [Google Maps API v3] Static Map with directions

2011-12-08 Thread Andrew Leach
On 8 December 2011 19:45, thiagohb thiagohbor...@yahoo.com.br wrote: I want know if is possible get an image with directions on gif, png or jpeg format as the API v1 allows. I need a static map that show the shorter way between two markers, the API v1 has the option path, but this option

[Google Maps API v3] Re: Static Map with directions

2011-12-08 Thread Rossko
I want know if is possible get an image with directions on gif, png or jpeg format as the API v1 allows. v1 ?? Static Maps v1 didn't support Directions directly. You can write a server side application that gets the route from the Directions service, extracts the polyline representing the

[Google Maps API v3] Re: Geocoder returns OK instead of ZERO_RESULTS for non-existent addresses

2011-12-08 Thread Rossko
I guess that depends on your use case (which I guess is your point, right?) I think that's the size of it; so far as I can see the geocoder is provided by Google to extract some/any kind of location from user's mangled input, which makes it inherently unsuitable for address validation (or the

[Google Maps API v3] Re: geocoding issues

2011-12-08 Thread Rossko
Queryinghttp://maps.google.com/maps/api/geocode/json?address=alcatel+lucent+b... gives me zero results. Going to maps directly and searching for this string gives me the following It comes up a lot. The geocoder is purposed to search addresses; alcatel lucent bell laboratories belgium is a

[Google Maps API v3] Re: Drawing Control Off the Map?

2011-12-08 Thread Garthan
I have a technique basically you suppress the drawing Control and build one of your own that calls setOptions on the manager its kind of obvious now that I think about it... -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group. To post

[Google Maps API v3] Re: moving the mouse over the custom marker creates mouseover and mouseout events

2011-12-08 Thread rlk27
Oh yeah..silly me. -- 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/-/5iYPB4jjocoJ. To post to this group, send email to

[Google Maps API v3] Re: Drawing Control Off the Map?

2011-12-08 Thread Marcelo
On Dec 8, 2:22 pm, Garthan lancealand...@gmail.com wrote: I have a technique basically you suppress the drawing Control and build one of your own that calls setOptions on the manager its kind of obvious now that I think about it... Yes, I did something similar long ago in V2:

[Google Maps API v3] FusionTablesLayer suddenly quit working

2011-12-08 Thread Randall H.
Did something change with FusionTablesLayer? I have polylines stored in Fusion Tables and use FusionTablesLayer to display. Been working fine for a long time. Now all of a sudden I get a blacked out screen saying opps! can't display data. See error The error description says There is most

[Google Maps API v3] Re: Zoom to Feature/Point from drop down menu

2011-12-08 Thread Amelia Griza-Padilla
Hi Larry, Thanks again. Wondering if you can help me out. I decided to start from scratch and went back through the code, ultimately I changed it from a drop down to a sidebar query (what I originally desired) and it was working great. I used your example

[Google Maps API v3] Re: Detect when the streetview pegman has been dropped onto the map

2011-12-08 Thread spiderplant0
Thanks but this is not really it. visibile_changed works somewhat but also fires at initialisation and when you park the pegman etc. This bug ..

[Google Maps API v3] Re: FusionTablesLayer suddenly quit working

2011-12-08 Thread Stephen Lead
I'm also seeing this error today. I can view the map within the Fusion Tables interface, but not when embedding the Fusion Table into a Google Map using *new google.maps.FusionTablesLayer* * * Creating a new FT has no effect. -- You received this message because you are subscribed to the

Re: [Google Maps API v3] Re: FusionTablesLayer suddenly quit working

2011-12-08 Thread Luke Mahé
Hey guys, We are looking into this. -- Luke On Fri, Dec 9, 2011 at 9:13 AM, Stephen Lead stephen.l...@gmail.com wrote: I'm also seeing this error today. I can view the map within the Fusion Tables interface, but not when embedding the Fusion Table into a Google Map using *new

[Google Maps API v3] Array of markers

2011-12-08 Thread angelcr
Hello, I have a problem with my markers. I don´t know why sometimes some markers doesn't dissapear to map. Is possible to get an array of markers? If it is possible I could use the array for delete them. I haven`t found any function in the api so I don`t know if it is possible. Thanks Regards

[Google Maps API v3] Re: Static Map with directions

2011-12-08 Thread thiagohb
Thanks, I'll try yours sugestions. -- 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/-/pqIGr7w0T8oJ. To post to this group, send email

[Google Maps API v3] Re: Detect when the streetview pegman has been dropped onto the map

2011-12-08 Thread Marcelo
On Dec 8, 3:07 pm, spiderplant0 spiderpla...@gmail.com wrote: Thanks but this is not really it. visibile_changed works somewhat but also fires at initialisation and when you park the pegman etc. Obviously, I don't know enough about what you're trying to achieve so I can only answer based on

[Google Maps API v3] Re: moving the mouse over the custom marker creates mouseover and mouseout events

2011-12-08 Thread Rossko
The easiest circumvention might be to generate custom images, with your bus text 'flattened' into a single image, but that might not be possible in your eventual application. Perhaps it would work with the text under the image, and peekaboo transparencies in the image to see them. Otherwise,

[Google Maps API v3] Re: How to store and update the unique ID for a place?

2011-12-08 Thread Marcelo
The Places API has its own forum, here: http://code.google.com/apis/maps/documentation/places/forum.html -- Marcelo - http://maps.forum.nu -- On Nov 3, 4:47 pm, Mapper gonene...@gmail.com wrote: I am working on a project where I want to store places of the users and find people who did go to

Re: [Google Maps API v3] Re: FusionTablesLayer suddenly quit working

2011-12-08 Thread Kathryn Hurley
Hi all, The issue has been fixed. Please let us know if you are still seeing the error. Sincerely, Kathryn -- 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] Re: Zoom to Feature/Point from drop down menu

2011-12-08 Thread geocode...@gmail.com
On Dec 8, 2:06 pm, Amelia Griza-Padilla ameliagpadi...@gmail.com wrote: Hi Larry, Thanks again.  Wondering if you can help me out.  I decided to start from scratch and went back through the code, ultimately I changed it from a drop down to a sidebar query (what I originally desired) and it

Re: [Google Maps API v3] Re: FusionTablesLayer suddenly quit working

2011-12-08 Thread Randall H.
Thanks a bunch... looks good. -- 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/-/tWG-EsPrbP8J. To post to this group, send email to

[Google Maps API v3] Re: Array of markers

2011-12-08 Thread geocode...@gmail.com
On Dec 8, 2:43 pm, angelcr angeldelacalleraba...@gmail.com wrote: Hello, I have a problem with my markers. I don´t know why sometimes some markers doesn't dissapear to map. Is possible to get an array of markers? Yes. If it is possible I could use the array for delete them. I haven`t

[Google Maps API v3] Hiding custom shadow in marker

2011-12-08 Thread Silver
Hello friends, I have a marker with a cuestom shadow assigned using * marker.setShadow('url_to_shadow.png');* and everything works. But... how can I to hide this shadow?? I tryed with *market.setShadow(null);* without success. Some suggestion?? Best regards, Silver -- You received this message

[Google Maps API v3] Re: Hiding custom shadow in marker

2011-12-08 Thread Marcelo
marker.setFlat(true); -- Marcelo - http://maps.forum.nu -- On Dec 8, 5:13 pm, Silver silv...@gmail.com wrote: Hello friends, I have a marker with a cuestom shadow assigned using * marker.setShadow('url_to_shadow.png');* and everything works. But... how can I to hide this shadow?? I tryed

Re: [Google Maps API v3] Re: FusionTablesLayer suddenly quit working

2011-12-08 Thread Randall H.
quit working again sometime in the last half hour back to the can't display data screen. -- 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

Re: [Google Maps API v3] Re: FusionTablesLayer suddenly quit working

2011-12-08 Thread Luke Mahé
Thanks guys, looking into it again :) -- Luke On Fri, Dec 9, 2011 at 11:31 AM, Randall H. randall.z...@gmail.com wrote: quit working again sometime in the last half hour back to the can't display data screen. -- You received this message because you are subscribed to the Google

Re: [Google Maps API v3] [MarkerClusterer] get markers from one cluster

2011-12-08 Thread Luke Mahé
Thats not really possible, no 'marker' was clicked but a cluster was clicked. I suppose you could modify the MarkerClusterer code to also pass in the click location and then find the closest marker to that location but it probably won't work too well. Can I ask what use case you are trying to

[Google Maps API v3] Map data updates for the United Kingdom, Germany, Finland, and Sweden

2011-12-08 Thread Chris Broadfoot (Google Employee)
Hi all, Today we are rolling out map updates for the United Kingdom, Germany, Finland, and Sweden, and launching the “Report a Problem” tool in these countries on Google Maps. As with previous map updates it is important that any cache data for these countries that was sourced from Google Maps

[Google Maps API v3] Re: Hiding custom shadow in marker

2011-12-08 Thread Silver
Thanks a lot On 8 dic, 18:21, Marcelo marcelo...@hotmail.com wrote: marker.setFlat(true); -- Marcelo -http://maps.forum.nu -- On Dec 8, 5:13 pm, Silver silv...@gmail.com wrote: Hello friends, I have a marker with a cuestom shadow assigned using *

Re: [Google Maps API v3] The navigator is very slow with two hundred markers

2011-12-08 Thread Luke Mahé
Are you adding new markers every time or are you moving existing markers? Also I recommend that you check that you are following the Terms of Service, particularly the asset tracking section (10.2 c iii) -- Luke On Fri, Dec 9, 2011 at 2:02 AM, angelcr angeldelacalleraba...@gmail.comwrote:

[Google Maps API v3] Re: toggle only work with button not checkbox

2011-12-08 Thread JKurtock
Let's see. Your problem is html/javascript; nothing to do with maps. Would someone on this forum help you? You obviously mis-typed something in your implementation. COULD someone on this forum help you if they were willing to take the time? They can't see what you mis-typed. I'll bet if you