I am currently working on a project which I want to integrate the creation of 3d terrain based on gps coordinates. Right now the the rendering algorithm uses, a heightmap, I am stucked at creating that heightmap from gps coordinates, Basically, I am interesenting in translating from gps coordinates to cartesian coordinates that fit inside my heightmap.
Thanks in advance!