Add lit to tag
This commit is contained in:
parent
5138d21730
commit
80587b5c9d
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ public class RouteStatisticsHelper {
|
||||||
String additional = slopeClass >= 0 ? (BOUNDARIES_CLASS[slopeClass] + ";") : "";
|
String additional = slopeClass >= 0 ? (BOUNDARIES_CLASS[slopeClass] + ";") : "";
|
||||||
for (int k = 0; k < tps.length; k++) {
|
for (int k = 0; k < tps.length; k++) {
|
||||||
BinaryMapRouteReaderAdapter.RouteTypeRule tp = obj.region.quickGetEncodingRule(tps[k]);
|
BinaryMapRouteReaderAdapter.RouteTypeRule tp = obj.region.quickGetEncodingRule(tps[k]);
|
||||||
if (tp.getTag().equals("highway") || tp.getTag().equals("route") ||
|
if (tp.getTag().equals("highway") || tp.getTag().equals("route") || tp.getTag().equals("lit") ||
|
||||||
tp.getTag().equals("railway") || tp.getTag().equals("aeroway") || tp.getTag().equals("aerialway")) {
|
tp.getTag().equals("railway") || tp.getTag().equals("aeroway") || tp.getTag().equals("aerialway")) {
|
||||||
req.setStringFilter(rrs.PROPS.R_TAG, tp.getTag());
|
req.setStringFilter(rrs.PROPS.R_TAG, tp.getTag());
|
||||||
req.setStringFilter(rrs.PROPS.R_VALUE, tp.getValue());
|
req.setStringFilter(rrs.PROPS.R_VALUE, tp.getValue());
|
||||||
|
|
Loading…
Reference in a new issue