Add:mapdriver:Support for skiing pistes
authorhafting <hafting@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 21 Jul 2008 19:13:58 +0000 (19:13 +0000)
committerhafting <hafting@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 21 Jul 2008 19:13:58 +0000 (19:13 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@1222 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/osm2navit.c

index 89f15ba..12ee5d1 100644 (file)
@@ -153,6 +153,12 @@ static char *attrmap={
        "w      highway=cyclepath       cycleway\n"
        "w      highway=path,bicycle=designated cycleway\n"
        "w      highway=footway         footway\n"
+       "w      piste:type=nordic       piste_nordic\n"
+       "w      route=ski               piste_nordic\n"
+       "w      piste:type=downhill,piste:difficulty=novice     piste_downhill_novice\n"
+       "w      piste:type=downhill,piste:difficulty=easy       piste_downhill_easy\n"
+       "w      piste:type=downhill,piste:difficulty=intermediate       piste_downhill_intermediate\n"
+       "w      piste:type=downhill,piste:difficulty=advanced   piste_downhill_advanced\n"
        "w      highway=path,foot=designated    footway\n"
        "w      highway=steps           steps\n"
        "w      highway=path            path\n"