<html>
<p>FIrst off, I just started using UMN MAPSERVER and I am quite impressed with its speed advantages over ARCIMS.  We are using 4.8.3 for LINUX on slackware 10.2+ using the fgs installer.  I have recompiled gdal-1.3.2 with the mrsid DSDK6.07 so that I can decode .sid raster files.</p>
<p> I am testing out a migration from ARCIMS to MAPSERVER.  I managed to use the axl2map converter and got the system up and working for the shp files, however the rasters are in completely different extents.  gdalinfo for the .sid files returns.</p>
<p>Driver: MrSID/Multi-resolution Seamless Image Database (MrSID)<br/>
Size is 10000, 10000<br/>
Coordinate System is `'<br/>
Origin = (11370000.000000,6860000.000000)<br/>
Pixel Size = (1.00000000,-1.00000000)<br/>
Metadata:<br/>
  IMAGE__INPUT_NAME=V:\rockingham 400 orthos\3875.tif<br/>
  IMAGE__INPUT_FILE_SIZE=100005726.000000<br/>
  IMAGE__COMPRESSION_VERSION=1,4,1<br/>
  IMAGE__TARGET_COMPRESSION_RATIO=10.000000<br/>
  IMAGE__COMPRESSION_NLEV=9<br/>
  IMAGE__COMPRESSION_WEIGHT=4.000000<br/>
  IMAGE__COMPRESSION_GAMMA=2.000000<br/>
  IMAGE__COMPRESSION_BLOCK_SIZE=512<br/>
  IMAGE__CREATION_DATE=Wed Apr 04 22:38:04 2001</p>
<p>  IMAGE__WIDTH=10000<br/>
  IMAGE__HEIGHT=10000<br/>
  IMAGE__NO_DATA_VALUE=0<br/>
  IMAGE__COLOR_SCHEME=3<br/>
  IMAGE__DATA_TYPE=0<br/>
  IMAGE__BITS_PER_SAMPLE=8<br/>
  IMAGE__XY_ORIGIN=11370000.500000,6859999.500000<br/>
  IMAGE__X_RESOLUTION=1.000000<br/>
  IMAGE__Y_RESOLUTION=1.000000<br/>
Corner Coordinates:<br/>
Upper Left  (11370000.000, 6860000.000)<br/>
Lower Left  (11370000.000, 6850000.000)<br/>
Upper Right (11380000.000, 6860000.000)<br/>
Lower Right (11380000.000, 6850000.000)<br/>
Center      (11375000.000, 6855000.000)<br/>
Band 1 Block=1024x128 Type=Byte, ColorInterp=Gray<br/>
  Overviews: 5000x5000, 2500x2500, 1250x1250, 625x625, 313x313, 157x157, 79x79,<br/>
40x40, 20x20</p>
<p>Tiffs using mrsidgeodecode, my GIS guy, and the original geotiffs seem to support these extents.  However, with the .shp,.shx,.dbf,prj,sbx,.sbx file through ogrinfo return something similar to:</p>
<p>INFO: Open of `city_addresses.shp'<br/>
using driver `ESRI Shapefile' successful.</p>
<p>Layer name: city_addresses<br/>
Geometry: Point<br/>
Feature Count: 18174<br/>
Extent: (1880340.635992, 264114.932237) - (1906873.587035, 299715.644746)<br/>
Layer SRS WKT:<br/>
PROJCS["NAD_1927_StatePlane_Virginia_North_FIPS_4501",<br/>
    GEOGCS["GCS_North_American_1927",<br/>
        DATUM["North_American_Datum_1927",<br/>
            SPHEROID["Clarke_1866",6378206.4,294.9786982]],<br/>
        PRIMEM["Greenwich",0.0],<br/>
        UNIT["Degree",0.0174532925199433]],<br/>
    PROJECTION["Lambert_Conformal_Conic_2SP"],<br/>
    PARAMETER["False_Easting",2000000.0],<br/>
    PARAMETER["False_Northing",0.0],<br/>
    PARAMETER["Central_Meridian",-78.5],<br/>
    PARAMETER["Standard_Parallel_1",38.03333333333333],<br/>
    PARAMETER["Standard_Parallel_2",39.2],<br/>
    PARAMETER["Latitude_Of_Origin",37.66666666666666],<br/>
    UNIT["Foot_US",0.3048006096012192]]<br/>
OBJECTID_1: Integer (9.0)<br/>
OBJECTID_2: Integer (9.0)<br/>
OBJECTID_3: Integer (9.0)<br/>
OBJECTID: Integer (9.0)<br/>
NUMBER_: String (254.0)<br/>
SUITE_APT: String (254.0)<br/>
STREET: String (254.0)<br/>
FULL_ADDRE: String (254.0)</p>
<p>I have tried using the different HARN and NAD27 epsg projections in the layer, but I think the problem is more basic (at least I hope it is.) since the extents are so skewed.  Any help or a pointer to the right manual would be greatly appreciated.<br/>
<br/>
Paul A. Malabad<br/>
Director of Information Technology<br/>
City of Harrisonburg<br/>
(540) 432-7706</p>
<br/>
<br/>
Paul A. Malabad<br/>
Director of Information Technology<br/>
City of Harrisonburg<br/>
(540) 432-7706
</html>