(t, e)
| 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; |