Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create preset for kitchen garden #1135

Merged
merged 1 commit into from
Feb 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions data/presets/leisure/garden/kitchen.json
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason why this preset has "matchScore": 1.1? This causes the preset to be the first suggestion when you search for Garde…, while all the other garden types are at the bottom of the list

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"icon": "fas-carrot",
"geometry": [
"area"
],
"tags": {
"leisure": "garden",
"garden:type": "kitchen"
},
"reference": {
"key": "garden:type"
},
"terms": [
"vegetable garden",
"potager garden",
"culinary garden",
"edible garden",
"cook's garden"
],
"name": "Kitchen Garden"
}
Loading