Scott Turner
Scott Turner
Some possibilities for addressing this use case are described in #1702, **Georeferencing Dialog Ideas**. The prototype developed for #1702 has added some dialogs. In your scenario, the user would be...
Libor, thank you for looking over this PR. I requested you due to the interest you showed in #1925 (precision of grivation in OCAD import/export). While I am able to...
As I said, it will be some weeks before I am available again to develop the code. Thanks, @lpechacek for the review. The `getDeclinationSetting()` method can be made more comprehensible,...
I'm back, with no more lengthy vacations planned. I've revised the PR as discussed above. Most significant is changing the name of `getDeclinationSetting()` to `getPreciseDeclination()`, and revising that method's code...
That's an interesting quotation from the Chicago Manual of Style. It arises from the context of paper publishing, and the quoted description is very different from a "changelog". By the...
The prototype's Map menu, and its "Set georeferencing", "Recast reference system", and "Realign map" dialogs    
The latitude/longitude and declination fields show "no value" until the user sets them. 
The screenshots are from KDE Plasma in the Breeze style (Linux). I take the "Rotate map" dialog as a good example of "only two columns: labels and input fields". Is...
I updated the branch containing these changes [pkturner:georeferencing-dialog](https://github.com/pkturner/mapper/tree/georeferencing-dialog), rebasing them on the [georef-state](https://github.com/OpenOrienteering/mapper/tree/georef-state) branch (#1753). Use of the `Georeferencing::Geospatial` state supersedes a helper function which I had introduced in the...
I really wanted to use `std::optional declination` rather than `bool has_declination` and held back on that because `optional` is a C++17 feature, not endorsed for use in Mapper. This supports...