feat: update style presets

This commit is contained in:
Azgaar 2024-02-24 15:57:25 +01:00
parent 1faaee48e0
commit 816730937c
10 changed files with 134 additions and 44 deletions

View file

@ -288,16 +288,25 @@
"href": "./images/pattern3.png",
"opacity": 0.2
},
"#terrs": {
"opacity": 1,
"#terrs > #oceanHeights": {
"data-render": 1,
"opacity": 0.8,
"scheme": "bright",
"terracing": 0,
"skip": 0,
"relax": 1,
"curve": "curveBasisClosed",
"filter": null,
"mask": null
},
"#terrs > #landHeights": {
"opacity": 0.8,
"scheme": "bright",
"terracing": 2,
"skip": 1,
"relax": 2,
"curve": "curveBasisClosed",
"skipOcean": 0,
"relaxOcean": 1,
"filter": "url(#filter-grayscale)",
"filter": null,
"mask": "url(#land)"
},
"#legend": {