|
From: Eric N. <er...@ne...> - 2005-04-23 02:15:08
|
I believe I might have a fix, but I can't test it as I have no network connectivity on my phone at the moment. There is a flag determining if it should be looking things up as a wap request for the HTTPConnection. Look at GMap.java:257-258.. There is a check for "kh" in the url. It looks like google is serving up the tiles on a different host (mt.google.com).. I presume this used to be kh.google.com. Switching the check to mt might do the trick. - eric Nicolas Pottier wrote: > I find it extremely unlikely we are being blocked. > > I'm just guessing their format changed slightly breaking our fragile > formatting. > > I'll fix this tonight. > Nic > > On Fri, 22 Apr 2005 6:01 pm, David Ondzes wrote: > >> I don't have a copy of the latest and greatest code so can't answer >> this question. What User Agent are we setting in the HTTPConnection >> header ? If aren't setting one the it probably defaulting to one with >> Danger in name and this could be what google is using to block us ? >> >> On 4/22/05, Karl Gutwin <kg...@ya...> wrote: >> >>> see this thread on skdr: >>> >>> http://www.skdr.net/forum/index.php?t=msg&th=2232&start=0&rid=1113&S=2e059e04786b32075648a2b63fbb15dc >>> >>> >>> I confirm both a lack of response in search queries and also tile >>> downloads. >>> Anybody have any insight - has Google cut off our feed? The tiles >>> do load >>> through my web browser (cutting and pasting the syslog'd url) so >>> they didn't >>> change the interface on us. I suspect it's either a backend issue >>> (surprise, >>> surprise) or else Google got wind of our little project. >>> >>> -Karl >>> >>> __________________________________________________ >>> Do You Yahoo!? >>> Tired of spam? Yahoo! Mail has the best spam protection around >>> http://mail.yahoo.com >>> >>> ------------------------------------------------------- >>> SF email is sponsored by - The IT Product Guide >>> Read honest & candid reviews on hundreds of IT Products from real >>> users. >>> Discover which products truly live up to the hype. Start reading now. >>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>> _______________________________________________ >>> Hipgmap-developers mailing list >>> Hip...@li... >>> https://lists.sourceforge.net/lists/listinfo/hipgmap-developers >>> >>> >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_ide95&alloc_id396&op=click >> _______________________________________________ >> Hipgmap-developers mailing list >> Hip...@li... >> https://lists.sourceforge.net/lists/listinfo/hipgmap-developers > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Hipgmap-developers mailing list > Hip...@li... > https://lists.sourceforge.net/lists/listinfo/hipgmap-developers > > |