Skip to content

Commit

Permalink
Merge pull request #2 from cmeeren/patch-1
Browse files Browse the repository at this point in the history
GangSykkelVegSenterlinje highway=cycleway foot=designated
  • Loading branch information
gomyhr committed Jul 4, 2015
2 parents 3c904d5 + 66df2be commit 0c6025f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elveg2osm.py
Expand Up @@ -203,7 +203,7 @@ def create_osmtags(elveg_tags):
# Nevertheless, include those that are.
elif elveg_tags['OBJTYPE'] == 'GangSykkelVegSenterlinje':
osmtags['highway'] = 'cycleway'
osmtags['foot'] = 'yes'
osmtags['foot'] = 'designated'

# OBJTYPE=Fortau is sometimes used when a Gang- og sykkelveg goes over
# in a sidewalk for a while
Expand Down

0 comments on commit 0c6025f

Please sign in to comment.