@@ -25,8 +25,6 @@ public abstract class BikeCommonPriorityParser implements TagParser {
2525protected final HashSet <String >pushingSectionsHighways =new HashSet <>();
2626protected final Set <String >preferHighwayTags =new HashSet <>();
2727protected final Map <String ,PriorityCode >avoidHighwayTags =new HashMap <>();
28- protected final Set <String >unpavedSurfaceTags =new HashSet <>();
29-
3028protected final DecimalEncodedValue avgSpeedEnc ;
3129protected final DecimalEncodedValue priorityEnc ;
3230// Car speed limit which switches the preference from UNCHANGED to AVOID_IF_POSSIBLE
@@ -45,21 +43,6 @@ protected BikeCommonPriorityParser(DecimalEncodedValue priorityEnc, DecimalEncod
4543addPushingSection ("steps" );
4644addPushingSection ("platform" );
4745
48- unpavedSurfaceTags .add ("unpaved" );
49- unpavedSurfaceTags .add ("gravel" );
50- unpavedSurfaceTags .add ("ground" );
51- unpavedSurfaceTags .add ("dirt" );
52- unpavedSurfaceTags .add ("grass" );
53- unpavedSurfaceTags .add ("compacted" );
54- unpavedSurfaceTags .add ("earth" );
55- unpavedSurfaceTags .add ("fine_gravel" );
56- unpavedSurfaceTags .add ("grass_paver" );
57- unpavedSurfaceTags .add ("ice" );
58- unpavedSurfaceTags .add ("mud" );
59- unpavedSurfaceTags .add ("salt" );
60- unpavedSurfaceTags .add ("sand" );
61- unpavedSurfaceTags .add ("wood" );
62-
6346avoidHighwayTags .put ("motorway" ,REACH_DESTINATION );
6447avoidHighwayTags .put ("motorway_link" ,REACH_DESTINATION );
6548avoidHighwayTags .put ("trunk" ,REACH_DESTINATION );