Managing data |
SuperMap iPortal provides data management function for administrators to mange all the data uploaded by users via "My Data" page. Log in to your portal as administrator, click Management> Resources Management> Data, you can perform the following operations.
Cancel the Published Services
The Service Status column of the data list identifies whether the data is published or not. Check one or more data, click "Unpublish" button, all the services corresponding to the selected data will be unregistered from your portal, and these hosting services will also be removed from the corresponding hosting server.
View/Edit Basic Data Infos
Click one specified data, detailed info page will appear, click "Edit" button at the right bottom page, you can replace the thumbnail and edit the data name, tags and description.
Delete Data
Check one or multiple data and click "Delete" button to remove the data you don't need anymore.
Search Data
Search the data you want to find by input the data name or the data owner in input box on the right bottom page.
Modify the Default Maximum Data Capacity
By editing the iportal.xml in %SuperMap iPortal_HOME%\webapps\iportal\WEB-INF directory, you can modify the default value.
Configuration method:
<IportalConfig> <uploadSetting> <userMaxCapacity>2048</userMaxCapacity> </uploadSetting> </IportalConfig>
2048: The default maximum data capacity users allowed to upload, unit is MB. If you modify the default value, it will affect all the users. For details, see: iPortal configuration file introduction.
For one or more specified iPortal users, you can also configure data capacity limits for them individually, see: The customized capacity limit configuration.
Note : The user who associates the DATA_CENTER role built-in SuperMap iPortal, can see"My Data" page. You can modify the role associated with user in the user management page (http://supermapiserver:8090/iportal/manager/security/users), details please see: User Management .