Tagged Questions

0
votes
1answer
5 views

KmlScreenOverlay Buttons

KmlScreenOverlay Buttons!!? real? how? Any other way to put anything flash or html over GEPlugin?
0
votes
3answers
34 views

What units does the PostgreSQL “earthdistance” module use?

I'm guessing that the units it uses is meters (m), but it doesn't seem clear from the documentation I've found. Is this correct? If so, just to verify, in order to convert between miles/meters, I …
0
votes
0answers
35 views

Missing Google Earth features [closed]

Are there any features you miss in Google Earth? I'm asking this because we're developing a similar kind of application and there's a question what more can we provide.
0
votes
0answers
4 views

Import3DModel replaces the shape below

Hi, I am trying to place an image using Import3DModel. The object is getting placed but if let'z say I am giving the Latitude and logitude of the building, it replaces the building and place the 3-D …
9
votes
11answers
347 views

Should we stop implementing the feature to print on paper? [closed]

I've been wondering this for a while now. One of our software has a feature that create a well-formatted document from all the data that the user inputted in the software. The goal is to create …
1
vote
4answers
147 views

How to generate a flat map of earth with day/night highlighting?

Does anybody know of an easy-to-use, FOSS equivalent of the program generating this 'live' colored, earth map. Alternatively, equally appreciated would be enough pointers on the logic, API, and data …
0
votes
0answers
58 views

Virtual Earth won’t render properly in ASP.NET MVC view.

The following code: <body onload="GetMap()"> <script type="text/javascript" src="https://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6&s=1"></script> <script …
0
votes
1answer
60 views

Virtual Earth and ASP.NET MVC

I would like to use Virtual Earth on an ASP.NET MVC application for a client. What are the licenses available for commercial use? Also, does anyone have a good example? I tried a few examples but …
3
votes
3answers
734 views

How can I apply 2 or more texture maps to a gluSphere OpenGL object?

I'm writing a basic planet viewer OpenGL Perl application, just for fun. I have the basics working, with the glorious planet, implemented through a gluSphere(), rotating with the classic earth texture …