Skip to content

Instantly share code, notes, and snippets.

@turban
Created August 11, 2012 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save turban/3326674 to your computer and use it in GitHub Desktop.
Save turban/3326674 to your computer and use it in GitHub Desktop.
<Map srs="+proj=utm +zone=32 +ellps=WGS84 +datum=WGS84 +units=m +no_defs">
<Style name="contours 25m style">
<Rule>
<LineSymbolizer stroke="#747b90" stroke-width="0.7" />
</Rule>
</Style>
<Layer name="contours 25m">
<StyleName>contours 25m style</StyleName>
<Datasource>
<Parameter name="type">shape</Parameter>
<Parameter name="file">jotunheimen_contour_25m.shp</Parameter>
</Datasource>
</Layer>
</Map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment