Flat to Polar Map conversion
Attached is a map of a continent on a world that I'm creating. This particular map was a simple cut and paste job of the continent off of the whole world map into this new map. What I'd like to do with it, however, is convert it to a polar map (the pole for this planet is just off the bottom of this map. I have been able to do this approximately by using the grid I imposed on the map and then creating a new map with a polar grid that I then used to painstakingly approximate the outline of the continent and its features. However, before I go much further, I'd like to know if there's a way to design a macro to do this automatically.[p]
Mathematically, the process is one of taking a line and mapping it to a point (the pole) and then mapping the coordinates of the points making up the various objects into polar coordinates (length along the reference line would represent angle, distance from that line would represent radius) and then back into the rectangular coordinates that CC3 uses (unless it's possible to set the map to use polar coordinates).[p]
Does anyone have any suggestions for how a macro might be written to handle this, or whether it is even possible?
Mathematically, the process is one of taking a line and mapping it to a point (the pole) and then mapping the coordinates of the points making up the various objects into polar coordinates (length along the reference line would represent angle, distance from that line would represent radius) and then back into the rectangular coordinates that CC3 uses (unless it's possible to set the map to use polar coordinates).[p]
Does anyone have any suggestions for how a macro might be written to handle this, or whether it is even possible?
Comments
If you can get the FCW data out as, say, a shape file, then you should be able to use something like Flex Projector ( http://www.flexprojector.com ) to reproject the data (it is supposed to do raster images as well, but raster image in = raster image out).
http://home.windstream.net/ls15426/
It is targeted at CC2, but most of it applies to CC3.
--Dale--