[mapserver-users] Using e00 files

Fawcett, David (MPCA) David.Fawcett at state.mn.us
Tue Feb 2 12:07:29 EST 2010


Jon, 

If you are not calling the layer name explicitly in the URL, try setting the layer status to DEFAULT.

David.

-----Original Message-----
From: mapserver-users-bounces at lists.osgeo.org [mailto:mapserver-users-bounces at lists.osgeo.org] On Behalf Of Jon Miner
Sent: Tuesday, February 02, 2010 10:32 AM
To: mapserver-users at lists.osgeo.org
Subject: [mapserver-users] Using e00 files

Making progress... Thanks to everyone's help, I have a simple app displaying a USGS Topo sheet using GeoTIFF.

Now, I'm trying to layer on information from the GRANIT website:

http://www.granit.unh.edu/

ftp://ftp.granit.sr.unh.edu/pub/GRANIT_Data/Vector_Data/Transportation_Networks/d-railroads/rrnh.e00

These files are "e00" files. Based on some other mailing list entries,  I used the ogr2ogr command to convert the file into Shapefiles:

ogr2ogr -f "ESRI Shapefile" temp ../data/rrnh.e00

then copied the files into my data directory, and added a new layer to the map file:

LAYER
  NAME "rail"
  TYPE LINE
  STATUS on
  DATA nhrail
  CLASS
    NAME "Railroads"
    SYMBOL 0
    COLOR 168 0 184
  END
END

Something is wrong since the line data does not get rendered. Maybe there is a better approach instead of converting to Shapefiles?



      
_______________________________________________
mapserver-users mailing list
mapserver-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


More information about the mapserver-users mailing list