mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-22 13:36:26 +02:00
Platform icon.
This commit is contained in:
parent
d301d1515e
commit
4906a64474
4 changed files with 121 additions and 76 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue