|
I use custom images in google maps markers. I have included google earth control through google earth browser plugin. But they don't show custom images in google earth control? Any way I can solve this problem?
Thanks, Jayesh
Started by Jayesh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have a KML/KMZ that works well with the standalone GE application showing your custom icons, you... .
In general, you define your own symbols via Style/Iconstyle/Icon structure first, then you reference them in placemarks using the styleUrl element .
|
|
I have a VB.NET app that generates KML to show within Google Earth. I simply do a Process.Start on the .KML file created. The problem is obviously "what if Google Earth isn't installed" and that's what I want to avoid.
Is there a way, in Windows, (not...
Started by Neal on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If they exist, the program with files or folders......
See if you can find some registry entries that Google Earth creates upon installation (and removes when un-installed).
Check if %program files%/Google Earth folder exists.
|
|
I'm building a program that uses weather simulation using OpenGL. I want to include Google Earth imagery with zoom and pan. Is this possible? Or can it be done the other way round, including OpenGL graphics inside Google Earth? Thanks!
Started by limitedmage on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Google's Earth imagery has all kinds of blemishes, but lets you zoom in much farther resolution imagery of Earth, there....
It's not possible with Google Earth, and even if you find a way to download the data (no clouds).
|
Ask your Facebook Friends
|
Is it possible to capture the graphics object created by the Google Earth browser plugin from a .NET WebBrowser control?
With this graphics object I could create an image to use as the background image for a panel that I can then draw on top of.
You cannot...
Started by Stevo3000 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Google Earth COM API
Take a look defeat on this one....
My apologies if I misunderstood the question - are you trying to display Google Earth in a Windows Forms program? If so, have a look at Google Earth COM API.
|
|
Is there a way to create a heat map in google earth, so areas with higher values (of some specified parameter, such as population) appear as hotspots?
Started by Jeff Storey on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Density Mapping in Google Maps with HeatMapAPI Heat Maps for Google Maps - (a.k.a GeoIQ mashup) Using Google Maps to Produce Heat Maps.
So might not be as nice as it seems...
And a dll in some way...
|
|
I'm writing an application that displays data using Google Earth. In certain situations, it would be more convenient if, rather than displaying satellite images, the surface of the earth would look more like the 'regular map' on Google Maps.
Is this possible...
Started by carrier on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I used the Google AJAX API ....
You can load the Earth display.
There are plenty of free and commercial tools to do this and also plenty of maps a simple process so it is easy to develop your own tools to do this as well .
The earth.
|
|
So i'm trying to use Google Earth on a server that has a Matrox G200eW video card. Does anyone know if this built-in card supports DirectX?
I've tried updating the drivers with no success.
It seems like I can't run Google Earth with DirectX (only OpenGL...
Started by htkhtk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
OpenGL is the best approach....
OpenGL and DirectX fail differently when the hardware isn't up to the job .
It's a cheap chipset, which will be why your server has Google Earth fine.
Graphically intensive - which google earth is.
|
|
Is there any way to create a zoom in to a location like Google Earth for a site???
I think, I can do this with a slide show in Flash or jQuery, but I would like to know if there is a better alternative way!
Thanks
Started by Kostas on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hey,
Check out Google Earth API Demo Gallery you.
Interactivity on whatever image you're zooming into.
|
|
Is it possible in web page on Internet Explorer to detect if the Google Earth application is installed on the client machine using Javascript?
This page is part of a Trusted Site on an intranet.
Update: detecting it via creating an ActiveX object or any...
Started by Matthew Lock on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm pretty sure Google Earth doesn't install a plugin failure loading the Google Earth Plugin: " + errorCode); } }
look at this for a complete working code.
I don't think this works using Javascript.
|
|
I have a C++ Windows application continually updating lat, long and altitude.
I would like my application to incorporate Google Earth to visually "track it".
Any advice or pointing in the right direction would be appreciated.
Thanks.
Started by Tommy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This is not supported by Google....
There is no need to register with Google for the development key.
The API retrieve all the other COM objects.
You can embed the Google Earth plugin into your application as an ActiveX control.
|