Main categories of OpenStreetBrowser
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.

13 lines
279 B

  1. {
  2. "type": "category",
  3. "query": "(way[leisure=park];relation[leisure=park];)",
  4. "minZoom": 14,
  5. "feature": {
  6. "style": {
  7. "color": "green",
  8. "fillColor": "green",
  9. "fillOpacity": 0.2,
  10. "weight": 2
  11. }
  12. }
  13. }