arcgis-rest-js icon indicating copy to clipboard operation
arcgis-rest-js copied to clipboard

ILayerDefinition "geometryType" field can be "esriGeometryMultiPatch"

Open thw0rted opened this issue 3 years ago • 0 comments

I don't expect the library to support consuming the binary MultiPatch encoding natively, but it's possible for a layer definition to come back with the subject value for the geometryType field. The typings for the ILayerDefinition interface should reflect this.

(For such layers, it's possible to specify multipatchOption: "xyFootprint" and get back esriGeometryPolygon features instead, which are easier to work with.)

thw0rted avatar May 04 '21 14:05 thw0rted