Silly as it may sound, have you tried puting sensor= after the key= (not before) ?
On 26 August 2010 23:42, Eric Vyncke <[email protected]> wrote: > Even removing the extra > (a left-over from several tests) in the two > test URLs, it does not work... > > And the weird thing is that it has worked like a charm for several > months before failing for a couple of days :-( > > -éric > > On 26 août, 18:17, "[email protected]" <[email protected]> > wrote: >> On Aug 26, 9:02 am, Eric Vyncke <[email protected]> wrote: >> >> > Larry, >> >> > Even with & it does not work, check >> > here:http://r15433.ovh.net/virtualflyer/gmaproute3.php >> >> > Thanks for your assistance anyway >> >> Look closely at your key include line, I see this at the end (after >> the complete key):>" >> >> type="text/javascript"></script> >> >> That will probably confuse the browser or the server depending on how >> far it gets. >> >> -- Larry >> >> >> >> > -éric >> >> > On 26 août, 17:53, "[email protected]" <[email protected]> >> > wrote: >> >> > > On Aug 26, 8:43 am, Eric Vyncke <[email protected]> wrote: >> >> > > > Larry, >> >> > > > You caught the page when I was making more testing ;-) >> >> > > > The sensor=false is back and still not working... >> >> > > Now I see: >> > > <script src="http://maps.google.com/maps? >> > > file=api&v=2&sensor=false&key=ABQIAAAAZMVhAk5Egq54D9CGzfMLkxTfCJqaW_D5sF3wS_1eXvenrf6yuBTjYK- >> > > BIVPRKX0CE41-LCCC76XEKQ>" >> > > type="text/javascript"></script> >> >> > > What I have on my pages is: >> > > <script src="http://maps.google.com/maps? >> > > file=api&v=2&key=ABQIAAAAFnFO3ySluSuha6r1vYekiRQNy_ewe8RNLHRa7cwLE- >> > > yWPUZNWBSV43OE1hhpvzIXRf04qzvWdmKBEw&sensor=false" type="text/ >> > > javascript"></script> >> >> > > (notice the & instead of &) >> >> > > That is what is used in the "Hello World" map in the documentation as >> > > well:http://code.google.com/apis/maps/documentation/javascript/v2/introduc... >> >> > > And >> > > here:http://code.google.com/apis/maps/documentation/javascript/v2/examples... >> >> > > -- Larry >> >> > > > -éric >> >> > > > On 26 août, 17:36, "[email protected]" <[email protected]> >> > > > wrote: >> >> > > > > On Aug 26, 8:31 am, Eric Vyncke <[email protected]> wrote: >> >> > > > > > I have a Google Map enabled application which has worked for >> > > > > > several >> > > > > > months and since a couple of days all users (myself included) have >> > > > > > the >> > > > > > infamous pop-up complaining about the sensor parameter which >> > > > > > should be >> > > > > > either true or false. >> >> > > > > > As I have changed nothing AFAIK in the page, on the Apache server, >> > > > > > ... >> > > > > > and as another application on the very same server keeps working, >> > > > > > I am >> > > > > > really puzzled here. >> >> > > > > > For sure, the original page did not include sensor=false, but even >> > > > > > adding it does not fix the pop-up. >> >> > > > > > I have sniffed the traffic and the URL is complete with key, >> > > > > > version, >> > > > > > sensor... >> >> > > > > > I have reduced the page to basically a very trivial file and it >> > > > > > still >> > > > > > has the problem...http://r15433.ovh.net/virtualflyer/gmaproute2.php >> >> > > > > > I have check and double check the syntax but it appears OK. >> >> > > > > This is the api include line from the link above: >> > > > > <script src="http://maps.google.com/maps? >> > > > > file=api&v=2&key=ABQIAAAAZMVhAk5Egq54D9CGzfMLkxTfCJqaW_D5sF3wS_1eXvenrf6yuBTjYK- >> > > > > BIVPRKX0CE41-LCCC76XEKQ>" >> >> > > > > I don't see sensor specified at all. >> >> > > > > -- Larry >> >> > > > > > Thanks a lot in advance >> >> > > > > > -éric- Hide quoted text - >> >> > > > - Show quoted text -- Hide quoted text - >> >> > - Show quoted text - > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
