2013-01-28 19:48:13 +01:00
|
|
|
<Map background-color="#fcc" srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over">
|
2012-09-01 03:16:49 +02:00
|
|
|
<!-- Asia -->
|
|
|
|
<Style name="style" image-filters="agg-stack-blur(4,4)">
|
|
|
|
<Rule>
|
|
|
|
<Filter>([REGION]=142)</Filter>
|
|
|
|
<PolygonSymbolizer fill="yellow"/>
|
|
|
|
</Rule>
|
|
|
|
</Style>
|
|
|
|
<!-- Not Asia -->
|
|
|
|
<Style name="style2" opacity=".5">
|
|
|
|
<Rule>
|
|
|
|
<Filter>([REGION]!=142)</Filter>
|
|
|
|
<PolygonSymbolizer fill="#fff"/>
|
|
|
|
</Rule>
|
|
|
|
</Style>
|
2013-01-28 19:48:13 +01:00
|
|
|
<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.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over">
|
2012-09-01 03:16:49 +02:00
|
|
|
<StyleName>style</StyleName>
|
|
|
|
<StyleName>style2</StyleName>
|
|
|
|
<Datasource>
|
|
|
|
<Parameter name="file">../shp/world_merc</Parameter>
|
|
|
|
<Parameter name="type">shape</Parameter>
|
|
|
|
</Datasource>
|
|
|
|
</Layer>
|
|
|
|
</Map>
|