Skip to content

Commit

Permalink
modify changesetComment
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Mar 30, 2022
1 parent 2726ff1 commit 0db8827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING_A_NEW_QUEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ This quest will be triggered when:

[Overpass Turbo](http://overpass-turbo.eu/) has own syntax but it is very useful tool for prototyping filters. It is very useful to verify own assumptions how things are tagged. Especially in more complex cases.

## Hints
### Hints

The rules should generate as few false positives as possible. I.e. instead of asking for the surface of any way tagged with `highway=*`, the surface should instead only be asked for an inclusive list of roads.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AddIsDefibrillatorIndoor : OsmFilterQuestType<Boolean>() {
and access !~ private|no
and !indoor
"""
override val changesetComment = "Add bicycle parkings cover"
override val changesetComment = "Add whether defibrillator is inside building"
override val wikiLink = "Tag:amenity=bicycle_parking"
override val icon = R.drawable.ic_quest_bicycle_parking_cover
override val isDeleteElementEnabled = true
Expand Down

0 comments on commit 0db8827

Please sign in to comment.