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

preset for leisure=sauna #4436

Closed
abdeldjalil09 opened this issue Oct 13, 2017 · 1 comment
Closed

preset for leisure=sauna #4436

abdeldjalil09 opened this issue Oct 13, 2017 · 1 comment
Labels
new contributor opportunity Best for first-time contributors without prior experience. You won’t be assigned; PRs welcome! preset An issue with an OpenStreetMap preset or tag

Comments

@abdeldjalil09
Copy link
Contributor

abdeldjalil09 commented Oct 13, 2017

https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dsauna

@bhousel bhousel added new contributor opportunity Best for first-time contributors without prior experience. You won’t be assigned; PRs welcome! Hacktoberfest preset An issue with an OpenStreetMap preset or tag labels Oct 13, 2017
@bhousel
Copy link
Member

bhousel commented Oct 13, 2017

This is a great beginner task 👍
Someone just needs to

  • create a new file data/presets/presets/leisure/sauna.json with the stuff below
  • then npm run build
{
    "fields": [
        "name",
        "operator",
        "address",
        "opening_hours",
        "access_simple",
        "fee"
    ],
    "geometry": [
        "point",
        "area"
    ],
    "tags": {
        "leisure": "sauna"
    },
    "name": "Sauna"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new contributor opportunity Best for first-time contributors without prior experience. You won’t be assigned; PRs welcome! preset An issue with an OpenStreetMap preset or tag
Projects
None yet
Development

No branches or pull requests

2 participants