agrenott / pyhgtmap

Generate OSM contour lines from NASA SRTM (or other digital elevation model sources) data
GNU General Public License v2.0
13 stars 3 forks source link

Fix node IDs overflow #21

Closed agrenott closed 1 year ago

agrenott commented 1 year ago

Use unsigned 64 bits counter for nodes and ways IDs instead of signed 32 bits.

Fixes #20

codacy-production[bot] commented 1 year ago

Coverage summary from Codacy

Merging #21 (d76e803d28383518ca814a9881509421d045b25f) into master (33d68ea2aebcd62954bf89ce5c081fbb88ef1f46) - See PR on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.14% (target: -1.00%) 100.00%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (33d68ea2aebcd62954bf89ce5c081fbb88ef1f46) | 1447 | 1296 | 89.57% | | | Head commit (d76e803d28383518ca814a9881509421d045b25f) | 1466 (+19) | 1315 (+19) | 89.70% (**+0.14%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#21) | 18 | 18 | **100.00%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences