Hi,
I have a ESRI-JSON file which geometry looks likes this:
"geometry":{"hasM":true,"paths":ue,333334.24000000209,6611588.879999999,0], ...
Note that the hasM property is true.
I am trying to convert that file (among other operations) but when it is read by FME it seems that the third coordinate is parsed as a Z value and not as a measure:
Where I should expect something like that (2D but with true measure):
Question: how to deal with that data to output a true M-Value?
I am thinking of two approches:
- Find a proper setting in the ESRI-JSON reader what would parse the M-value as a true measure and not a Z ; I did not find that kind of settings if it exists
- Let the reader as it but find a way to transfer/copy the Z value into a M value using transformers; I did not find the proper method yet
Any thoughts about this?
Thanks a lot!
Jean