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.

11 lines
232 B

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