A repository for testing purposes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
538 B

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Playgrounds"
  5. },
  6. "query": {
  7. "15": "nwr[leisure=playground]",
  8. "17": [
  9. "(",
  10. "nwr[leisure=playground];",
  11. "nwr[playground];",
  12. ")"
  13. ]
  14. },
  15. "feature": {
  16. "description": [
  17. "{% if tags.leisure %}",
  18. "{{ tagTrans('leisure', tags.leisure) }}",
  19. "{% else %}",
  20. "{{ tagTransList('playground', tags.playground) }}",
  21. "{% endif %}"
  22. ]
  23. }
  24. }