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.

18 lines
398 B

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Stolpersteine",
  5. "de": "Stolpersteine"
  6. },
  7. "query": {
  8. "14": [
  9. "(",
  10. "node[\"memorial:type\"=\"stolperstein\"];",
  11. "node[memorial=stolperstein];",
  12. ")"
  13. ]
  14. },
  15. "feature": {
  16. "body": "{{ attribute(tags, 'memorial:text')|default(tags.inscription) }}"
  17. }
  18. }