Using the aerial images of Microsoft / Bing is a great new development which will increase considerably the speed with which white spaces on our map can be filled. However, it would be interesting to know how old these images are. I know that the Yahoo imagery is quite old for some parts of our globe and this can cause problems if areas are drawn without local up-to-date knowledge. Therefore, it would be nice to know how old the Bing imagery is. Regards |
Try the interesting tool: Bing aerial imagery analyzer for OSM As you zoom in the dates change for each zoom level. Very nice web service!!! Is this available for the whole planet? And already mentioned in the OSM wiki?
(04 Dec '10, 13:46)
stephan75
|
The Bing images are sourced from different providers. Some are more current than others. If you have an image URL of, say
You can retreive the HTTP headers using a browser plugin or an Unix commandline tool like
This will return, among other things, a line that reads
Which tells you that this specific tile was created from an image taken about 4.5 years ago. OSM editors don't currently show that information but I assume that in the long run, ways will be found to make it readily availalbe. answered 02 Dec '10, 12:43 Frederik Ramm ♦ For example one can use http://www.askapache.com/online-tools/http-headers-tool/ - just paste any URL into the Target URL field and you get all response headers.
(02 Dec '10, 13:53)
katpatuka
In your browser's Developer Tools "Network" tab you can see the headers too.
(26 Dec '19, 02:22)
jidanni
|