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