[Google Maps API v3] Re: setting map to draggable: false disables anchor tag

2010-07-27 Thread Pil
You are right. Seems it doesn't depent on the link target (because if that has any effect depents on the internal browser preferences). It seems that the map option draggable: false disables any link in an info window completely. Appears like a bug. On Jul 27, 3:12 pm, archedimes wrote: >

[Google Maps API v3] How to get only the passby area not the navigation(turn left,turn right) in the maps api

2010-07-27 Thread rona
Hi. I've used advanced directions api. when I'm searching for directions then I'm getting results like A-Whitefield, Bengaluru, Karnataka, India 6.6 km (about 9 mins) 1. Head south on Whitefield Rd/SH 35 Pass by Neev Pre School Whitefield (on the right in 500 m) 1.1 km 2. Continu

Re: [Google Maps API v3] Long Polyline broken in firefox?

2010-07-27 Thread Ben Appleton
Please include a link to your site, so we can debug it. On Wed, Jul 28, 2010 at 10:47 AM, Incubuss wrote: > I've been having trouble getting a long (around 280) polyline to > display correctly in Firefox. It works fine in IE and Chrome but seems > to just stop drawing the line in Firefox. > > He

[Google Maps API v3] Long Polyline broken in firefox?

2010-07-27 Thread Incubuss
I've been having trouble getting a long (around 280) polyline to display correctly in Firefox. It works fine in IE and Chrome but seems to just stop drawing the line in Firefox. Here's a picture of what is drawn by Chrome (correct), Firefox and Firefox when zoomed in further: http://i.imgur.com/Wl

[Google Maps API v3] iPhone Web app does not respond correctly to taps on device.

2010-07-27 Thread brucemartinduo
I have a problem with an application I just wrote using Google maps api V3. This is a Web app for the iPhone. It is at http://chirpid.com. Even though it's designed for the iPhone, I set it up so that you can run it on desktop Safari so that you can see the code. The map creation is done in geotags

[Google Maps API v3] Re: KML Layer toggle problem

2010-07-27 Thread Joseph Elfelt
Here's an example of (1) toggling KML and (2) preserving the user's viewport while doing so. Hope it helps. http://www.mappingsupport.com/forum_post/preserveViewport_kml_35.html -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. T

Re: [Google Maps API v3] Re: waypoints: Limited ammount?

2010-07-27 Thread Luke Mahé
Hi Novitonics, For non premier customers there is a limit of 8 waypoints. When you add the start and end locations that makes the 10 that you are seeing. For premier customers the limit is 23 + start + end. I've made a request for these limits to be added to the JS docs but you can read the limit

[Google Maps API v3] Re: Google map tiles vs API tiles difference

2010-07-27 Thread Grok Lobster
You could use a ground overlay if you have a good aerial photo of the course. Other than that, I think you will have to wait until the API tiles get updated to include your course.Someone else may have other ideas. On Jul 27, 11:21 am, "eri...@sspr.org" wrote: > When I'm looking at the regular Go

Re: [Google Maps API v3] Re: V3 gmap - funy problem

2010-07-27 Thread Luke Mahé
Yes this is normal, you need to supply a height for the map div. A 0 height map isn't very usable :) -- Luke On Wed, Jul 28, 2010 at 9:28 AM, Andrea Marton wrote: > > I think I found the cause. It shows nothing without setting the height for > #map_canvas. Is it normal? > http://linq.ath.cx/a

[Google Maps API v3] Re: Multiple KML files

2010-07-27 Thread William
On Jul 28, 6:05 am, artesea wrote: > > Is there a limit on the amount of KML files (either in number or file > sizes) that I might be hitting? > the URL for each KML file is transformed into a unique ID, and these IDs are used in the URL for each map tile. There's a limit to the length of a URL,

Re: [Google Maps API v3] Re: I had a question about Polyline and MVC array

2010-07-27 Thread 김선동
Thank you for helping me. I found out the reason. I call the setCenter function that I made a lot. When I call the setCenter function, it creates polyline. So, after few calls, panTo() seems to be not worked. Finally, I put the function that creates polyline into initialize function. And it works

