Check it out: maps.google.com
Amazing stuff. Hmm, wonder if they have any openings....
Amazing stuff. Hmm, wonder if they have any openings....
I could kinda imagine how to do it, but I can't imagine how they do it so freakin' FAST. Knowing how much traffic google gets, they must have some crazy combination of hardware/software to make receiving requests, rendering maps, and dispachting those maps so fast. Wouldn't mind looking at their setup someday.Andrew, Killer Bee wrote:Dude, fucking look at what that site does! Dynamically zoom in and out and move around on a map of the entire United fuckin' States of America! Your average client-side web programmer would not dream of producing such a feat without use of Flash or Java. Your garden genius client-side web programmer might think that such a feat might be possible, but would never dream of producing it. Can you imagine how difficult something like this would be to write? I can, barely, and my mind has been blown!
There are some pretty thorough breakdowns of this, at least on the Javascript/HTML/XML/client side imaging stuff. Some guy has a nice blog post concerning this. The REAL secret though is the hardware and software used on the backend to make the image rendering (and such NICE images if I may so) so quick.Zhuge Liang 2 wrote:I imagine most mapping/navigation companies with a web presence are scrambling to catch up, like my company is. As I told a collegue, we got map-served by Google. I think we have an idea of how they did it. In fact, I've even discussed a similar approach with collegues for scalability reasons. Although to be honest, I didn't dream up anything as slick as what Google did. Now I'm to head the effort to catch up :? . I just hope they'll give me enough manpower to get the job done right.
Zhuge Liang