This is an archive related to a previous version of Esri Maps for MicroStrategy. If you need the current version go to http://doc.arcgis.com/en/maps-for-microstrategy.

Edit the map specification

When you configure maps in Esri Maps for MicroStrategy, 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.

  1. Click the Advanced menu and click Show map specification.
  2. If you want to copy parts or all of the map specification into another map:
    1. Select the code you want to copy and click Ctrl+C.
    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 click Show map specification.
    5. Click Ctrl+V to 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.