[Google Maps API v3] Re: Map shows up, but no interactivity

2010-07-27 Thread stylecramper
Susannah, that was it - one of my rules was too general and was styling all the divs inserted by the map API. Thanks! On Jul 27, 4:24 pm, "Susannah (Google Employee)" wrote: > Hi stylecramper, > > You have a lot of CSS on your page that is affecting the rendering of > all elements on the page.  I

[Google Maps API v3] Intermittent "Error: Failed" error with Internet Explorer

2010-07-27 Thread Wows
We are developing using the v3 API and are coming across an error on SOME of our machines, and not others. It also seems to come and go on the same machine. Originally I thought it was something with the way we were coding, but after taking a copy of the basic sample page and running it locally: h

Re: [Google Maps API v3] Re: Map shows up, but no interactivity

2010-07-27 Thread Luke Mahé
Hi stylecramper, The problem looks to be: .location-map div { height: 200px; right: 0; top: 0; width: 260px; } This is causing all divs under .location-map to always have the fixed size and position. You can change '.location-map div' to be '#gmap1, #gmap2, #gmap3' and it should work, o

Re: [Google Maps API v3] Re: V3 gmap - funy problem

2010-07-27 Thread Andrea Marton
I think I found the cause. It shows nothing without setting the height for #map_canvas. Is it normal? http://linq.ath.cx/attest/geoloc.html - shows nothing http://linq.ath.cx/attest/geoloc-ok.html - shows the map Andrea On Wed, Jul 28, 2010 at 1:15 AM, geocode...@gmail.com wrote

[Google Maps API v3] Re: Map shows up, but no interactivity

2010-07-27 Thread stylecramper
I'm referring to the v3 map. Oddly, I don't get that not defined error in Firefox. On Jul 27, 4:10 pm, Rossko wrote: > > I've added a JavaScript map to a page > > here:http://neomama.com/dev/schedule/locations > > I get a javascript error in batr.js with >    initialize() is not defined > > Are

[Google Maps API v3] Re: Map shows up, but no interactivity

2010-07-27 Thread Susannah (Google Employee)
Hi stylecramper, You have a lot of CSS on your page that is affecting the rendering of all elements on the page. I didn't figure out exactly what's causing the map not to be draggable, but by disabling all of the inherited styles from style.css, the map becomes draggable again. You should uses c

[Google Maps API v3] Re: KML Layer toggle problem

2010-07-27 Thread geocode...@gmail.com
On Jul 27, 2:11 pm, Joe Plattner wrote: > Hello! > > Please help, if you can. I am trying to upgrade from v2 to v3, and for > some reason that I just can't figure out, the toggle layer is not > working. I can turn off the kml files, but then I can't get them to > reappear again. > > My test page i

[Google Maps API v3] Re: V3 gmap - funy problem

2010-07-27 Thread geocode...@gmail.com
On Jul 27, 7:45 am, Andrea Marton wrote: > My test page using sample code onhttp://linq.ath.cx/attest/geoloc.html > using v3 doesn't work. That page works for me (well, depends on what you mean by work), I see a map, with this message: Error: Your browser doesn't support geolocation. Are you in S

[Google Maps API v3] Re: Map shows up, but no interactivity

2010-07-27 Thread Rossko
> I've added a JavaScript map to a page > here:http://neomama.com/dev/schedule/locations I get a javascript error in batr.js with initialize() is not defined Are we talking about the v3 map? There is a v2 map from aardvarkmap in an iframe too. -- You received this message because you are s

[Google Maps API v3] Re: Cannot get polygons to display from database

2010-07-27 Thread William
On Jul 28, 8:57 am, William wrote: > http://code.google.com/apis/kml/documentation/kml_tut.html#kml_server > > in Firebug the Content-Type is reported differently for the two files: > > text/xml > http://myfarms.org/test/upload_from_db.php > > application/vnd.google-earth.kml+xml > http://myfarms.

[Google Maps API v3] Re: waypoints: Limited ammount?

