Skip to content

Instantly share code, notes, and snippets.

@kkaefer
Created August 22, 2011 16:49
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 kkaefer/c17a99796b66d93302b6 to your computer and use it in GitHub Desktop.
Save kkaefer/c17a99796b66d93302b6 to your computer and use it in GitHub Desktop.
<Map srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over" background-color="white" minimum-version="0.7.2">
<Style name="style" filter-mode="first">
<Rule>
<Filter>[POP2005] > -100</Filter>
<PolygonExpressionSymbolizer fill="black" fill-opacity="[POP2005] / 100000000.0" />
</Rule>
</Style>
<Layer name="world" srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over">
<StyleName>style</StyleName>
<Datasource>
<Parameter name="file">../tests/data/shp/world_merc</Parameter>
<Parameter name="type">shape</Parameter>
</Datasource>
</Layer>
</Map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment