<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <p class="default-style">Hy all,</p> 
  <p class="default-style">i'm developing a c++ gis using qgis api. I have a project in wgs84 projection.</p> 
  <p class="default-style">I need to draw a complex poligon, so i need to find how is the pixel resolution per meters, so i can find how many pixel are in 1 meters and use this value to draw at real dimension.</p> 
  <p class="default-style">How can i find the pixel per meter resolution using QGIS ?  I see that WGS84 projection use degrees as measure unit..but i need meter.</p> 
  <p class="default-style"> </p> 
  <p class="default-style">Thank you</p>
 </body>
</html>