I'm trying to use shp2erv.exe program to convert .shp files in to .erv . Everything looking fine except when I try to load .erv file into ERmapper 6.21 i receive message:
ERS Raster error: Filetype unknown.
When I inspect this file with notepad it looks like:
DatasetHeader Begin
      Version = "5.5"
      DataSetType = ERStorage
      DataType = Vector
      ByteOrder = MSBFirst
      CoordinateSpace Begin
             Datum = "WGS84 "
             Projection = "NUTM33"
             CoordinateType = RAW
             Units = "METERS"
             Rotation = 0:0:0.0
      CoordinateSpace End
      VectorInfo Begin
             Type = ERVEC
             FileFormat = ASCII
             Extents Begin
                 TopLeftCorner Begin
                     MetersX = 5550360,5
                     MetersY = 4868936
                 TopLeftCorner End
                 BottomRightCorner Begin
                     MeterX = 5551704,5
                     MetersY = 4867229,5
                 BottomRightCorner End
             Extents End
     VectorInfo End
DatasetHeader End
and as I can see the only difference between this file and .erv files in example folder in ERmapper is that this file has linebreaks, and "original" .erv file is in one line with special character witch represents linebreak.
 
So... please help me .What i need to do to convert .shp files into right .erv format.

Reply via email to