Skip To Content

Edit the map specification

When you configure maps in Esri Maps Designer, the map specification is saved as a JavaScript Object Notation (JSON) file.

If you want to apply the map specification of one map to another map, you can copy and paste all or parts of the map specification code. You can also edit the map specification for a map directly in the JSON code.

Caution:

Editing the map specification is not recommended. Significant errors could be made, and unsupported changes could cause problems when reports are upgraded to a new version of the software.

  1. From the map menu, click Advanced and choose Show map specification.
  2. If you want to copy parts or all of the map specification into another map, do the following:
    1. Select the code that you want and copy it.
    2. Click Cancel to return to the map.
    3. Open the map into which you want to copy the map specification code.
    4. Click the Advanced menu and choose Show map specification.
    5. Paste the code you copied from the first map.
    6. Click Apply to apply the map specification from the first map to the second map.

      The map updates to reflect the new map specification you applied.

  3. If you want to edit the map specification, make changes to the JSON code as needed. Click Apply when finished.

    The map updates to reflect the changes you made.