Show
Ignore:
Timestamp:
04/11/08 19:11:35 (9 months ago)
Author:
tom
Message:

Don't try and render text if the attribute containing the text does
not exist for the feature. Closes #89.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/mapnik/feature.hpp

    r547 r692  
    121121         } 
    122122           
     123         bool exists(const std::string &k) const 
     124         { 
     125            return props_.find(k) != props_.end(); 
     126         } 
     127 
    123128         std::string to_string() const 
    124129         {