Hello,
I have recently upgraded to the 4.5 version.
I am now facing couple issues and I would be very happy if someone helped me to find the answers.
1) I have used the ERtgRoutingSource from the intermediary builds. That is now gone (or so it seems). Am I correct to assume that the new RTG has the same qualities etc. ?
2) I have data in a projection other than WGS-84. Previously (After making sure the data was routable) I was able to run the
RtgRoutingSource.GenerateRoutingData method on it just fine. Not anymore (well the method belonged to the ERtgRoutingSource class, so I can hardly tell whether it is the same or not).
I keep getting System.ArgumentOutOfRangeException The decimal degree longitude value you provided was out of range.
Parameter name: fromLongitude
Add 2) I managed to fix that by calling an overload and supllying the distance and geography unit.
But I am not certain on 1.
Thanks for any responses to this.