Hi,
Using SL api 2.0:
We need multipoint geometrytypes in the application. But sometimes a multipoint object just contains one point. These "one-point" multipoints are NOT rendered in the client. The geometry looks correct in the REST response.
This is not rendered:
{"geometry":{"points":[[4.9717092590000789,53.323052877000066]]},
And this is rendered correct (duplicate point):
{"geometry":{"points":[[4.8244779530000415,53.410903860000076],[4.8244779530000415,53.410903860000076]]},
I noticed this in the SL2.0 api but later on discovered that ArcMap also does not render the feature. It seems that "single-point" multipoint geometry types are not rendered by default in esri clients.
I was wondering if this is this a bug or a documented feature.
Thanks, Ben