Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
miquael #1
3D Geodata conversion
I'm working on a mapping application that imports latitude and longitude data
and plots it onto a 3D globe. Does anyone have experience with this? I'm not
sure what the best solution to my problem is.
You can see and download the code base from the open-source project here:
[url]http://code.google.com/p/meadanglobe/[/url]
I'm successfully plotting points onto the 3D surface of the globe, yet the
translation of latitude and longitude does not seem accurate in more than one
respect: 1) not oriented relative to the image of the globe, and 2) each node
is not positioning correctly relative to each other (for example "Rome" and
"Johannesburg" are right next to each other--when they should be thousands of
miles apart!)
I am using very standard translation method which I found here:
[url]http://board.flashkit.com/board/archive/index.php/t-666832.html/[/url]
Here is the code:
xPos = app.radius * Math.cos(longitude) * Math.cos(latitude);
yPos = app.radius * Math.sin(longitude) * Math.cos(latitude);
zPos = app.radius * Math.sin(latitude);
miquael Guest
-
Conversion - CF 5 to CF MX 7
I have an application written in CF5. This application uses http://cfobjects.sourceforge.net/. Since CF5 is no longer available, I am going to... -
dxf conversion
hello, I have been using AutoCAD LT to create .dxf files which are then imported into FH MX. However, I have noticed that the size of features... -
Proposed Name Space Geo::Data::* and Class::GeoData
This is a request for comments and opinions concerning a set of modules I have recently developed. I propose to release the beginning of a large... -
XML to CSV Conversion
Hi All, Does anyone have a perl script handy to show me how to convert an XML document to CSV format ? Thanks in advance. -
Mp3 Conversion, using PHP
I'm wondering if there's any crazy dude out there that would like to join me in making a class for PHP to convert Mp3's to Mp3Pro. Even better... -
miquael #2
Re: 3D Geodata conversion
Here's a link to the resource again (for some reason the one above does not direct properly):
[url]http://board.flashkit.com/board/showthread.php?t=666832[/url]
miquael Guest



Reply With Quote

