Changes between Initial Version and Version 1 of Ticket #36
- Timestamp:
- 03/20/11 13:58:31 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36 – Description
initial v1 2 2 3 3 Format code for sprint (FMT_DOUBLE - "%-17.15g") could use all 17 characters and PrintTag (geo_print.c) procedure don't care about spaces between fields. In result you can get following listgeo output: 4 4 {{{ 5 5 ModelPixelScaleTag (1,3): 6 6 0.5002263635690950.5002263635690950 7 7 }}} 8 8 instead of 9 9 {{{ 10 10 ModelPixelScaleTag (1,3): 11 11 0.500226363569095 0.500226363569095 0 12 12 }}} 13 13 Unfortunatelly bad formatting is not detected by geotifcp. 14 14