Closed GoogleCodeExporter closed 9 years ago
Description should have said point 3 of comment 18.
Also the title is not very accurate - it only downloads each tile from one
server at a
time.
Committed in revision 151.
I didn't commit the change to PUT instead of GET. What was the reason for that,
Thomas?
Original comment by neilboyd
on 3 May 2010 at 8:26
Effectively, it does download different tiles from different servers in
parallel, I
think. I did not check.
But, you are right, looking at a single tile, which might be unavailable on a
certain
server and now is tried to be downloaded server after server.
Sorry for the confusion.
I do not remember the PUT/GET issue. Probably my misunderstanding how the Linked
Hashmap works, trying to outsmart the cache. But you are right to filter it out.
Original comment by thomas.f...@gmail.com
on 3 May 2010 at 2:07
You changed the simple URL.openStream to a HttpURLConnection and set the method
to
POST. And then closed the connection and not the two streams. That's what I
meant by
PUT (sic).
Original comment by neilboyd
on 3 May 2010 at 3:21
Original comment by neilboyd
on 10 Sep 2010 at 2:36
Original issue reported on code.google.com by
neilboyd
on 3 May 2010 at 7:30