(geometry, stream)
| 9845 | function noop$1() {} |
| 9846 | |
| 9847 | function streamGeometry(geometry, stream) { |
| 9848 | if (geometry && streamGeometryType.hasOwnProperty(geometry.type)) { |
| 9849 | streamGeometryType[geometry.type](geometry, stream); |
| 9850 | } |
| 9851 | } |
| 9852 | |
| 9853 | var streamObjectType = { |
| 9854 | Feature: function(object, stream) { |