[GIS] Export ArcMap cartographic representation to a symbol

arcmapcartographyrepresentation

Using Cartographic Representation (CR) I've created a nice feature symbol with a filled interior and sharp outline. It looks great on a map, on screen and printed. However I can't duplicate that symbol in the legend, as the regular Symbol Property Editor doesn't have the same level of control and edit options as the CR marker editor does.

Here's the CR marker editor, and the resultant symbol:

Representation Marker Editor result

And here's the closest I can get with regular symbol editor, just not good or close enough. With stacked level character symbol the two don't line up at all, and with halo effect the effect is thicker on the right side than the left.

symbol editor, unsatisfactory results


So, how can I export the CR symbol so I can use it in the legend (and elsewhere)?

We're not using live legend as it doesn't afford enough control over the result, for instance the size of the CR symbol can't be changed, even after converting to graphics.

Best Answer

I didn't find a way to export cartographic representation, so that need still remains to be addressed.

I did find a solution that worked for the current project though. My symbol is based on a font glyph, so I used Inkscape to load the font symbol, style it approximately the same as the CR symbol, export as EMF and embed in the map composition via Insert > Picture. I couldn't get a perfect match between the symbols, but it's pretty good.

  1. Open Inkscape, use Type tool (f8)
  2. Insert character symbol, resize to something easy to work with
  3. Open Fill and Stroke palette (shift-ctrl-f)
  4. Set fill to 50% (for this example)
  5. Set stroke to black, and stroke style to desired outline thickness
  6. set Document Properties (shift-ctrl-d) to match Object height & width; this so that when imported to arcmap the symbol's bounding box matched the symbol itself, and not the document page size

.

Marker Editor property |  Inkscape equivalent
-----------------------|---------------------
Solid colour pattern   |  Fill 
Line                   |  Stroke
Line width             |  Stoke Style

The units for line/stroke width in the two applications bear little to no relationship to each other, so I just aimed for something that looked close (took multiple round trips to get sorted out).

final CR and EMF in Arcmap

In future I think I would explore creating the symbols in Inkscape first, and then using those in Arcmap right from the beginning (though the fact the way to convert .emf to CR markers uses VB6 doesn't bode well for this approach [ref]).

I also tried the speedier route of grabbing a screenshot of the CR symbol, deleting the background, and saving as PNG. However that failed because Arcmap doesn't respect the PNG transparency. (Which is just as well as the picture was kind of ugly anyway.)

Related Question