<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <font face="Times New Roman, Times, serif">Not sure if this is
      possible, but perhaps someone here knows a trick.<br>
      <br>
      I use a VRT file as an index to a large set of detailed, tiled
      scans of the Netherlands, built with gdalbuildvrt. I recently
      discovered how to transform this map on the fly, so that it 
      exactly aligns to older maps in different coordinate systems. It's
      just a matter of adapting the <geotransform> item in the VRT
      file.<br>
      <br>
      So I can copy the VRT file for every old map, and adapt the
      <geotransform> in each of them. This means that all VRT
      files will be identical, except for the <geotransform> line.
      The VRT files are quite large, because they cover lots of tiles.
      Can anyone here think of a method to do this with one central VRT
      file, in which only the <geotransform> line is plugged that
      is required for the particular old map?  Something like a symbolic
      link to concatenate the variable and stable parts of the VRT file?<br>
      <br>
      Jan<br>
    </font>
  </body>
</html>