At 12:22 PM 3/20/02 -0500, jelena puzic wrote: >Does anyone know how to translate ArcView 3.x shp files into MapInfo so >that the original ArcView coloured polygons retain their colour on >translation? Is it possible to somehow export the ArcView colour palette used?
Shape files do not contain any color information. Sometimes, an ArcView user will create an "AVL" (ArcView Legend) file to accompany the shape file. This is a text file describing how ArcView classifies the data and how each data class is to be symbolized. It is fairly complex because it is designed to handle all kinds of legends, including charts, pie charts, dot legends, and so on. Although its structure is not documented, it's not hard to figure it out if you know the ArcView object model. In principle an AVL file could be read by a MapBasic program (or some other program) but the return on one's programming time would not be very high. In almost any case it would be far easier to recreate the symbols manually. Another option would be to write an ArcView script to output the color and class information in an easy-to-parse format and a corresponding MapBasic program to read that info back in. If some solution does not already exist, I would be happy to collaborate with anyone who wants to write the MapBasic portion of such a legend importer. --Bill Huber www.quantdec.com --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
