2014-01-30 13:10:18 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!DOCTYPE Map>
|
|
|
|
<Map background-color="green" srs="+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs" minimum-version="2.0.0">
|
2014-12-09 16:31:23 +01:00
|
|
|
<Parameters>
|
|
|
|
<Parameter name="sizes">512, 512</Parameter>
|
|
|
|
</Parameters>
|
|
|
|
|
2014-01-30 13:10:18 +01:00
|
|
|
<Layer name="layer1" srs="+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs">
|
|
|
|
<StyleName>points</StyleName>
|
|
|
|
<Datasource>
|
|
|
|
<Parameter name="type">csv</Parameter>
|
2014-12-09 16:31:23 +01:00
|
|
|
<Parameter name="extent">-1,-1,1,1</Parameter>
|
2014-01-30 13:10:18 +01:00
|
|
|
<Parameter name="inline">
|
|
|
|
lat,long
|
|
|
|
0,0
|
|
|
|
</Parameter>
|
|
|
|
</Datasource>
|
|
|
|
</Layer>
|
2014-12-09 16:31:23 +01:00
|
|
|
|
2014-01-30 13:10:18 +01:00
|
|
|
<Style name="points">
|
|
|
|
<Rule>
|
|
|
|
<PointSymbolizer allow-overlap="true" ignore-placement="true" file="../../data/raster/white-alpha.png"/>
|
2014-02-11 02:01:35 +01:00
|
|
|
<TextSymbolizer face-name="DejaVu Sans Bold" size="16" wrap-width="60" placement="point" dx="-15" dy="-10">
|
|
|
|
"Symbolizer Base Text"
|
|
|
|
<Format face-name="DejaVu Sans Book" size="12">
|
|
|
|
<Layout orientation="45" dx="25">
|
|
|
|
"Rotated Layout with "
|
|
|
|
<Format fill="blue">
|
|
|
|
"Blue Format Child Node"
|
|
|
|
<Layout vertical-alignment="top" rotate-displacement="true" dy="-5">
|
|
|
|
"Rotated child layout with rotate-displacement"
|
|
|
|
</Layout>
|
|
|
|
</Format>
|
|
|
|
</Layout>
|
|
|
|
<Layout wrap-width="100" wrap-before="true" dy="30">
|
|
|
|
<Format halo-radius="1.5">
|
|
|
|
"South Offset Layout"
|
|
|
|
<Layout dx="30" horizontal-alignment="middle" justify-alignment="center">
|
|
|
|
<Format halo-fill="turquoise">"South offset child layout, centered"</Format>
|
|
|
|
</Layout>
|
|
|
|
<Layout dx="75" wrap-width="20" horizontal-alignment="right" justify-alignment="right">
|
|
|
|
<Format face-name="DejaVu Sans Oblique">"South offset child layout, right"</Format>
|
|
|
|
</Layout>
|
|
|
|
</Format>
|
|
|
|
</Layout>
|
|
|
|
</Format>
|
2014-01-30 13:10:18 +01:00
|
|
|
</TextSymbolizer>
|
|
|
|
</Rule>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
</Map>
|
|
|
|
|