We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd8635b + dcbed16 commit 3dabc79Copy full SHA for 3dabc79
build-resources/geocml-server/portal/src/components/Legend.js
@@ -17,7 +17,7 @@ export function Legend() {
17
>
18
<img src={`/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetLegendGraphic&FORMAT=image%2Fpng&TRANSPARENT=true&LAYERTITLE=true&RULELABEL=true&LAYERS=${layers.map((layer) => {
19
return layer.name
20
- }).join(",")}`} alt="Legend"/>
+ }).reverse().join(",")}`} alt="Legend"/>
21
</div>
22
);
23
}
0 commit comments