Changes between Initial Version and Version 1 of Ticket #36


Ignore:
Timestamp:
Mar 20, 2011, 1:58:31 PM (13 years ago)
Author:
warmerdam
Comment:

Could you supply a small file presenting this problem?

I have *not* encountered this with the timepoints when I thought I would in the past.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36 – Description

    initial v1  
    22
    33Format 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{{{
    55      ModelPixelScaleTag (1,3):
    66         0.5002263635690950.5002263635690950               
    7  
     7}}}
    88instead of
    9 
     9{{{
    1010      ModelPixelScaleTag (1,3):
    1111         0.500226363569095 0.500226363569095 0
    12 
     12}}}
    1313Unfortunatelly bad formatting is not detected by geotifcp.
    1414