Skip to content

Commit

Permalink
Treat sports_centres as building if building=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
metalstrolch authored and jkoan committed Jun 1, 2020
1 parent dbd2367 commit f013cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions navit/maptool/osm.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ static char *attrmap= {
"w leisure=park poly_park\n"
"w leisure=pitch poly_sports_pitch\n"
"w leisure=playground poly_playground\n"
"w leisure=sports_centre,building=1 poly_building\n"
"w leisure=sports_centre poly_sport\n"
"w leisure=stadium poly_sports_stadium\n"
"w leisure=track,area=1 poly_sports_track\n"
Expand Down

0 comments on commit f013cef

Please sign in to comment.