-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.xml
More file actions
26 lines (25 loc) · 963 Bytes
/
style.xml
File metadata and controls
26 lines (25 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<Map background-color="#f2efe9" srs="+proj=latlong +datum=WGS84">
<FontSet name="book-fonts">
<Font face-name="DejaVu Sans Book" />
</FontSet>
<Style name="highways">
<Rule>
<Filter>[highway] <>''</Filter>
<LineSymbolizer stroke="#000000" stroke-width="8" stroke-linejoin="round" stroke-linecap="round" stroke-opacity="1.0" />
<LineSymbolizer stroke="#EC1A1A" stroke-width="5.0" stroke-linejoin="round" stroke-linecap="round" />
</Rule>
<Rule>
<Filter>[highway] <>''</Filter>
<TextSymbolizer face-name="DejaVu Sans Book" size="16" placement="line" dy="8" fill="blue" placement-type="list">[name]
</TextSymbolizer>
</Rule>
</Style>
<Layer name="highways" status="on" srs="+proj=latlong +datum=WGS84">
<StyleName>highways</StyleName>
<Datasource>
<Parameter name="type">osm</Parameter>
<Parameter name="file">temp_map.osm</Parameter>
</Datasource>
</Layer>
</Map>