Platform icon.

This commit is contained in:
Sergey Vartanov 2015-08-11 08:39:10 +03:00
parent d301d1515e
commit 4906a64474
4 changed files with 121 additions and 76 deletions

View file

@ -382,7 +382,7 @@ def draw_ways(show_missed_tags=False):
c = line_center(way['nodes'])
if way['tags']['leisure'] == 'playground':
style = 'fill:#' + playground_color + ';opacity:0.2;'
draw_point_shape('playground', c.x, c.y, '444444')
draw_point_shape('toy_horse', c.x, c.y, '444444')
elif way['tags']['leisure'] == 'garden':
style = 'fill:#' + grass_color + ';'
elif way['tags']['leisure'] == 'pitch':