public class

MapMigrationHelper

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.utils.MapMigrationHelper

Summary

Constants
String MAP_MIGRATING_ERROR
Public Constructors
MapMigrationHelper()
Public Methods
synchronized static void migrateMapPlugins(ContainerServices cs)
Migrate old esri or google map plugins to new map plugin.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String MAP_MIGRATING_ERROR

Constant Value: "mapMigratingError.txt"

Public Constructors

public MapMigrationHelper ()

Public Methods

public static synchronized void migrateMapPlugins (ContainerServices cs)

Migrate old esri or google map plugins to new map plugin. Since 10.6 all map OOTB visualizations are merged to one. Users can change base map style within one widget. In this case all old map configurations will be merged into one if founded in user's plugin folder.

Parameters
cs The ContainerServices.