add buildin 'free' filter #2507
No reviewers
Labels
No labels
Android-shell
awaiting feedback
awaiting fix confirmation
bug
enhancement
Help Wanted
high-priority
huge
low-priority
Meta
NLNet
OSOC21:Cycling-OVL
Performance
question
search-ui-enhancement
Studio
Tailwind
Themes
UI
upstream-issue
usertest
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MapComplete/MapComplete#2507
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Osmwithspace/MapComplete:filter-free"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Could it be that you moved the filter to
filters.json
but forgot to commitfilters.json
? That file is not marked as changed...Does not build, did you forget to commit filters.json?
No, I did not change the
filters.json
. Thefree
filter is already in there:{
"id": "free",
"options": [
{
"question": {
"en": "Free to use",
"ca": "Ús gratuït",
"cs": "Použití zdarma",
"da": "Gratis at bruge",
"de": "Nutzung kostenlos",
"es": "De uso gratuito",
"fr": "Utilisation gratuite",
"it": "Utilizzo gratuito",
"nl": "Gratis toegankelijk",
"uk": "Безкоштовне використання"
},
"osmTags": {
"or": [
"fee=no",
"fee=0",
"charge=0"
]
}
}
]
},
Ah, my bad. The deploy then probably 'cause a translation reset is needed.