2010-07-27 Thread geocode...@gmail.com
On Jul 27, 6:38 am, novitonics wrote: > Hello, > I read sometime ago that in order to calculate a route with > waypoints, > there was a limit of 25 waypoints (including origin and destination). > Well I tried with 20 waypoints and the script won't work. > > Suprisingly I tried with 10 waypoints an

[Google Maps API v3] Re: Cannot get polygons to display from database

2010-07-27 Thread William
On Jul 27, 11:12 pm, Jennifer Dudeck wrote: > As a way of checking the KML being outputted, I copied the entire > source of what was produced by the script and pasted it into a KML > file. Then I used the above method to link to said file (http:// > myfarms.org/test/tenn2.kml). It worked! So the K

[Google Maps API v3] Re: Cannot get polygons to display from database

2010-07-27 Thread Rossko
> That tag identifies the content as being KML (as opposed to some other flavour of XML) It isn't present in the output from your php script. Google's servers may guess the content is KML if the file extension is .kml, but can't guess if it is .php >     var geoXml = new google.maps.GGeoXml('htt

[Google Maps API v3] Map shows up, but no interactivity

2010-07-27 Thread stylecramper
I've added a JavaScript map to a page here: http://neomama.com/dev/schedule/locations . The map shows up perfectly, but it doesn't react to the mouse in any way - even the title of the marker is disabled. I assume I must have done something wrong for that to happen. -- You received this message

[Google Maps API v3] Re: Store Locator with PHP and MySQL

2010-07-27 Thread Jacob Roman
Well i just had it in a folder on my desktop. and moved it to the PHP server folder that i was using and ran into some password issues but fixed those and it FINALLY!! works. Thanks for knocking some sense into me. =D On Jul 27, 6:37 pm, Rossko wrote: > > I open up that > > PHP file in the browse

[Google Maps API v3] Re: Geocoding returns not predictable results

2010-07-27 Thread Rossko
> Does anybody know how to understand if the geocoding processed the > whole address or only a part of it? See the documentation http://code.google.com/apis/maps/documentation/geocoding/index.html#GeocodingResponses "Address Component Types" can be used to determine that -- You received this

[Google Maps API v3] Re: Store Locator with PHP and MySQL

2010-07-27 Thread Rossko
> I open up that > PHP file in the browser but all it does is download that same file. I > am guessing it is suppose to download an XML file, but it does not. > How do i fix this. Any help would be great. Thanks. Where have you put the php file? It needs to be on a server capable of executing php

[Google Maps API v3] KML Layer toggle problem

2010-07-27 Thread Joe Plattner
Hello! Please help, if you can. I am trying to upgrade from v2 to v3, and for some reason that I just can't figure out, the toggle layer is not working. I can turn off the kml files, but then I can't get them to reappear again. My test page is here . . . http://sites.google.com/site/djptestjp/1a

[Google Maps API v3] Store Locator with PHP and MySQL

2010-07-27 Thread Jacob Roman
I have been working on this tutorial http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html for the past few days and i have had no trouble except when i search nothing happens. I am very new to MySQL and PHP one thing i have had a problem with is having the PHP code create the XML file. T

[Google Maps API v3] Geocoding returns not predictable results

2010-07-27 Thread Oleksandr
Dear all, The Google geocoding works fantastic, but it returns not predictable results sometimes due to the fact that if it cannot geocode the whole address, it geocodes parts of it. Usually we pass an address for Kiev (Ukraine) for geocoding as "street name, district name, city name". It works we

[Google Maps API v3] Re: Plot Marker then plot another according to distance from the first marker

2010-07-27 Thread Nikul Padhya
Hey Mr BoDangles, you can use this values to calculate your next point Latitude | N-S radius of curvature | Surface distance per 1° change in latitude |E-W radius of curvature |Surface distance per 1° change in longitude --

[Google Maps API v3] Multiple KML files

2010-07-27 Thread artesea
I'm working on a project to display multiple ward boundaries on a google map for an electoral area. In Lincoln (UK) where I live we have 11 wards, and this works fine: http://dev.artesea.co.uk/maps/?parent=2385 however for Rugby who have 61 wards I can see the script loading the KML files but in

[Google Maps API v3] Google map tiles vs API tiles difference

2010-07-27 Thread eri...@sspr.org
When I'm looking at the regular Google Maps at one of our golf courses here: http://www.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=39.56930808970085,+-104.93677139282227&sll=37.0625,-95.677068&sspn=39.371738,57.568359&ie=UTF8&ll=39.567919,-104.938617&spn=0.018758,0.02811&z=15 it shows the golf

[Google Maps API v3] Re: Plot Marker then plot another according to distance from the first marker

2010-07-27 Thread Nikul Padhya
Hey Mr BoDangles, I guess you can use this Values. Changes in equels Distance - 1° (degree) ≈ 111 km (110.57 eq’l — 111.70 polar) 0.01°(degree)

[Google Maps API v3] V3 gmap - funy problem

2010-07-27 Thread Andrea Marton
My test page using sample code on http://linq.ath.cx/attest/geoloc.html using v3 doesn't work. Firebug shows one of the component at http://gg.google.com/csi?v=2&s=mapsapi3&action=apiboot&rt=jl.113,mc.270,mb.484,vt.1024,prt.1024,plt.867,mt.1028&size=1264x0&maptype=m return 204 no content The ma

[Google Maps API v3] waypoints: Limited ammount?

2010-07-27 Thread novitonics
Hello, I read sometime ago that in order to calculate a route with waypoints, there was a limit of 25 waypoints (including origin and destination). Well I tried with 20 waypoints and the script won't work. Suprisingly I tried with 10 waypoints and the route was calculated with no issue. The parame

[Google Maps API v3] Cannot get polygons to display from database

2010-07-27 Thread Jennifer Dudeck
Hello! I'm having an issue that I've now been working with for several hours. I'm completely stumped, so I hope that one of you might be able to give me a tip. I am trying to display a polygon from a database. (Just one, at the moment, for testing, but more in the future. It has to be able to dis

[Google Maps API v3] setting map to draggable: false disables anchor tag

2010-07-27 Thread archedimes
I have a map I am creating, and each marker has an infowindow which contains a link with a target=_blank (although the effect i am describing is not dependent on the target attribute, i.e. if _self or simply non-existent the anchor tag still fails). If I set draggable: false in my map options, it

[Google Maps API v3] Trigger Overlay Loaded?

2010-07-27 Thread Michael Bentz
Is there any way to trigger when the image overlay is finished loading? Basically, I want to display a loading image while the overlay downloads the image. Something like (this doesn't work): if (overlay.setMap(map)) { hideLoader(); } Simply putting the hideLoader() function call after the

[Google Maps API v3] Re: InfoWindows in Maps and Streetview

2010-07-27 Thread Douglas Rhiner
Much thanks! Worked like a charm. On Jul 26, 5:06 pm, Marc Ridey wrote: > Try something like: > > google.maps.event.addListener(marker, 'click', function() { >   if (panorama.getVisible()) { >     infowindow.open(panorama, marker); >   } else { >     infowindow.open(map, marker); >   } > > > > })

[Google Maps API v3] Re: Cannot access element value within info window

2010-07-27 Thread kristian
Rossko, thanks so much for your help, I knew it was something obvious like that but I couldn't focus on the problem. I posted the functioning (fixed) site if anyone is curious how it works. http://galacticstatic.net/directionstest.html On Jul 26, 6:39 pm, Rossko wrote: > > I have everything wo

[Google Maps API v3] Re: Refresh in Internet Explorer 8 fail!

2010-07-27 Thread mIDO
I think your XML is being cached by Google, because I had the same problem. Add a time parameter to the KML Layer URL and Google will think it is a different file. For example, if you use: new google.maps.KmlLayer('http://www.xx.com/xmlFile.php? show=golf' , { preserveViewport: true }) Change

[Google Maps API v3] Re: delaying Google map event for mouseover on markers

2010-07-27 Thread CSharp
This is a much shorter solution: 1) set up a global variable (within a class or prototype): var mouseoverTimeoutId = null; 2) set up the google map's event for mouseover on a marker: google.maps.event.addListener(marker, 'mouseover',

