给定一个相对 Uri 和一个基本 Uri,返回相对 Uri 的绝对 Uri。
Name | Type | Description |
---|---|---|
relative |
String | 相对 Uri。 |
base |
String | optional 基本 Uri。 |
Returns:
给定相对 Uri 的绝对 Uri。
Example:
//absolute Uri will be "https://test.com/awesome.png";
var absoluteUri = SuperMap3D.getAbsoluteUri('awesome.png', 'https://test.com');