Indexer not able to handle three coordinates
Sample record:
"data": {
"SpatialLocation": {
"AsIngestedCoordinates": {
"features": [
{
"geometry": {
"coordinates": [
313405.9477893702,
6544797.620047403,
6.561679790026246
],
"bbox": null,
"type": "AnyCrsPoint"
},
"bbox": null,
"properties": {},
"type": "AnyCrsFeature"
}
],
"bbox": null,
"properties": {},
"persistableReferenceCrs": "reference",
"persistableReferenceUnitZ": "reference",
"type": "AnyCrsFeatureCollection"
}, "Wgs84Corrdinates": {
"type": "FeatureCollection",
"bbox": null,
"features": [
{
"type": "Feature",
"bbox": null,
"geometry": {
"type": "Point",
"bbox": null,
"coordinates": [
5.7500000010406245,
59.000000000399105,
1.9999999999999998
]
},
"properties": {}
}
],
"properties": {},
"persistableReferenceCrs": null,
"persistableReferenceUnitZ": "reference"
}
"msg": "testing record 2",
"X": 16.00,
"Y": 10.00,
"Z": 0
}
}