| 418 | } |
| 419 | |
| 420 | std::vector<wxString> BackgroundMapLayer::GetNumericFieldNames() |
| 421 | { |
| 422 | return num_field_names; |
| 423 | } |
| 424 | |
| 425 | void BackgroundMapLayer::SetNumericFieldNames(std::vector<wxString>& names) |
| 426 | { |
no outgoing calls
no test coverage detected