Skip to content

Commit

Permalink
Change colour ramp
Browse files Browse the repository at this point in the history
KoalaGeo committed Mar 27, 2024
1 parent 3a3bf61 commit 41d0be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/js/validation-map.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// validation-map.js
var vMap={};

vMap.colours=["#d9351a", "#ffc730", "#144d59", "#2c6954", "#ed9310", "#8c213f", "#102432", "#a64f1b", "#18382e", "#661510", "#b31515", "#4a0932"];
vMap.colours=["#d9351a", "#ffc730", "#1d63ec", "#e65bae", "#144d59", "#ed9310", "#2c6954", "#8c213f", "#102432", "#a64f1b", "#18382e", "#661510", "#b31515", "#4a0932"];

vMap.map={
"basemaps":{},

0 comments on commit 41d0be0

Please sign in to comment.