java.lang.Object | |
↳ | com.microstrategy.web.app.utils.MapMigrationHelper |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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.
cs | The ContainerServices. |
---|