Created
February 23, 2010 23:41
-
-
Save hampelm/312860 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Map srs="+proj=latlong +ellps=WGS84 +datum=WGS84 +no_defs"> | |
<Stylesheet src="style.mss"/> | |
<Layer class="road secondary" srs="+proj=latlong +ellps=WGS84 +datum=WGS84 +no_defs"> | |
<Datasource> | |
<Parameter name="type">shape</Parameter> | |
<Parameter name="file">/Users/matth/Projects/D-ACIS/area/geo/raw/michigan.shapefiles/michigan_highway.shp</Parameter> | |
</Datasource> | |
</Layer> | |
</Map> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment