carto/test/rendering/simplefontset.result

26 lines
787 B
Plaintext
Raw Normal View History

2011-01-26 06:38:32 +08:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Map[]>
<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 +no_defs +over">
2011-01-26 06:38:32 +08:00
<FontSet name="fontset-0">
2011-02-08 01:50:41 +08:00
<Font face-name="Georgia Regular"/>
<Font face-name="Arial Italic"/>
2011-01-26 06:38:32 +08:00
</FontSet>
2011-02-03 05:17:43 +08:00
<Style name="world" filter-mode="first">
2011-01-26 06:38:32 +08:00
<Rule>
2011-02-08 01:50:41 +08:00
<TextSymbolizer name="[NAME]" size="11" fontset-name="fontset-0" />
2011-01-26 06:38:32 +08:00
</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 +no_defs +over">
2011-02-03 05:17:43 +08:00
<StyleName>world</StyleName>
2011-01-26 06:38:32 +08:00
<Datasource>
<Parameter name="file">[absolute path]</Parameter>
<Parameter name="type">shape</Parameter>
</Datasource>
</Layer>
</Map>