Package com.microstrategy.web.app.utils
Class MapMigrationHelper
- java.lang.Object
 - 
- com.microstrategy.web.app.utils.MapMigrationHelper
 
 
- 
public class MapMigrationHelper extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMAP_MIGRATING_ERROR 
- 
Constructor Summary
Constructors Constructor Description MapMigrationHelper() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmigrateMapPlugins(ContainerServices cs)Migrate old esri or google map plugins to new map plugin. 
 - 
 
- 
- 
Field Detail
- 
MAP_MIGRATING_ERROR
public static final java.lang.String MAP_MIGRATING_ERROR
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
migrateMapPlugins
public static 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.
 
 - 
 
 -