@google/earthengine 0.1.405 → 0.1.407
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ee_api_js.js +17 -17
- package/build/ee_api_js_debug.js +102 -77
- package/build/ee_api_js_npm.js +125 -99
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/geometry.js +1 -1
- package/build/browser.js +0 -26810
- package/build/main.js +0 -26811
package/build/ee_api_js_npm.js
CHANGED
|
@@ -5079,7 +5079,7 @@ module$exports$safevalues$dom$globals$dom_parser.parseHtml = function(parser, ht
|
|
|
5079
5079
|
return module$contents$safevalues$dom$globals$dom_parser_parseFromString(parser, html, "text/html");
|
|
5080
5080
|
};
|
|
5081
5081
|
module$exports$safevalues$dom$globals$dom_parser.parseXml = function(parser, xml) {
|
|
5082
|
-
for (var doc = module$contents$safevalues$dom$globals$dom_parser_parseFromString(parser, (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(xml), "text/xml"), iterator = document.createNodeIterator(doc, NodeFilter.SHOW_ALL
|
|
5082
|
+
for (var doc = module$contents$safevalues$dom$globals$dom_parser_parseFromString(parser, (0,module$exports$safevalues$internals$html_impl.createHtmlInternal)(xml), "text/xml"), iterator = document.createNodeIterator(doc, NodeFilter.SHOW_ALL), currentNode; currentNode = iterator.nextNode();) {
|
|
5083
5083
|
if (currentNode instanceof HTMLElement || currentNode instanceof SVGElement) {
|
|
5084
5084
|
var message = "unsafe XML";
|
|
5085
5085
|
goog.DEBUG && (message = "attempted to parse an XML document that embeds HTML or SVG content");
|
|
@@ -5094,9 +5094,9 @@ function module$contents$safevalues$dom$globals$dom_parser_parseFromString(parse
|
|
|
5094
5094
|
module$exports$safevalues$dom$globals$dom_parser.parseFromString = module$contents$safevalues$dom$globals$dom_parser_parseFromString;
|
|
5095
5095
|
var module$exports$safevalues$dom$globals$fetch = {}, module$contents$safevalues$dom$globals$fetch_module = module$contents$safevalues$dom$globals$fetch_module || {id:"third_party/javascript/safevalues/dom/globals/fetch.closure.js"};
|
|
5096
5096
|
module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError = function(url, typeName, contentType) {
|
|
5097
|
-
var $jscomp$tmp$error$1153895636$
|
|
5098
|
-
this.message = $jscomp$tmp$error$1153895636$
|
|
5099
|
-
"stack" in $jscomp$tmp$error$1153895636$
|
|
5097
|
+
var $jscomp$tmp$error$1153895636$25 = Error.call(this, url + " was requested as a " + typeName + ', but the response Content-Type, "' + contentType + " is not appropriate for this type of content.");
|
|
5098
|
+
this.message = $jscomp$tmp$error$1153895636$25.message;
|
|
5099
|
+
"stack" in $jscomp$tmp$error$1153895636$25 && (this.stack = $jscomp$tmp$error$1153895636$25.stack);
|
|
5100
5100
|
this.url = url;
|
|
5101
5101
|
this.typeName = typeName;
|
|
5102
5102
|
this.contentType = contentType;
|
|
@@ -5109,47 +5109,47 @@ function module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(
|
|
|
5109
5109
|
}
|
|
5110
5110
|
function module$contents$safevalues$dom$globals$fetch_fetchResourceUrl(u, init) {
|
|
5111
5111
|
var response, $jscomp$optchain$tmp1153895636$0, $jscomp$optchain$tmp1153895636$1, $jscomp$optchain$tmp1153895636$2, mimeType;
|
|
5112
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1153895636$
|
|
5113
|
-
if (1 == $jscomp$generator$context$1153895636$
|
|
5114
|
-
return $jscomp$generator$context$1153895636$
|
|
5112
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1153895636$29) {
|
|
5113
|
+
if (1 == $jscomp$generator$context$1153895636$29.nextAddress) {
|
|
5114
|
+
return $jscomp$generator$context$1153895636$29.yield(fetch(module$contents$safevalues$internals$resource_url_impl_unwrapResourceUrl(u).toString(), init), 2);
|
|
5115
5115
|
}
|
|
5116
|
-
response = $jscomp$generator$context$1153895636$
|
|
5116
|
+
response = $jscomp$generator$context$1153895636$29.yieldResult;
|
|
5117
5117
|
mimeType = null == ($jscomp$optchain$tmp1153895636$0 = response.headers.get("Content-Type")) ? void 0 : null == ($jscomp$optchain$tmp1153895636$1 = $jscomp$optchain$tmp1153895636$0.split(";", 2)) ? void 0 : null == ($jscomp$optchain$tmp1153895636$2 = $jscomp$optchain$tmp1153895636$1[0]) ? void 0 : $jscomp$optchain$tmp1153895636$2.toLowerCase();
|
|
5118
|
-
return $jscomp$generator$context$1153895636$
|
|
5118
|
+
return $jscomp$generator$context$1153895636$29.return({html:function() {
|
|
5119
5119
|
var text;
|
|
5120
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1153895636$
|
|
5121
|
-
if (1 == $jscomp$generator$context$1153895636$
|
|
5120
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1153895636$26) {
|
|
5121
|
+
if (1 == $jscomp$generator$context$1153895636$26.nextAddress) {
|
|
5122
5122
|
if ("text/html" !== mimeType) {
|
|
5123
5123
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeHtml", "text/html");
|
|
5124
5124
|
}
|
|
5125
|
-
return $jscomp$generator$context$1153895636$
|
|
5125
|
+
return $jscomp$generator$context$1153895636$26.yield(response.text(), 2);
|
|
5126
5126
|
}
|
|
5127
|
-
text = $jscomp$generator$context$1153895636$
|
|
5128
|
-
return $jscomp$generator$context$1153895636$
|
|
5127
|
+
text = $jscomp$generator$context$1153895636$26.yieldResult;
|
|
5128
|
+
return $jscomp$generator$context$1153895636$26.return(module$contents$safevalues$dom$globals$fetch_privatecreateHtmlInternal(text));
|
|
5129
5129
|
});
|
|
5130
5130
|
}, script:function() {
|
|
5131
5131
|
var text;
|
|
5132
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1153895636$
|
|
5133
|
-
if (1 == $jscomp$generator$context$1153895636$
|
|
5132
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1153895636$27) {
|
|
5133
|
+
if (1 == $jscomp$generator$context$1153895636$27.nextAddress) {
|
|
5134
5134
|
if ("text/javascript" !== mimeType && "application/javascript" !== mimeType) {
|
|
5135
5135
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeScript", "text/javascript");
|
|
5136
5136
|
}
|
|
5137
|
-
return $jscomp$generator$context$1153895636$
|
|
5137
|
+
return $jscomp$generator$context$1153895636$27.yield(response.text(), 2);
|
|
5138
5138
|
}
|
|
5139
|
-
text = $jscomp$generator$context$1153895636$
|
|
5140
|
-
return $jscomp$generator$context$1153895636$
|
|
5139
|
+
text = $jscomp$generator$context$1153895636$27.yieldResult;
|
|
5140
|
+
return $jscomp$generator$context$1153895636$27.return(module$contents$safevalues$internals$script_impl_createScriptInternal(text));
|
|
5141
5141
|
});
|
|
5142
5142
|
}, styleSheet:function() {
|
|
5143
5143
|
var text;
|
|
5144
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1153895636$
|
|
5145
|
-
if (1 == $jscomp$generator$context$1153895636$
|
|
5144
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1153895636$28) {
|
|
5145
|
+
if (1 == $jscomp$generator$context$1153895636$28.nextAddress) {
|
|
5146
5146
|
if ("text/css" !== mimeType) {
|
|
5147
5147
|
throw new module$exports$safevalues$dom$globals$fetch.IncorrectContentTypeError(response.url, "SafeStyleSheet", "text/css");
|
|
5148
5148
|
}
|
|
5149
|
-
return $jscomp$generator$context$1153895636$
|
|
5149
|
+
return $jscomp$generator$context$1153895636$28.yield(response.text(), 2);
|
|
5150
5150
|
}
|
|
5151
|
-
text = $jscomp$generator$context$1153895636$
|
|
5152
|
-
return $jscomp$generator$context$1153895636$
|
|
5151
|
+
text = $jscomp$generator$context$1153895636$28.yieldResult;
|
|
5152
|
+
return $jscomp$generator$context$1153895636$28.return(module$contents$safevalues$internals$style_sheet_impl_createStyleSheetInternal(text));
|
|
5153
5153
|
});
|
|
5154
5154
|
}});
|
|
5155
5155
|
});
|
|
@@ -6800,7 +6800,7 @@ goog.flags.USE_USER_AGENT_CLIENT_HINTS = module$exports$closure$flags$flags$2eto
|
|
|
6800
6800
|
goog.flags.ASYNC_THROW_ON_UNICODE_TO_BYTE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__async_throw_on_unicode_to_byte__enable : goog.readFlagInternalDoNotUseOrElse(899588437, !1);
|
|
6801
6801
|
goog.flags.JSPB_STOP_USING_REPEATED_FIELD_SETS_FROM_GENCODE = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_stop_using_repeated_field_sets_from_gencode__enable : goog.readFlagInternalDoNotUseOrElse(188588736, goog.DEBUG);
|
|
6802
6802
|
goog.flags.CLIENT_ONLY_WIZ_REACTION_ASYNC_AWAIT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_reaction_async_await__disable : goog.readFlagInternalDoNotUseOrElse(399321843, !0);
|
|
6803
|
-
goog.flags.CLIENT_ONLY_WIZ_COMPONENT_STACKS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ?
|
|
6803
|
+
goog.flags.CLIENT_ONLY_WIZ_COMPONENT_STACKS = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__client_only_wiz_component_stacks__disable : goog.readFlagInternalDoNotUseOrElse(628162879, !0);
|
|
6804
6804
|
goog.flags.TESTONLY_DISABLED_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_disabled_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483644, !1);
|
|
6805
6805
|
goog.flags.TESTONLY_DEBUG_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_debug_flag__enable : goog.readFlagInternalDoNotUseOrElse(2147483645, goog.DEBUG);
|
|
6806
6806
|
goog.flags.TESTONLY_STAGING_FLAG = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.FLAGS_STAGING_DEFAULT && (module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__testonly_staging_flag__disable) : goog.readFlagInternalDoNotUseOrElse(2147483646, module$contents$goog$flags_STAGING);
|
|
@@ -6843,8 +6843,8 @@ function module$contents$goog$labs$userAgent$util_matchUserAgentDataBrand(str) {
|
|
|
6843
6843
|
}
|
|
6844
6844
|
var data = module$contents$goog$labs$userAgent$util_getUserAgentData();
|
|
6845
6845
|
return data ? data.brands.some(function($jscomp$destructuring$var6) {
|
|
6846
|
-
var brand
|
|
6847
|
-
return brand && (0,goog.string.internal.contains)(brand, str);
|
|
6846
|
+
var brand;
|
|
6847
|
+
return (brand = $jscomp$destructuring$var6.brand) && (0,goog.string.internal.contains)(brand, str);
|
|
6848
6848
|
}) : !1;
|
|
6849
6849
|
}
|
|
6850
6850
|
function module$contents$goog$labs$userAgent$util_matchUserAgent(str) {
|
|
@@ -6893,30 +6893,30 @@ module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue
|
|
|
6893
6893
|
}
|
|
6894
6894
|
};
|
|
6895
6895
|
module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue.prototype.load = function() {
|
|
6896
|
-
var $jscomp$async$this = this, userAgentData;
|
|
6897
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m2110036436$
|
|
6898
|
-
if (1 == $jscomp$generator$context$m2110036436$
|
|
6896
|
+
var $jscomp$async$this$m2110036436$9 = this, userAgentData;
|
|
6897
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m2110036436$35) {
|
|
6898
|
+
if (1 == $jscomp$generator$context$m2110036436$35.nextAddress) {
|
|
6899
6899
|
userAgentData = module$contents$goog$labs$userAgent$util_getUserAgentData();
|
|
6900
6900
|
if (!userAgentData) {
|
|
6901
|
-
return $jscomp$generator$context$m2110036436$
|
|
6901
|
+
return $jscomp$generator$context$m2110036436$35.return(void 0);
|
|
6902
6902
|
}
|
|
6903
|
-
$jscomp$async$this.promise_ || ($jscomp$async$this.pending_ = !0, $jscomp$async$this.promise_ = function() {
|
|
6903
|
+
$jscomp$async$this$m2110036436$9.promise_ || ($jscomp$async$this$m2110036436$9.pending_ = !0, $jscomp$async$this$m2110036436$9.promise_ = function() {
|
|
6904
6904
|
var dataValues;
|
|
6905
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m2110036436$
|
|
6906
|
-
if (1 == $jscomp$generator$context$m2110036436$
|
|
6907
|
-
return $jscomp$generator$context$m2110036436$
|
|
6905
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m2110036436$34) {
|
|
6906
|
+
if (1 == $jscomp$generator$context$m2110036436$34.nextAddress) {
|
|
6907
|
+
return $jscomp$generator$context$m2110036436$34.setFinallyBlock(2), $jscomp$generator$context$m2110036436$34.yield(userAgentData.getHighEntropyValues([$jscomp$async$this$m2110036436$9.key_]), 4);
|
|
6908
6908
|
}
|
|
6909
|
-
if (2 != $jscomp$generator$context$m2110036436$
|
|
6910
|
-
return dataValues = $jscomp$generator$context$m2110036436$
|
|
6909
|
+
if (2 != $jscomp$generator$context$m2110036436$34.nextAddress) {
|
|
6910
|
+
return dataValues = $jscomp$generator$context$m2110036436$34.yieldResult, $jscomp$async$this$m2110036436$9.value_ = dataValues[$jscomp$async$this$m2110036436$9.key_], $jscomp$generator$context$m2110036436$34.return($jscomp$async$this$m2110036436$9.value_);
|
|
6911
6911
|
}
|
|
6912
|
-
$jscomp$generator$context$m2110036436$
|
|
6913
|
-
$jscomp$async$this.pending_ = !1;
|
|
6914
|
-
return $jscomp$generator$context$m2110036436$
|
|
6912
|
+
$jscomp$generator$context$m2110036436$34.enterFinallyBlock();
|
|
6913
|
+
$jscomp$async$this$m2110036436$9.pending_ = !1;
|
|
6914
|
+
return $jscomp$generator$context$m2110036436$34.leaveFinallyBlock(0);
|
|
6915
6915
|
});
|
|
6916
6916
|
}());
|
|
6917
|
-
return $jscomp$generator$context$m2110036436$
|
|
6917
|
+
return $jscomp$generator$context$m2110036436$35.yield($jscomp$async$this$m2110036436$9.promise_, 2);
|
|
6918
6918
|
}
|
|
6919
|
-
return $jscomp$generator$context$m2110036436$
|
|
6919
|
+
return $jscomp$generator$context$m2110036436$35.return($jscomp$generator$context$m2110036436$35.yieldResult);
|
|
6920
6920
|
});
|
|
6921
6921
|
};
|
|
6922
6922
|
module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.HighEntropyValue.prototype.resetForTesting = function() {
|
|
@@ -7148,12 +7148,12 @@ var module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion = functi
|
|
|
7148
7148
|
this.useUach_ = useUach;
|
|
7149
7149
|
};
|
|
7150
7150
|
module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.getIfLoaded = function() {
|
|
7151
|
-
var $jscomp$this$1683157560$
|
|
7151
|
+
var $jscomp$this$1683157560$99 = this;
|
|
7152
7152
|
if (this.useUach_) {
|
|
7153
7153
|
var loadedVersionList = module$exports$goog$labs$userAgent$highEntropy$highEntropyData.fullVersionList.getIfLoaded();
|
|
7154
7154
|
if (void 0 !== loadedVersionList) {
|
|
7155
7155
|
var matchingBrand = loadedVersionList.find(function($jscomp$destructuring$var10) {
|
|
7156
|
-
return $jscomp$this$1683157560$
|
|
7156
|
+
return $jscomp$this$1683157560$99.brand_ === $jscomp$destructuring$var10.brand;
|
|
7157
7157
|
});
|
|
7158
7158
|
(0,goog.asserts.assertExists)(matchingBrand);
|
|
7159
7159
|
return new module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version(matchingBrand.version);
|
|
@@ -7164,28 +7164,28 @@ module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.ge
|
|
|
7164
7164
|
}
|
|
7165
7165
|
};
|
|
7166
7166
|
module$contents$goog$labs$userAgent$browser_HighEntropyBrandVersion.prototype.load = function() {
|
|
7167
|
-
var $jscomp$async$this = this, loadedVersionList, matchingBrand;
|
|
7168
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1683157560$
|
|
7169
|
-
if (1 == $jscomp$generator$context$1683157560$
|
|
7170
|
-
return $jscomp$async$this.useUach_ ? $jscomp$generator$context$1683157560$
|
|
7167
|
+
var $jscomp$async$this$1683157560$59 = this, loadedVersionList, matchingBrand;
|
|
7168
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1683157560$106) {
|
|
7169
|
+
if (1 == $jscomp$generator$context$1683157560$106.nextAddress) {
|
|
7170
|
+
return $jscomp$async$this$1683157560$59.useUach_ ? $jscomp$generator$context$1683157560$106.yield(module$exports$goog$labs$userAgent$highEntropy$highEntropyData.fullVersionList.load(), 5) : $jscomp$generator$context$1683157560$106.yield(0, 3);
|
|
7171
7171
|
}
|
|
7172
|
-
if (3 != $jscomp$generator$context$1683157560$
|
|
7172
|
+
if (3 != $jscomp$generator$context$1683157560$106.nextAddress && (loadedVersionList = $jscomp$generator$context$1683157560$106.yieldResult, void 0 !== loadedVersionList)) {
|
|
7173
7173
|
return matchingBrand = loadedVersionList.find(function($jscomp$destructuring$var12) {
|
|
7174
|
-
return $jscomp$async$this.brand_ === $jscomp$destructuring$var12.brand;
|
|
7175
|
-
}), (0,goog.asserts.assertExists)(matchingBrand), $jscomp$generator$context$1683157560$
|
|
7174
|
+
return $jscomp$async$this$1683157560$59.brand_ === $jscomp$destructuring$var12.brand;
|
|
7175
|
+
}), (0,goog.asserts.assertExists)(matchingBrand), $jscomp$generator$context$1683157560$106.return(new module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version(matchingBrand.version));
|
|
7176
7176
|
}
|
|
7177
7177
|
module$contents$goog$labs$userAgent$browser_preUachHasLoaded = !0;
|
|
7178
|
-
return $jscomp$generator$context$1683157560$
|
|
7178
|
+
return $jscomp$generator$context$1683157560$106.return($jscomp$async$this$1683157560$59.version_);
|
|
7179
7179
|
});
|
|
7180
7180
|
};
|
|
7181
7181
|
var module$contents$goog$labs$userAgent$browser_preUachHasLoaded = !1;
|
|
7182
7182
|
goog.labs.userAgent.browser.loadFullVersions = function() {
|
|
7183
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1683157560$
|
|
7184
|
-
if (1 == $jscomp$generator$context$1683157560$
|
|
7185
|
-
return module$contents$goog$labs$userAgent$browser_useUserAgentDataBrand(!0) ? $jscomp$generator$context$1683157560$
|
|
7183
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$1683157560$107) {
|
|
7184
|
+
if (1 == $jscomp$generator$context$1683157560$107.nextAddress) {
|
|
7185
|
+
return module$contents$goog$labs$userAgent$browser_useUserAgentDataBrand(!0) ? $jscomp$generator$context$1683157560$107.yield(module$exports$goog$labs$userAgent$highEntropy$highEntropyData.fullVersionList.load(), 2) : $jscomp$generator$context$1683157560$107.jumpTo(2);
|
|
7186
7186
|
}
|
|
7187
7187
|
module$contents$goog$labs$userAgent$browser_preUachHasLoaded = !0;
|
|
7188
|
-
$jscomp$generator$context$1683157560$
|
|
7188
|
+
$jscomp$generator$context$1683157560$107.jumpToEnd();
|
|
7189
7189
|
});
|
|
7190
7190
|
};
|
|
7191
7191
|
goog.labs.userAgent.browser.resetForTesting = function() {
|
|
@@ -7365,16 +7365,16 @@ module$contents$goog$labs$userAgent$platform_PlatformVersion.prototype.getIfLoad
|
|
|
7365
7365
|
}
|
|
7366
7366
|
};
|
|
7367
7367
|
module$contents$goog$labs$userAgent$platform_PlatformVersion.prototype.load = function() {
|
|
7368
|
-
var $jscomp$async$this = this, JSCompiler_temp_const;
|
|
7369
|
-
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m1628565157$
|
|
7370
|
-
if (1 == $jscomp$generator$context$m1628565157$
|
|
7368
|
+
var $jscomp$async$this$m1628565157$33 = this, JSCompiler_temp_const;
|
|
7369
|
+
return $jscomp.asyncExecutePromiseGeneratorProgram(function($jscomp$generator$context$m1628565157$37) {
|
|
7370
|
+
if (1 == $jscomp$generator$context$m1628565157$37.nextAddress) {
|
|
7371
7371
|
if (!module$contents$goog$labs$userAgent$platform_useUserAgentDataPlatform(!0)) {
|
|
7372
|
-
return $jscomp$async$this.preUachHasLoaded_ = !0, $jscomp$generator$context$m1628565157$
|
|
7372
|
+
return $jscomp$async$this$m1628565157$33.preUachHasLoaded_ = !0, $jscomp$generator$context$m1628565157$37.return(new module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version(module$contents$goog$labs$userAgent$platform_getVersion()));
|
|
7373
7373
|
}
|
|
7374
7374
|
JSCompiler_temp_const = module$exports$goog$labs$userAgent$highEntropy$highEntropyValue.Version;
|
|
7375
|
-
return $jscomp$generator$context$m1628565157$
|
|
7375
|
+
return $jscomp$generator$context$m1628565157$37.yield(module$exports$goog$labs$userAgent$highEntropy$highEntropyData.platformVersion.load(), 3);
|
|
7376
7376
|
}
|
|
7377
|
-
return $jscomp$generator$context$m1628565157$
|
|
7377
|
+
return $jscomp$generator$context$m1628565157$37.return(new JSCompiler_temp_const($jscomp$generator$context$m1628565157$37.yieldResult));
|
|
7378
7378
|
});
|
|
7379
7379
|
};
|
|
7380
7380
|
module$contents$goog$labs$userAgent$platform_PlatformVersion.prototype.resetForTesting = function() {
|
|
@@ -15614,8 +15614,10 @@ module$exports$safevalues$builders$html_sanitizer$sanitizer_table$default_saniti
|
|
|
15614
15614
|
var module$exports$safevalues$builders$html_sanitizer$html_sanitizer = {}, module$contents$safevalues$builders$html_sanitizer$html_sanitizer_module = module$contents$safevalues$builders$html_sanitizer$html_sanitizer_module || {id:"third_party/javascript/safevalues/builders/html_sanitizer/html_sanitizer.closure.js"};
|
|
15615
15615
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizer = function() {
|
|
15616
15616
|
};
|
|
15617
|
-
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl = function(sanitizerTable, token) {
|
|
15617
|
+
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl = function(sanitizerTable, token, styleElementSanitizer, styleAttributeSanitizer) {
|
|
15618
15618
|
this.sanitizerTable = sanitizerTable;
|
|
15619
|
+
this.styleElementSanitizer = styleElementSanitizer;
|
|
15620
|
+
this.styleAttributeSanitizer = styleAttributeSanitizer;
|
|
15619
15621
|
this.changes = [];
|
|
15620
15622
|
module$contents$safevalues$internals$secrets_ensureTokenIsValid(token);
|
|
15621
15623
|
};
|
|
@@ -15638,10 +15640,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15638
15640
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeToFragmentInternal = function(html, inertDocument) {
|
|
15639
15641
|
for (var $jscomp$this$m1085474118$10 = this, dirtyFragment = module$contents$safevalues$builders$html_sanitizer$inert_fragment_createInertFragment(html, inertDocument), treeWalker = document.createTreeWalker(dirtyFragment, 5, function(n) {
|
|
15640
15642
|
return $jscomp$this$m1085474118$10.nodeFilter(n);
|
|
15641
|
-
}
|
|
15643
|
+
}), currentNode = treeWalker.nextNode(), sanitizedFragment = inertDocument.createDocumentFragment(), sanitizedParent = sanitizedFragment; null !== currentNode;) {
|
|
15642
15644
|
var sanitizedNode = void 0;
|
|
15643
15645
|
if (module$contents$safevalues$builders$html_sanitizer$no_clobber_isText(currentNode)) {
|
|
15644
|
-
|
|
15646
|
+
if (this.styleElementSanitizer && "STYLE" === sanitizedParent.nodeName) {
|
|
15647
|
+
var sanitizedCss = this.styleElementSanitizer(currentNode.data);
|
|
15648
|
+
sanitizedNode = this.createTextNode(sanitizedCss);
|
|
15649
|
+
} else {
|
|
15650
|
+
sanitizedNode = this.sanitizeTextNode(currentNode);
|
|
15651
|
+
}
|
|
15645
15652
|
} else if (module$contents$safevalues$builders$html_sanitizer$no_clobber_isElement(currentNode)) {
|
|
15646
15653
|
sanitizedNode = this.sanitizeElementNode(currentNode, inertDocument);
|
|
15647
15654
|
} else {
|
|
@@ -15660,12 +15667,15 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15660
15667
|
}
|
|
15661
15668
|
return sanitizedFragment;
|
|
15662
15669
|
};
|
|
15670
|
+
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.createTextNode = function(text) {
|
|
15671
|
+
return document.createTextNode(text);
|
|
15672
|
+
};
|
|
15663
15673
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeTextNode = function(textNode) {
|
|
15664
|
-
return
|
|
15674
|
+
return this.createTextNode(textNode.data);
|
|
15665
15675
|
};
|
|
15666
15676
|
module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerImpl.prototype.sanitizeElementNode = function(elementNode, inertDocument) {
|
|
15667
|
-
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$31 = $jscomp.makeIterator(dirtyAttributes), $jscomp$key$m1085474118$
|
|
15668
|
-
var $jscomp$destructuring$var31 = $jscomp$key$m1085474118$
|
|
15677
|
+
for (var elementName = module$contents$safevalues$builders$html_sanitizer$no_clobber_getNodeName(elementNode), newNode = inertDocument.createElement(elementName), dirtyAttributes = elementNode.attributes, $jscomp$iter$31 = $jscomp.makeIterator(dirtyAttributes), $jscomp$key$m1085474118$26$ = $jscomp$iter$31.next(); !$jscomp$key$m1085474118$26$.done; $jscomp$key$m1085474118$26$ = $jscomp$iter$31.next()) {
|
|
15678
|
+
var $jscomp$destructuring$var31 = $jscomp$key$m1085474118$26$.value, name = $jscomp$destructuring$var31.name, value = $jscomp$destructuring$var31.value, policy = this.sanitizerTable.getAttributePolicy(name, elementName);
|
|
15669
15679
|
if (this.satisfiesAllConditions(policy.conditions, dirtyAttributes)) {
|
|
15670
15680
|
switch(policy.policyAction) {
|
|
15671
15681
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP:
|
|
@@ -15680,7 +15690,12 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15680
15690
|
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(newNode, name, value.toLowerCase());
|
|
15681
15691
|
break;
|
|
15682
15692
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.KEEP_AND_SANITIZE_STYLE:
|
|
15683
|
-
|
|
15693
|
+
if (this.styleAttributeSanitizer) {
|
|
15694
|
+
var sanitizedCss = this.styleAttributeSanitizer(value);
|
|
15695
|
+
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(newNode, name, sanitizedCss);
|
|
15696
|
+
} else {
|
|
15697
|
+
module$contents$safevalues$builders$html_sanitizer$html_sanitizer_setAttribute(newNode, name, value);
|
|
15698
|
+
}
|
|
15684
15699
|
break;
|
|
15685
15700
|
case module$exports$safevalues$builders$html_sanitizer$sanitizer_table$sanitizer_table.AttributePolicyAction.DROP:
|
|
15686
15701
|
this.recordChange("Attribute: " + name + " was dropped");
|
|
@@ -15718,8 +15733,8 @@ module$exports$safevalues$builders$html_sanitizer$html_sanitizer.HtmlSanitizerIm
|
|
|
15718
15733
|
if (!conditions) {
|
|
15719
15734
|
return !0;
|
|
15720
15735
|
}
|
|
15721
|
-
for (var $jscomp$iter$32 = $jscomp.makeIterator(conditions), $jscomp$key$m1085474118$
|
|
15722
|
-
var $jscomp$destructuring$var33 = $jscomp.makeIterator($jscomp$key$m1085474118$
|
|
15736
|
+
for (var $jscomp$iter$32 = $jscomp.makeIterator(conditions), $jscomp$key$m1085474118$27$ = $jscomp$iter$32.next(); !$jscomp$key$m1085474118$27$.done; $jscomp$key$m1085474118$27$ = $jscomp$iter$32.next()) {
|
|
15737
|
+
var $jscomp$destructuring$var33 = $jscomp.makeIterator($jscomp$key$m1085474118$27$.value), attrName__tsickle_destructured_1 = $jscomp$destructuring$var33.next().value, expectedValues = $jscomp$destructuring$var33.next().value, $jscomp$optchain$tmpm1085474118$0 = void 0, value = null == ($jscomp$optchain$tmpm1085474118$0 = attrs.getNamedItem(attrName__tsickle_destructured_1)) ? void 0 : $jscomp$optchain$tmpm1085474118$0.value;
|
|
15723
15738
|
if (value && !expectedValues.has(value)) {
|
|
15724
15739
|
return !1;
|
|
15725
15740
|
}
|
|
@@ -18962,7 +18977,7 @@ var $jscomp$templatelit$m1153655765$99 = $jscomp.createTemplateTagFirstArg(["htt
|
|
|
18962
18977
|
ee.apiclient = {};
|
|
18963
18978
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18964
18979
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18965
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18980
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.407";
|
|
18966
18981
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18967
18982
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18968
18983
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19095,12 +19110,20 @@ module$contents$ee$apiclient_BatchCall.prototype.withDetectPartialError = functi
|
|
|
19095
19110
|
};
|
|
19096
19111
|
module$contents$ee$apiclient_BatchCall.prototype.send = function(parts, getResponse) {
|
|
19097
19112
|
var $jscomp$this$m1153655765$27 = this, batchUrl = module$contents$ee$apiclient_apiclient.getSafeApiUrl() + "/batch", body = parts.map(function($jscomp$destructuring$var40) {
|
|
19098
|
-
var $jscomp$destructuring$var41 = $jscomp.makeIterator($jscomp$destructuring$var40)
|
|
19113
|
+
var $jscomp$destructuring$var41 = $jscomp.makeIterator($jscomp$destructuring$var40);
|
|
19114
|
+
var id = $jscomp$destructuring$var41.next().value;
|
|
19115
|
+
var $jscomp$destructuring$var42 = $jscomp.makeIterator($jscomp$destructuring$var41.next().value);
|
|
19116
|
+
var partBody = $jscomp$destructuring$var42.next().value;
|
|
19117
|
+
$jscomp$destructuring$var42.next();
|
|
19099
19118
|
return "--batch_EARTHENGINE_batch\r\nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nMIME-Version: 1.0\r\nContent-ID: <" + id + ">\r\n\r\n" + partBody + "\r\n";
|
|
19100
19119
|
}).join("") + "--batch_EARTHENGINE_batch--\r\n", deserializeResponses = function(response) {
|
|
19101
19120
|
var result = {};
|
|
19102
19121
|
parts.forEach(function($jscomp$destructuring$var43) {
|
|
19103
|
-
var $jscomp$destructuring$var44 = $jscomp.makeIterator($jscomp$destructuring$var43)
|
|
19122
|
+
var $jscomp$destructuring$var44 = $jscomp.makeIterator($jscomp$destructuring$var43);
|
|
19123
|
+
var id = $jscomp$destructuring$var44.next().value;
|
|
19124
|
+
var $jscomp$destructuring$var45 = $jscomp.makeIterator($jscomp$destructuring$var44.next().value);
|
|
19125
|
+
$jscomp$destructuring$var45.next();
|
|
19126
|
+
var ctor = $jscomp$destructuring$var45.next().value;
|
|
19104
19127
|
null != response[id] && (result[id] = module$contents$eeapiclient$domain_object_deserialize(ctor, response[id]));
|
|
19105
19128
|
});
|
|
19106
19129
|
return getResponse ? getResponse(result) : result;
|
|
@@ -19252,8 +19275,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19252
19275
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19253
19276
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19254
19277
|
method = method || "POST";
|
|
19255
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
19256
|
-
"0.1.
|
|
19278
|
+
var headers = {"Content-Type":contentType}, version = "0.1.407";
|
|
19279
|
+
"0.1.407" === version && (version = "latest");
|
|
19257
19280
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19258
19281
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19259
19282
|
if (null != authToken) {
|
|
@@ -19867,7 +19890,9 @@ ee.rpc_convert.legacyPropertiesToAssetUpdate = function(legacyProperties) {
|
|
|
19867
19890
|
extractValue("system:description");
|
|
19868
19891
|
"string" !== typeof value && null !== value || null != properties.description || (properties.description = asNull(value) || value);
|
|
19869
19892
|
Object.entries(properties).forEach(function($jscomp$destructuring$var48) {
|
|
19870
|
-
var $jscomp$destructuring$var49 = $jscomp.makeIterator($jscomp$destructuring$var48)
|
|
19893
|
+
var $jscomp$destructuring$var49 = $jscomp.makeIterator($jscomp$destructuring$var48);
|
|
19894
|
+
var key = $jscomp$destructuring$var49.next().value;
|
|
19895
|
+
var value = $jscomp$destructuring$var49.next().value;
|
|
19871
19896
|
properties[key] = asNull(value) || value;
|
|
19872
19897
|
});
|
|
19873
19898
|
asset.properties = properties;
|
|
@@ -26778,28 +26803,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26778
26803
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26779
26804
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26780
26805
|
(function() {
|
|
26781
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction.
|
|
26782
|
-
orderedParamLists = [["name", "var_args"], ["name"
|
|
26783
|
-
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "
|
|
26784
|
-
|
|
26785
|
-
"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
26786
|
-
"opt_property", "opt_ascending"], ["property", "opt_ascending"], ["
|
|
26787
|
-
"
|
|
26788
|
-
"
|
|
26789
|
-
|
|
26790
|
-
[], ["
|
|
26791
|
-
|
|
26792
|
-
"
|
|
26793
|
-
["
|
|
26794
|
-
[
|
|
26795
|
-
module$contents$ee$batch_Export.table.
|
|
26796
|
-
ee.
|
|
26797
|
-
ee.
|
|
26798
|
-
ee.data.
|
|
26799
|
-
ee.
|
|
26800
|
-
ee.
|
|
26801
|
-
ee.
|
|
26802
|
-
ee.
|
|
26806
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._call ee.ApiFunction._apply ee.ApiFunction.lookup ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.Collection.prototype.map ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.filter ee.Collection.prototype.iterate ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.serialize ee.data.makeTableDownloadUrl ee.data.getWorkloadTag ee.data.getAssetAcl ee.data.listImages ee.data.getDownloadId ee.data.cancelOperation ee.data.makeDownloadUrl ee.data.authenticateViaPopup ee.data.setWorkloadTag ee.data.getFeatureViewTilesKey ee.data.getAssetRoots ee.data.getAsset ee.data.listFeatures ee.data.createAssetHome ee.data.getOperation ee.data.createAsset ee.data.getInfo ee.data.authenticateViaPrivateKey ee.data.setDefaultWorkloadTag ee.data.newTaskId ee.data.resetWorkloadTag ee.data.computeValue ee.data.cancelTask ee.data.getThumbId ee.data.updateAsset ee.data.getList ee.data.getVideoThumbId ee.data.updateTask ee.data.startIngestion ee.data.getTaskStatus ee.data.createFolder ee.data.setAssetAcl ee.data.startProcessing ee.data.getFilmstripThumbId ee.data.renameAsset ee.data.makeThumbUrl ee.data.listAssets ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getMapId ee.data.listBuckets ee.data.copyAsset ee.data.getTaskList ee.data.getTableDownloadId ee.data.getAssetRootQuota ee.data.deleteAsset ee.data.authenticate ee.data.getTileUrl ee.data.startTableIngestion ee.data.getTaskListWithLimit ee.data.listOperations ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Deserializer.decode ee.Dictionary ee.InitState ee.apply ee.TILE_SIZE ee.call ee.reset ee.initialize ee.Algorithms ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.Filter.and ee.Filter.neq ee.Filter.gt ee.Filter.lt ee.Filter.inList ee.Filter.or ee.Filter.prototype.not ee.Filter.lte ee.Filter.gte ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPoint ee.Geometry ee.Geometry.LineString ee.Geometry.LinearRing ee.Geometry.BBox ee.Geometry.prototype.serialize ee.Geometry.Rectangle ee.Geometry.Point ee.Geometry.Polygon ee.Geometry.MultiPolygon ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Image.prototype.select ee.Image.prototype.getThumbURL ee.Image.cat ee.Image.prototype.getDownloadURL ee.Image.prototype.clip ee.Image.prototype.rename ee.Image.prototype.getThumbId ee.Image.prototype.expression ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image ee.Image.rgb ee.ImageCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.encodeCloudApi ee.Serializer.toReadableCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.String ee.Terrain".split(" "),
|
|
26807
|
+
orderedParamLists = [["name", "var_args"], ["name", "namedArgs"], ["name"], "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
|
|
26808
|
+
"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), ["classifier", "opt_description",
|
|
26809
|
+
"opt_assetId", "opt_priority"], "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices", "opt_priority"], "collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),
|
|
26810
|
+
"image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
26811
|
+
["algorithm", "opt_dropNulls"], ["max", "opt_property", "opt_ascending"], ["property", "opt_ascending"], ["name", "operator", "value"], ["geometry"], ["start", "opt_end"], ["filter"], ["algorithm", "opt_first"], ["callback"], ["opt_callback"], ["func", "var_args"], ["legacy"], ["id"], [], ["assetId", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["operationName", "opt_callback"], ["id"], ["opt_success", "opt_error"], ["tag"], ["params", "opt_callback"],
|
|
26812
|
+
["opt_callback"], ["id", "opt_callback"], ["asset", "params", "opt_callback"], ["requestedId", "opt_callback"], ["operationName", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["id", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["tag"], ["opt_count", "opt_callback"], ["opt_resetDefault"], ["obj", "opt_callback"], ["taskId", "opt_callback"], ["params", "opt_callback"], ["assetId", "asset", "updateFields",
|
|
26813
|
+
"opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["taskId", "action", "opt_callback"], ["taskId", "request", "opt_callback"], ["taskId", "opt_callback"], ["path", "opt_force", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["taskId", "params", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["id"], ["parent", "opt_params", "opt_callback"], ["assetId", "properties", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),
|
|
26814
|
+
["params", "opt_callback"], ["project", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["opt_callback"], ["params", "opt_callback"], ["rootId", "opt_callback"], ["assetId", "opt_callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["id", "x", "y", "z"], ["taskId", "request", "opt_callback"], ["opt_limit", "opt_callback"], ["opt_limit", "opt_callback"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"],
|
|
26815
|
+
[], ["func", "namedArgs"], [], ["func", "var_args"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], ["var_args"], [], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["args", "opt_column"], ["opt_visParams", "opt_callback"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["propertySelectors",
|
|
26816
|
+
"opt_newProperties", "opt_retainGeometry"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], [], ["name", "value"], ["name", "value"], ["opt_filter"], ["name", "value"], ["start", "opt_end"], ["name", "operator", "value"], ["geometry", "opt_errorMargin"], ["namedArgs"], ["var_args"], [], ["coords", "opt_proj"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj",
|
|
26817
|
+
"opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["west", "south", "east", "north"], ["legacy"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["var_args"], ["params", "opt_callback"], ["var_args"], ["params", "opt_callback"],
|
|
26818
|
+
["geometry"], ["var_args"], ["params", "opt_callback"], ["expression", "opt_map"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_args"], ["r", "g", "b"], ["args"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], [], ["list"], ["number"],
|
|
26819
|
+
["obj"], ["obj"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["string"], []];
|
|
26820
|
+
[ee.ApiFunction._call, ee.ApiFunction._apply, ee.ApiFunction.lookup, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toAsset,
|
|
26821
|
+
module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.videoMap.toCloudStorage, ee.Collection.prototype.map, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filterDate, ee.Collection.prototype.filter, ee.Collection.prototype.iterate, ee.ComputedObject.prototype.evaluate,
|
|
26822
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.serialize, ee.data.makeTableDownloadUrl, ee.data.getWorkloadTag, ee.data.getAssetAcl, ee.data.listImages, ee.data.getDownloadId, ee.data.cancelOperation, ee.data.makeDownloadUrl, ee.data.authenticateViaPopup, ee.data.setWorkloadTag, ee.data.getFeatureViewTilesKey, ee.data.getAssetRoots, ee.data.getAsset, ee.data.listFeatures, ee.data.createAssetHome, ee.data.getOperation, ee.data.createAsset, ee.data.getInfo,
|
|
26823
|
+
ee.data.authenticateViaPrivateKey, ee.data.setDefaultWorkloadTag, ee.data.newTaskId, ee.data.resetWorkloadTag, ee.data.computeValue, ee.data.cancelTask, ee.data.getThumbId, ee.data.updateAsset, ee.data.getList, ee.data.getVideoThumbId, ee.data.updateTask, ee.data.startIngestion, ee.data.getTaskStatus, ee.data.createFolder, ee.data.setAssetAcl, ee.data.startProcessing, ee.data.getFilmstripThumbId, ee.data.renameAsset, ee.data.makeThumbUrl, ee.data.listAssets, ee.data.setAssetProperties, ee.data.authenticateViaOauth,
|
|
26824
|
+
ee.data.getMapId, ee.data.listBuckets, ee.data.copyAsset, ee.data.getTaskList, ee.data.getTableDownloadId, ee.data.getAssetRootQuota, ee.data.deleteAsset, ee.data.authenticate, ee.data.getTileUrl, ee.data.startTableIngestion, ee.data.getTaskListWithLimit, ee.data.listOperations, ee.Date, ee.Deserializer.decodeCloudApi, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.fromJSON, ee.Deserializer.decode, ee.Dictionary, ee.InitState, ee.apply, ee.TILE_SIZE, ee.call, ee.reset, ee.initialize, ee.Algorithms,
|
|
26825
|
+
ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.Feature, ee.FeatureCollection, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.Filter.and, ee.Filter.neq, ee.Filter.gt, ee.Filter.lt, ee.Filter.inList, ee.Filter.or, ee.Filter.prototype.not, ee.Filter.lte,
|
|
26826
|
+
ee.Filter.gte, ee.Filter, ee.Filter.eq, ee.Filter.date, ee.Filter.metadata, ee.Filter.bounds, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPoint, ee.Geometry, ee.Geometry.LineString, ee.Geometry.LinearRing, ee.Geometry.BBox, ee.Geometry.prototype.serialize, ee.Geometry.Rectangle, ee.Geometry.Point, ee.Geometry.Polygon, ee.Geometry.MultiPolygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Image.prototype.select,
|
|
26827
|
+
ee.Image.prototype.getThumbURL, ee.Image.cat, ee.Image.prototype.getDownloadURL, ee.Image.prototype.clip, ee.Image.prototype.rename, ee.Image.prototype.getThumbId, ee.Image.prototype.expression, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.getMap, ee.Image, ee.Image.rgb, ee.ImageCollection, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getInfo,
|
|
26828
|
+
ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.first, ee.List, ee.Number, ee.Serializer.encodeCloudApi, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toJSON, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26803
26829
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26804
26830
|
});
|
|
26805
26831
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|
package/package.json
CHANGED
package/src/apiclient.js
CHANGED
|
@@ -24,7 +24,7 @@ const {trustedResourceUrl} = goog.require('safevalues');
|
|
|
24
24
|
/** @namespace */
|
|
25
25
|
const apiclient = {};
|
|
26
26
|
|
|
27
|
-
const API_CLIENT_VERSION = '0.1.
|
|
27
|
+
const API_CLIENT_VERSION = '0.1.407';
|
|
28
28
|
|
|
29
29
|
exports.VERSION = apiVersion.VERSION;
|
|
30
30
|
exports.API_CLIENT_VERSION = API_CLIENT_VERSION;
|
package/src/geometry.js
CHANGED
|
@@ -320,7 +320,7 @@ goog.inherits(ee.Geometry.Rectangle, ee.Geometry);
|
|
|
320
320
|
/**
|
|
321
321
|
* Constructs a rectangle whose edges are lines of latitude and longitude.
|
|
322
322
|
*
|
|
323
|
-
* The result is a planar
|
|
323
|
+
* The result is a planar rectangle in EPSG:4326.
|
|
324
324
|
*
|
|
325
325
|
* If (east - west) ≥ 360 then the longitude range will be normalized to -180 to
|
|
326
326
|
* +180; otherwise they will be treated as designating points on a circle (e.g.
|