Skip to content

Commit

Permalink
more for map symbols; submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
kauevestena committed Sep 2, 2024
1 parent 345707c commit ad2171c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 25 deletions.
7 changes: 7 additions & 0 deletions map.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,11 @@
left: 2px;
top: 2px;
z-index: 999999;
z-index: 999999;
}

.responsive {
max-width: 40%;
max-width: 40%;
height: auto;
}
Expand Down Expand Up @@ -430,6 +432,7 @@
reverseOrder: true
};


map.addControl(new MaplibreLegendControl.MaplibreLegendControl({}, legend_control_options), "top-right");

// const switcherButton = document.querySelector('.maplibregl-legend-switcher');
Expand Down Expand Up @@ -482,6 +485,10 @@



// END of the big "then" statement:



// END of the big "then" statement:
});

Expand Down
2 changes: 1 addition & 1 deletion oswm_codebase
48 changes: 24 additions & 24 deletions webmap_params.json
Original file line number Diff line number Diff line change
Expand Up @@ -3045,7 +3045,7 @@
],
"yes"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3054,7 +3054,7 @@
],
"contrasted"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3063,7 +3063,7 @@
],
"no"
],
"#df393f",
"#bd1006",
[
"==",
[
Expand Down Expand Up @@ -3106,7 +3106,7 @@
],
"yes"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3115,7 +3115,7 @@
],
"contrasted"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3124,7 +3124,7 @@
],
"no"
],
"#df393f",
"#bd1006",
[
"==",
[
Expand Down Expand Up @@ -3167,7 +3167,7 @@
],
"yes"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3176,7 +3176,7 @@
],
"contrasted"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3185,7 +3185,7 @@
],
"no"
],
"#df393f",
"#bd1006",
[
"==",
[
Expand Down Expand Up @@ -3228,7 +3228,7 @@
],
"yes"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3237,7 +3237,7 @@
],
"contrasted"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3246,7 +3246,7 @@
],
"no"
],
"#df393f",
"#bd1006",
[
"==",
[
Expand Down Expand Up @@ -3289,7 +3289,7 @@
],
"yes"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3298,7 +3298,7 @@
],
"contrasted"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3307,7 +3307,7 @@
],
"no"
],
"#df393f",
"#bd1006",
[
"==",
[
Expand Down Expand Up @@ -3350,7 +3350,7 @@
],
"yes"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3359,7 +3359,7 @@
],
"contrasted"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3368,7 +3368,7 @@
],
"no"
],
"#df393f",
"#bd1006",
[
"==",
[
Expand Down Expand Up @@ -3411,7 +3411,7 @@
],
"yes"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3420,7 +3420,7 @@
],
"contrasted"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3429,7 +3429,7 @@
],
"no"
],
"#df393f",
"#bd1006",
[
"==",
[
Expand Down Expand Up @@ -3473,7 +3473,7 @@
],
"yes"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3482,7 +3482,7 @@
],
"contrasted"
],
"#0b7cf4",
"#6146d0",
[
"==",
[
Expand All @@ -3491,7 +3491,7 @@
],
"no"
],
"#df393f",
"#bd1006",
[
"==",
[
Expand Down

0 comments on commit ad2171c

Please sign in to comment.