We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e19c6 commit 29a43c8Copy full SHA for 29a43c8
GoInfoGame/GoInfoGame/quests/CrossingMarking/CrossMarking.swift
@@ -9,12 +9,12 @@ import Foundation
9
import UIKit
10
import SwiftUI
11
import osmparser
12
-
+// This is to figure out what type of marking is there for the crossing
13
class CrossMarking: QuestBase, Quest {
14
typealias AnswerClass = CrossingAnswer
15
var _internalExpression: ElementFilterExpression?
16
var title: String = "Cross Marking"
17
- var filter: String = "ways with highway=footway and !footway"
+ var filter: String = "ways with highway=footway and footway=crossing and !crossing"
18
var icon: UIImage = #imageLiteral(resourceName: "pedestrian")
19
var wikiLink: String = ""
20
var changesetComment: String = ""
0 commit comments