Fix:Tools:Disable cycleway=track from defining a street
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 14 Dec 2008 12:39:56 +0000 (12:39 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 14 Dec 2008 12:39:56 +0000 (12:39 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1792 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/osm2navit.c

index 3042eae..12b8294 100644 (file)
@@ -203,7 +203,9 @@ static char *attrmap={
        "w      contour_ext=elevation_major     height_line_1\n"
        "w      contour_ext=elevation_medium    height_line_2\n"
        "w      contour_ext=elevation_minor     height_line_3\n"
+#if 0 /* FIXME: Implement this as attribute */
        "w      cycleway=track          cycleway\n"
+#endif
        "w      highway=bridleway       bridleway\n"
        "w      highway=bus_guideway    bus_guideway\n"
        "w      highway=construction    street_construction\n"