forked from streetcomplete/streetcomplete-mapstyle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstreetcomplete-light-style.yaml
45 lines (37 loc) · 1.29 KB
/
streetcomplete-light-style.yaml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# for online testing (e.g. Tangram Play)
import:
- https://raw.githubusercontent.com/streetcomplete/streetcomplete-mapstyle/jawg/global.yaml
- https://raw.githubusercontent.com/streetcomplete/streetcomplete-mapstyle/jawg/layers/land.yaml
- https://raw.githubusercontent.com/streetcomplete/streetcomplete-mapstyle/jawg/layers/labels.yaml
- https://raw.githubusercontent.com/streetcomplete/streetcomplete-mapstyle/jawg/layers/roads.yaml
# for local testing and the final release (e.g. using an emulator)
#import:
# - global.yaml
# - layers/land.yaml
# - layers/labels.yaml
# - layers/roads.yaml
global:
railway_color: '#99a'
road_color: '#fff'
road_outline_color: '#a88'
path_color: global.road_color
path_outline_color: '#ca9'
square_color: global.road_color
earth_color: '#f3eacc'
water_color: '#68d'
green_color: '#c6ddaa'
forest_color: '#a8c884'
town_color: '#f3dacd'
building_color: rgba(204, 214, 238, .75)
building_outline_color: rgba(185, 195, 217, .75)
boundary_color: '#f3c'
oneway_arrow_color: '#888'
barrier_color: '#888'
tunnel_color: [1., 1., 1., 0.2]
styles:
buildings-style:
base: polygons
blend: translucent
buildings-outline-style:
base: lines
blend: translucent