<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi everyone,</p>
    <p>The styles I am using add polygons to every building on the map. 
      I never thought it was a problem, but recently someone did a mass
      import of all the buildings in my city and I started to get
      performance problems during GPS use.  I want to avoid the polygons
      on the map, but I don't want to miss the POIs.</p>
    <p>I had partial success editing the polygon style file and removing
      this line:</p>
    <p><code># building tag should be last<br>
        #(building=* | amenity=*) & area!=no &
        amenity!=grave_yard [0x13 resolution 24]</code></p>
    <p>I believe this removes all buildings for which there's no other
      rule converting it to a POI.  Can I remove all the other building
      polys too, since I am using the <tt>--add-pois-to-areas</tt>
      option, or I this will discard all the POIs?</p>
    <p>Thanks in advance,</p>
    <p>    Alexandre de Menezes<br>
    </p>
    <p><br>
    </p>
  </body>
</html>