Skip to content

Commit 29a43c8

Browse files
author
Achyut Kumar M
committed
modify filter
1 parent 86e19c6 commit 29a43c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GoInfoGame/GoInfoGame/quests/CrossingMarking/CrossMarking.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ import Foundation
99
import UIKit
1010
import SwiftUI
1111
import osmparser
12-
12+
// This is to figure out what type of marking is there for the crossing
1313
class CrossMarking: QuestBase, Quest {
1414
typealias AnswerClass = CrossingAnswer
1515
var _internalExpression: ElementFilterExpression?
1616
var title: String = "Cross Marking"
17-
var filter: String = "ways with highway=footway and !footway"
17+
var filter: String = "ways with highway=footway and footway=crossing and !crossing"
1818
var icon: UIImage = #imageLiteral(resourceName: "pedestrian")
1919
var wikiLink: String = ""
2020
var changesetComment: String = ""

0 commit comments

Comments
 (0)