[Google Maps API v3] Re: Set zoom after loading KmlLayer?

2010-07-27 Thread Robbie
Thanks, Rossko. That's actually what I did. Sorry I didn't provide a better link this time. This is the web page in action: http://www.tigerweather.com/radar.php Actually I believe one of the radar stations from which I was trying to display images was just having a hiccup last night, because it'

[Google Maps API v3] Re: Piritiles, an App Engine based map tile cutter

2010-07-27 Thread Mehmet
Ah, please go to: Burning Man aerial view: http://www.piritiles.com/map/818073 instead. Thanks, Mehmet On Jul 27, 4:09 am, PaulG wrote: > The first one comes back with 'map not found' message. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScri

[Google Maps API v3] Re: Help with Fixed size polygons

2010-07-27 Thread Rossko
> Yes i have trouble calculating positions. How would i get the four > coordinate of the square from the center marker? Do you know the bearings of each corner? i.e. do you know how you want your square aligned (exactly north-south for example). See your other post for formula for point at distan

[Google Maps API v3] Re: Plot Marker then plot another according to distance from the first marker

2010-07-27 Thread Rossko
> The problem with this is...i only have the value of 1 coordinate Yes, but you have the known distance and bearing. You just need to recast the formula so that point 1 and distance are known, and point 2 is the solution at a particular bearing. See http://www.movable-type.co.uk/scripts/latlong

