| 140 | } |
| 141 | |
| 142 | bool XMLFeature::operator==(XMLFeature const & other) const |
| 143 | { |
| 144 | return ToOSMString() == other.ToOSMString(); |
| 145 | } |
| 146 | |
| 147 | std::vector<XMLFeature> XMLFeature::FromOSM(string const & osmXml) |
| 148 | { |
nothing calls this directly
no test coverage detected