[mapserver-users] Using e00 files
Jon Miner
cp_n18 at yahoo.com
Tue Feb 2 10:23:52 PST 2010
Hi David,
The layer name is explicitly called out in the URL; changing it to DEFAULT has no effect.
- Jon
----- Original Message ----
From: "Fawcett, David (MPCA)" <David.Fawcett at state.mn.us>
To: Jon Miner <cp_n18 at yahoo.com>; "mapserver-users at lists.osgeo.org" <mapserver-users at lists.osgeo.org>
Sent: Tue, February 2, 2010 12:07:29 PM
Subject: RE: [mapserver-users] Using e00 files
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