I'm trying to georeference a picture using Latitude and longitude. The points are these:
top-left: (116.30950927734372,39.970805680527725)
top-right: (116.35620117187497,39.970805680527725)
bottom-left (116.35620117187497,39.93606595478707)
bottom-right (116.30950927734372,39.93606595478707)
When I tried to calculate the area of a polygon,the result is very small(something like e-7).I realized to my horror that the QGIS had treated the Unit as meter.What should I do?
(QGIS1.8)
