[CRS normalization] Coordinates in the original CRS system are not preserved in the index
Steps to reproduce:
- Ingest a manifest with coordinates in the CRS system other than WSG84 (e.g. you can use attached)wellbore_2D_AnyCRSLine.txt
- Execute the following query: POST https://{{SEARCH_HOST}}/query
{ "kind": ":::", "limit": 300, "query": "id: "{{data-partition-id}}:master-data--Wellbore:10May2Dline"" }
Result: coordinates were normalized (it is an expected result). However, coordinates were not preserved in the original CRS. Original CRS is not even specified in the returned document.
It seems that the best approach would be to have coordinates in the original CRS + coordinates in WGS84