Hi there,
I'm currently trying to set a camera based on a latlon position. Somehow, i don't get any rational results. However, the other way around is a perfect match (PosToCoord).
I'm trying this for instance:
_pos = CoordToPos[["53.2316 N","6.2457 E"], "LL"];
which returns me something like [-3931224, 5145].
I can't get my head around this. Especially since determining the latlon position of a car for instance using PosToCoord works like a charm.
Can anybody help me out?
- Hans
Update: I've tried this on another map and it seems to work there. When I check the scenario settings everything seems to be in order (LL as the Geodetic system, hence the PosToCoord function is returning correct values I suppose[?]).