[Google Maps API v3] Re: PHP Won't output XML at least I think that's the problem....

2011-08-14 Thread Martin™
Your map has an error around line 31. data.responseXML is null. data.responseText is defined however and it's value is the text from the database query. http://www.courtsofsorts.com/phpsqlajax_genxml.php That's being served with a text/html Content-Type, a Content-Type of text/xml would be more

[Google Maps API v3] driving directions language

2011-08-14 Thread xelawho
Hi, so, from searching the group I gather that the way to specify a language for driving directions (without loading the entire API in another language) is with the region parameter. And reading the documentation, it would appear that the way to do it is this: var request = { origin: poin

[Google Maps API v3] Re: Is one address in a region of 4 intersections?

2011-08-14 Thread geocode...@gmail.com
On Aug 14, 2:53 pm, Henryk Sarat wrote: > I was wondering if there was something like this already built, because this > seems like a common problem that should have already been solved (at least > in my eyes). Not a very common problem (at least from my experience on the v2 and v3 map API groups

Re: [Google Maps API v3] Bypassing certain restrictions

2011-08-14 Thread Chris Broadfoot
On Sun, Aug 14, 2011 at 7:10 PM, Pil wrote: > > The v3 Maps API is characterized by a good deal of restrictions > compared to v2. In my opinion these restrictions are making the v3 > Maps API unfriendly. > I personally would not characterise v3 this way. If you could elaborate rather than pronoun

[Google Maps API v3] Re: does the directions renderer only accept one argument?

2011-08-14 Thread xelawho
both excellent suggestions and both worked. 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 email to goog

[Google Maps API v3] Re: Is one address in a region of 4 intersections?

2011-08-14 Thread Henryk Sarat
I was wondering if there was something like this already built, because this seems like a common problem that should have already been solved (at least in my eyes). Maybe there's a way to request this from google? -- You received this message because you are subscribed to the Google Groups "Go

[Google Maps API v3] PHP Won't output XML at least I think that's the problem....

2011-08-14 Thread Cole
I am attempting to follow the "Using PHP/MySQL with Google Maps" tutorial http://code.google.com/apis/maps/articles/phpsqlajax_v3.html I have set everything up just as written but for some reason I can't get the finished product. I believe the problem may lie with the PHP script that is creati

Re: [Google Maps API v3] Draw thousands of objects (markers, infowindow, polylines, circles, polygons)

2011-08-14 Thread Ben Appleton
Have you tried just making 1500 Maps API overlays? 5000 markers works for me in modern desktop browsers - what browsers do you have to support? - Ben On Tue, Jul 19, 2011 at 6:20 AM, AlbertoHN wrote: > Hi! The problem is that I need to draw thousands of objects (not cluster > them). the average

[Google Maps API v3] Customising marker style from search results in Fusion Tables

2011-08-14 Thread Christopher Watson
hey, trying to change the flat red dot style marker to use the placemarks own style url. http://creativemaps.vism.ag/indexsearchstyle.htm can't even get it to change it to a different icon at mo. but can i add a column to the fusion table that retains my kml's style url data and then perfo

[Google Maps API v3] Re: force refresh of getTile function

2011-08-14 Thread Esa
Right. It is good to emphasize that I was simplifying. I specially meant this case when we are testing 'checked' property of a checkbox. 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 t

[Google Maps API v3] Re: force refresh of getTile function

2011-08-14 Thread Esa
Right. It is a good good to emphasize that I was simplifying. I specially meant this case where we are testing 'checked' property of a checkbox. Thanks -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, sen

Re: [Google Maps API v3] Re: best way to handle route with more than 8 points

2011-08-14 Thread David Violette
Well, I am 72 but my traveling is by motorhome! And the mapping documents our stops in the past and planned stops in the near future. All my stops are stored in an Access database as is my schedule. Any time my schedule is changed the marker files are updated. Those are the files TripMarkers1.js,

[Google Maps API v3] Re: Draw thousands of objects (markers, infowindow, polylines, circles, polygons)

2011-08-14 Thread Nasir
might be poly cluster can be helpful read http://home.provide.net/~bratliff/polycluster/ -- 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-ap

[Google Maps API v3] Re: Help displaying exact location in gmaps

2011-08-14 Thread Paul
Hey so look here is if I i search in maps.google.com it's able to show the exact address in streetview http://maps.google.com/maps?q=61A+De+Beauvoir+Road,+Hackney,+London+N1+5AU,+United+Kingdom&hl=en&ll=51.539202,-0.07993&spn=0.005232,0.014355&sll=51.539990,-0.081193&sspn=0.006295,0.006295&layer=

[Google Maps API v3] Group a set of polylines - Clustering

2011-08-14 Thread Nasir
hi, I have a map with different polylines. Some polylines can be overlap and can have similar path. However, some are closest with each other. I would like to group the polylines (overlapped and closest). In this way, it should show a single polyline instead of multiple polylines. Its a simila

Re: [Google Maps API v3] Re: force refresh of getTile function

2011-08-14 Thread Michael Geary
On Sun, Aug 14, 2011 at 7:11 AM, Esa wrote: > You don't have to add '==true' in if statement. JavaScript makes the > test by default. > if(x==true) can be written simply if(x) Those are not quite the same thing. For example: x = {}; if( x ) alert( 'x' ); // will alert if( x == true ) alert( '

[Google Maps API v3] Re: force refresh of getTile function

2011-08-14 Thread Kesuke
Hmmm, never the less that function is throwing off an error which is stopping it progressing. I'm not sure what is causing it in that case. On Aug 14, 3:11 pm, Esa wrote: > Kesuke. None of the syntax issues you pointed are not against > JavaScript rules. > > Curly brackets with if() ;else; are op

Re: [Google Maps API v3] Re: best way to handle route with more than 8 points

2011-08-14 Thread Roger Hampson
Sorry I wasn't able to discern that technique from your code, David, but, not being an expert in Javascript, I couldn't see the wood for the trees. As you say, whatever method you use, it means that you will have to change something that creates the webpage. I'm tracking a colleague that is cy

[Google Maps API v3] Re: force refresh of getTile function

2011-08-14 Thread Esa
Kesuke. None of the syntax issues you pointed are not against JavaScript rules. Curly brackets with if() ;else; are optional. Underscores are allowed characters in id strings. You don't have to add '==true' in if statement. JavaScript makes the test by default. if(x==true) can be written simply

[Google Maps API v3] Re: force refresh of getTile function

2011-08-14 Thread Esa
On Aug 12, 3:27 pm, Kesuke wrote: > I was just taking another look at this and there is another problem > with that setRedye function, the (document.dir.redye_check.checked) > throws up an "Unable to get value of the property 'checked': object is > null or undefined" error. I'm not sure why that

[Google Maps API v3] Re: Help displaying exact location in gmaps

2011-08-14 Thread Rossko
> I'm trying to pinpoint location of 61A de bauvoir road,London,n1 5au the > '61A' is not being included in the result.. Do you know the actual location of 61A? It may be above, behind, inside 61 and so not available to streetview anyway? -- You received this message because you are subscribed

[Google Maps API v3] Bypassing certain restrictions

2011-08-14 Thread Pil
The v3 Maps API is characterized by a good deal of restrictions compared to v2. In my opinion these restrictions are making the v3 Maps API unfriendly. I'm raising only of one of these annoying restrictions here. For example: When the satellite map type is selected no traffic tiles will appear.