[Google Maps API v3] Plot Marker then plot another according to distance from the first marker

2010-07-27 Thread Mr BoDangles
Hi guys...wonder if you can help... I need to do the following: 1) Click on the Map...then it plots marker A 2) Then get the coordinates from marker A and plot a new Marker B 315meters to the West 3) Marker B is to be plotted using marker A (ideally) I am stuck on how to do part 2. How do i d

[Google Maps API v3] Re: Help with Fixed size polygons

2010-07-27 Thread geocode...@gmail.com
On Jul 27, 6:07 am, Mr BoDangles wrote: > Hi Larry, > > I forgot to mention - it needs to be a square. I have looked at the > Haversine formula site before but i can't use most of the equations > because I have only one variable which is the center point. > > Yes i have trouble calculating positio

[Google Maps API v3] Re: Help with Fixed size polygons

2010-07-27 Thread Mr BoDangles
Hi Larry, I forgot to mention - it needs to be a square. I have looked at the Haversine formula site before but i can't use most of the equations because I have only one variable which is the center point. Yes i have trouble calculating positions. How would i get the four coordinate of the square

[Google Maps API v3] Icons not appear at actual zoom level (kml layer)

2010-07-27 Thread mIDO
Hi, I'm loading some kml layers into my map but I have a problem. All the layers are shown/hiden correctly, but one of them has more than 700 entries. If, for example, I load the map at zoom level 10 and try to show this layer, the petition is made but no icons are shown. If I zoom in or out, then

[Google Maps API v3] Re: Help with Fixed size polygons

2010-07-27 Thread geocode...@gmail.com
On Jul 27, 4:49 am, Mr BoDangles wrote: > Hi there, > > Wonder if you can help. I need to plot a marker as a center point and > then plot a fixed area size polygon (i.e. 315m x 315m) around the > center point. A square? A rectangle? A circle? > This has to be in the form of a polygon overlay. An

[Google Maps API v3] Help with Fixed size polygons

2010-07-27 Thread Mr BoDangles
Hi there, Wonder if you can help. I need to plot a marker as a center point and then plot a fixed area size polygon (i.e. 315m x 315m) around the center point. This has to be in the form of a polygon overlay. Any ideas? i tried looking on the net already..so i thought i would try here. Many thank

[Google Maps API v3] pan in google map using keyboard

