1
vote
1answer
40 views

If I've given two different layers the same CRS, why won't they overlay one another?

I have a "towns" and "state" shapefile for Massachusetts as two separate vector layers in QGIS. I've set the project coordinate system to WGS 84 at the bottom of the screen (next to the "coordinate" ...
6
votes
1answer
156 views

Coordinate system in aerial imagery

I am calculating WGS84 coordinates of points in an aerial image, given the WGS84 coordinates of the center of the image and the ground distance width and height (calculated from altitude and lens ...
3
votes
2answers
146 views

Converting lat lon into co-ordinates (in ft of m)

I have a set of latitude and longitude of a series of points which specific the trajectory of a vehicle. If I consider the first point as the origin (0,0), is it possible to convert the trajectory ...
2
votes
2answers
299 views

How do I import specific Coordinates from Namibia in QGis?

I have a map here with Coordinates from the Schwarzeck Map Datum Format 1903. They have the following format e.g.: y: 41 944,31 x:363 810,71 I want these point to be pictured in QGis... how is it ...
2
votes
2answers
210 views

C++ coordinate class that automates projection?

Can anyone point me to a C++ class for representing coordinates that automatically handles projection transforms? What I'm thinking of is something that would allow me to create vars that incorporate ...