<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" minimum-version="2.0.0">
<Style name="polygon">
  <Rule>
    <PolygonSymbolizer fill="lightgrey" fill-opacity=".5" />
  </Rule>
</Style>
<Style name="multipolygon">
  <Rule>
    <PolygonSymbolizer fill="lightgrey" fill-opacity=".5" />
  </Rule>
</Style>
<Style name="point">
  <Rule>
    <MarkersSymbolizer fill="#55AADD" opacity=".75" width="10.5" stroke="white" stroke-width="2" stroke-opacity=".25" placement="point" marker-type="ellipse" allow-overlap="true"/>
  </Rule>
</Style>
<Style name="linestring">
  <Rule>
    <LineSymbolizer stroke="darkgrey" stroke-width="3" />
    <LineSymbolizer stroke="white" stroke-width="1.5" />
  </Rule>
</Style>
<Style name="multilinestring">
  <Rule>
    <LineSymbolizer stroke="darkgrey" stroke-width="3" />
    <LineSymbolizer stroke="white" stroke-width="1.5" />
  </Rule>
</Style>
</Map>
