MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / configureForGPSTrack

Method configureForGPSTrack

src/templates/template_track.cpp:579–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579void 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
591void TemplateTrack::updateGeoreferencing()
592{

Callers 1

enableGPSDisplayMethod · 0.80

Calls 2

clearMethod · 0.45

Tested by

no test coverage detected