2010-07-27 Thread aaaa
Hi all, I have created a webview of google map in android , now i want to pan webview using keyboard but unable to do it .. we can pan it using the mouse but i want this functionality with left , right, up, down key of keyboard. Can anybody help me... how to do it Thanks in andvance -

[Google Maps API v3] Memory problem using polyline.

2010-07-27 Thread SamuelKim
Hello, I'm Samuel Kim in Korea. I am using google map with polyline. The polyline has a MVC array, and I push the data into the array. After I pushed about 1000 data, I poped all of the data from the array. But the memory in task manager was not decreased. can I decrease the memory using pop()?

[Google Maps API v3] Re: Piritiles, an App Engine based map tile cutter

2010-07-27 Thread PaulG
The first one comes back with 'map not found' message. -- 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...@googlegroups.com. To unsubscribe from this group, send email to g

[Google Maps API v3] Re: Zoom Level and Link Highlight

2010-07-27 Thread Erwin Quinto
Hi Krishnam, As what Larry have suggested, better post your question next time on v2 group (http://groups.google.com/group/google-maps-api) if its about v2 codes you are referring but for the sake of wrapping out things here's my last reply. By default the scroll wheel zoom is disabled. You have

[Google Maps API v3] Re: Problem with opacity for ImageMapType in Internet Explorer (IE)

2010-07-27 Thread Adam Willden
Great thanks, Supprised I didn't find your post before, I had a fair few hours looking around for the same problem and found nothing. Thanks for alerting me to it, I will get it stared by collegues that require it also. On Jul 26, 9:00 pm, Franck Curier wrote: > Hi, > > I posted a bug report on

[Google Maps API v3] Re: V3 Polyline Problems

2010-07-27 Thread William
On Jul 23, 7:52 am, Albert Sun wrote: > > When is the fix for this bug going to be released? > > http://www.william-map.com/20100718/1/test.htm?0 > looks like it's fixed in the latest "3.1.8a" version that's available now: http://www.william-map.com/20100724/1/test.htm?2 ... -- You received th

[Google Maps API v3] Re: StreetView and InfoWindow

2010-07-27 Thread William
ag the pegman onto the map to confirm the locations where streetview isn't available: http://www.william-map.com/20100727/1/map.htm ... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send em

[Google Maps API v3] Re: Set zoom after loading KmlLayer?

2010-07-27 Thread Rossko
> Is it working for you?http://www.tigerweather.com/map.html I get a script error in lchLayer.setMap(preserveViewport); you don't have a map called preserveViewport Set the option in the initial call ... new google.maps.KmlLayer('http://www.blah/stuff.kml' , { preserveViewport : true } ) ; a

[Google Maps API v3] Re: Quantity limit points of coordinates

2010-07-27 Thread Erwin Quinto
Hi carfermar, Can you provide us a link to your sample html page? On Jul 27, 3:19 pm, carfermar wrote: > Hello, I'm trying to draw polygons fairly large amount of points for > both Google Maps and Google Earth. For polygons that are not so great > the polygon is filled, however for polygons that

[Google Maps API v3] Quantity limit points of coordinates

2010-07-27 Thread carfermar
Hello, I'm trying to draw polygons fairly large amount of points for both Google Maps and Google Earth. For polygons that are not so great the polygon is filled, however for polygons that are so large does not fill the polygon (in all of them is the option to fill). Is there any limitation on the n

Re: [Google Maps API v3] Zoom Level and Link Highlight

2010-07-27 Thread Erwin Quinto
Hi Krishnam, 1. Use CSS to highlight the currently clicked linked. You may do something like this: * #side_bar a:FOCUS { color: purple; background-color: #d8da3d; } * 2. To achive a street level view, set the zoom level to a much higher value than 9

[Google Maps API v3] Re: Zoom Level and Link Highlight

2010-07-27 Thread geocode...@gmail.com
On Jul 26, 11:51 pm, Krishnam wrote: > Hi Larry, > > Sorry for posting this in this group. Shall I post this in V3 group? This is the v3 group. If you want to use v3, this is the correct place (sorry if I wasn't clear). And it certainly isn't easy to figure out right now. V3 is still under acti