File: issue_333.result

package info (click to toggle)
node-carto 1.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,668 kB
  • sloc: javascript: 5,195; xml: 384; python: 33; makefile: 27
file content (18 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Map[]>
<Map>
<FontSet name="fontset-0">
  <Font face-name="Roboto"/>
  <Font face-name="Arial"/>
  <Font face-name="Helvetica Neue"/>
</FontSet>
<Style name="world" filter-mode="first" >
  <Rule>
    <TextSymbolizer fontset-name="fontset-0" size="11" text="[title]" />
  </Rule>
</Style>
<Layer name="world">
    <StyleName>world</StyleName>
</Layer>

</Map>