==========================
New Features
- `gol query`: Tag & Role Statistics (`-f=stats`) -- *Preview*
Enhancements
- `gol query`: XML output now contains `upload=never` attribute to signal JOSM (and other editors that support this tag) that the data should not be uploaded to the OSM server (XML output can be viewed in JOSM, but is not suitable for submitting changes since untagged nodes are re-generated with synthetic IDs)
- `gol query` (`map` output format):
- Set base map and attribution (`-f:basemap` / `-f:attribution`)
- Customize color of map markers (Option `-f:color`)
- Clicking on a map marker now navigates to a URL. URL can be specified via option `-f:link`, defaults to main OSM website (clarisma/gol-tool74)
- `--precision` default is now 7 (previously 6) to match the standard OSM coordinate precision
Bug Fixes
- Fixed rounding error in the conversion of coordinates between WGS-84 and Mercator; conversion is now guaranteed to be lossless up to 100-nanodegree precision (`--precision=7`; excludes latitudes exceeding 85 degrees, which are clipped)
- Fixed bug that caused GOL files to be created non-sparse, which increased storage consumption
- `gol query`: Significantly increased the performance of output formatters (x 10 for certain formats) by fixing a buffering issue
Miscellaneous
- `ProgressReporter` is now part of the GeoDesk library