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.

17 lines
403 B

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Maestro Payment",
  5. "nl": "Maestro Betaling"
  6. },
  7. "query": {
  8. "15": [
  9. "(node[\"payment:maestro\"];",
  10. "way[\"payment:maestro\"];",
  11. "relation[\"payment:maestro\"];)"
  12. ]
  13. },
  14. "feature": {
  15. "markerSymbol": "{{markerPointer({\\\"fillColor\\\": payment_color }})|raw }}"
  16. }
  17. }