import Zondy from '../Zondy'
/**
* url对应的服务类型
* @readonly
* @enum {String}
*/
const UrlServerType = {
/** UrlServerType.igs_1,igs1.0 */
igs_1: 'igs_1',
/** UrlServerType.igs_2,igs2.0 */
igs_2: 'igs_2',
/** UrlServerType.tdt,天地图 */
tdt: 'tdt',
/** UrlServerType.arcgis,arcgis */
arcgis: 'arcgis'
}
Zondy.Enum.UrlServerType = UrlServerType
export default UrlServerType
