| 577 | } |
| 578 | |
| 579 | void TemplateTrack::configureForGPSTrack() |
| 580 | { |
| 581 | is_georeferenced = true; |
| 582 | |
| 583 | track_crs_spec = Georeferencing::geographic_crs_spec; |
| 584 | |
| 585 | projected_crs_spec.clear(); |
| 586 | track.changeMapGeoreferencing(map->getGeoreferencing()); |
| 587 | |
| 588 | template_state = Template::Loaded; |
| 589 | } |
| 590 | |
| 591 | void TemplateTrack::updateGeoreferencing() |
| 592 | { |
no test coverage detected