6
votes
1answer
154 views

What's a robust strategy for displaying 3D map data for navigation?

3D map data, specifically the kind you see on GPS units, or more recently on smart phones, almost always features a 'HUD' like view, which I'm trying to implement in an application of mine. I have ...
2
votes
1answer
209 views

Possible to use Google Earth to generate “skyline” planes?

I was really interested to notice that my city appears to have gotten the 3D Buildings treatment on Google Earth. I am trying to figure out how I might these 3D buildings to generate 'skylines' for a ...
1
vote
2answers
428 views

Can I project 3D DXF vertical cross section into a “plan view projection plane” for display in ArcMap?

Below is the lenghty explanation but simply put my question is: How can I project a 3D DXF file (vertical cross section) into a "plan view projection" for use in ArcMap? I am using Target (by ...
4
votes
1answer
704 views

How to “calculate” distance-to-ground of all 18 OSM zoom levels?

Assuming I'm building a 3D solution with the "world" being mapped to global geo-data supplied by OSM / Cloudmade... think http://www.webglearth.com but with completely different goals and use-cases. ...
2
votes
1answer
336 views

Rendering 3D timezones KML on a 2D map

I'm trying to render a KML layer (with timezones) in Google Maps API v3. The KML layer works fine in 3D (in Google Earth), but when I render it in 2D, the timezone lines that meet at the North Pole ...
4
votes
1answer
188 views

Using projections to obtain perspective views

I understand that a perspective view is essentially a type of projection. Is it possible to create projection definitions for a typical GIS system that will mimic a perspective view from a particular ...