I started a QGis project with adding information layers from OpenStreetMap such as the streets and railways for a city. This data has WGS 84 CRS. After that, I made a shapefile with urbanized bodies of land using the OpenLayers plugin.
Problem: I want to calculate the areas for the shapes I made. When I use Open Field Calculator or Export/add Geometry columns the values I get are like this "0.0000099" which doesn't seem right.
Any idea how I can solve this?
My version (which didn't work): I added some data with Stereo 70 CRS which did overlap due to Enabled on the fly CRS. However when I tried to convert my WGS 84 data to stereo 70, my shapes got moved away and the calculated areas are still with "0.0000099".
So is there any workaround for such a problem or do I have to import my areas into AutoCad, scale them can calculate manually?