[MAPSERVER-USERS] Full CADRG and VPF support

Admin mail_deamon at tlen.pl
Tue Jul 8 04:22:50 EDT 2008


CADRG works only partialy, I have to add partial files with .ON2 or .ON3 extension as layers, not A.TOC file, which defines this files.

For example:

Now I have to write:
  LAYER
    NAME cadrg_1
    TYPE RASTER
    DATA 'ONZ03\0001P011.ON3'
    STATUS DEFAULT
  END
  .
  .
  .
  LAYER
    NAME cadrg_n
    TYPE RASTER
    DATA 'ONZ03\0001P0nn.ON3'
    STATUS DEFAULT
  END    

But I would like to write:
  LAYER
    NAME cadrg_all
    TYPE RASTER
    DATA 'A.TOC'
    STATUS DEFAULT
  END  

I read that mapserver have CADRG/RPF support for TOC files, but how to enable it?
Also, how to enable VPF support? I know, that i can convert VPF to SHP, but is there other solution?


More information about the mapserver-users mailing list