Changeset 692 for trunk/include/mapnik/feature.hpp
- Timestamp:
- 04/11/08 19:11:35 (9 months ago)
- Files:
-
- 1 modified
-
trunk/include/mapnik/feature.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/mapnik/feature.hpp
r547 r692 121 121 } 122 122 123 bool exists(const std::string &k) const 124 { 125 return props_.find(k) != props_.end(); 126 } 127 123 128 std::string to_string() const 124 129 {
