MCPcopy Create free account
hub / github.com/alignoth/alignoth / Gt

Function Gt

resources/vega.min.js:751–761  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

749 );
750 }
751 function Gt(t, e) {
752 var n = e.id,
753 r = e.bbox,
754 i = null == e.properties ? {} : e.properties,
755 o = Vt(t, e);
756 return null == n && null == r
757 ? { type: "Feature", properties: i, geometry: o }
758 : null == r
759 ? { type: "Feature", id: n, properties: i, geometry: o }
760 : { type: "Feature", id: n, bbox: r, properties: i, geometry: o };
761 }
762 function Vt(t, e) {
763 var n = (function (t) {
764 if (null == t) return Ht;

Callers 1

YtFunction · 0.85

Calls 1

VtFunction · 0.70

Tested by

no test coverage detected