I never see anyone talking about google's elevation data for buildings and the process they've used to drape imagery over that elevation data. I wonder why that is? Maybe this isn't a hard problem and it's just a question of getting high quality data. Still, I've never seen any other company come close to this. I do wonder what exactly is new here in terms of a casual user browsing the landscape. Google maps 3D offer…
Apple Maps does the same thing and was doing it before Google. Interestingly, Apple seems to have better imagery, at least where I am; trees are sharper and more realistic, the ground imagery is more detailed and the colors truer to life. In the forests, trees are rendered clearly enough that I can recognize the landmarks, which just isn't possible in Google's rendering. The only downside is that Google's colors are…
Google Earth Redesigned
211–220 of 292 posts
Re: Google Earth Redesigned
#212Earlier quoted context omitted.
I'm not sure why you're trying to say ? Two wrongs make a right ? For the record: I think that JS is a horrible idea too. What happened to the old rule of thumb that once you let someone else run their own code on your machine you should consider it compromised ?
> What happened to the old rule of thumb People realized it's a stupid and impractical rule and ignored it.
If by "people" you mean developers, and by "stupid and impractical" you mean inconvenient.
Re: Google Earth Redesigned
#213Re: Google Earth Redesigned
#214How is this any better than the desktop version that's already out?
It's not - they just stopped developing the desktop one because now they're all about web-only. It sucks too because we use the desktop one all the time at work - though we're slowly replacing it with custom Cesium-based stuff.
Re: Google Earth Redesigned
#215Earlier quoted context omitted.
Looks like the first hurdle is that it's relying on the deprecated document.registerElement API from an early draft of the Web Components specs, which prevents the app from booting in Firefox. Edit: Paul Kinlan reports that Earth is using PNaCl ( https://twitter.com/Paul_Kinlan/status/854351477506277378 ), which means it fundamentally can't run outside of Blink.
Can somebody fix Google's code? It's just Javascript, right?
Re: Google Earth Redesigned
#216> Loading in progress. 0 of 4.543 billion years processed. Impressive.
I am using up-to-date Chrome.
Re: Google Earth Redesigned
#217Earlier quoted context omitted.
It's possible, although Apple doesn't advertise it or make it real easy to get to. Sharing locations using Apple apps can present a web page, with an embedded map that works fine in a browser: https://maps.apple.com/place?address=10365%20Gorenflo%20Rd%0... There have been a couple small indie projects which basically load Apple maps in an iFrame, but I think they've been mostly C&Ded.
I only see the vectorial map in that link. Is there a way to see satellite, or even better, 3D?
Re: Google Earth Redesigned
#218"Google Chrome required" - sure, because current crop of web developers are too young to remember dark age of Internet Explorer domination.
What web technology does this use, specifically, that prevents firefox usage? Or is it just a chrome plugin they decided not to port?
Most likely web-based Earth was launching just too early to switch from NaCl to WASM, which just shipped, and they'll port to NaCl soon.
Re: Google Earth Redesigned
#219> Loading in progress. 0 of 4.543 billion years processed. Impressive.
Re: Google Earth Redesigned
#220Earlier quoted context omitted.
I remember when inbox launched it could be only used under chrome/chromium. Then somebody changed their user agent in firefox to chrome and magically it started working just fine. So you might want to try that.
Looks like the first hurdle is that it's relying on the deprecated document.registerElement API from an early draft of the Web Components specs, which prevents the app from booting in Firefox. Edit: Paul Kinlan reports that Earth is using PNaCl ( https://twitter.com/Paul_Kinlan/status/854351477506277378 ), which means it fundamentally can't run outside of Blink.