Skip to content

Commit

Permalink
chore: adjust hillshade colours/exaggeration
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsilk authored Sep 12, 2024
1 parent 3d846fb commit 7909e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/style/topographic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@
{
"id": "hillshade",
"layout": { "visibility": "visible" },
"paint": { "hillshade-accent-color": "#dcdcdc", "hillshade-highlight-color": "#acacac", "hillshade-shadow-color": "#0c0c0c" },
"paint": { "hillshade-accent-color": "#ededed", "hillshade-highlight-color": "#e6e6e6", "hillshade-shadow-color": "#6d6d6d", "hillshade-exaggeration": 0.35 },

Check failure on line 1017 in config/style/topographic.json

View workflow job for this annotation

GitHub Actions / Build

Replace `highlight-color":·"#e6e6e6",·"hillshade-shadow-color":·"#6d6d6d",·"hillshade-exaggeration":·0.35` with `exaggeration":·0.35,·"hillshade-highlight-color":·"#e6e6e6",·"hillshade-shadow-color":·"#6d6d6d"`
"source": "LINZ-Elevation-Hillshade",
"type": "hillshade"
},
Expand Down

0 comments on commit 7909e9d

Please sign in to comment.