16 lines
521 B
HTML
16 lines
521 B
HTML
---
|
|
layout: example.html
|
|
title: WMS GetLegendGraphic
|
|
shortdesc: Example of a WMS GetLegendGraphic.
|
|
docs: >
|
|
WMS supports the [getLegendGraphic request](https://docs.geoserver.org/latest/en/user/services/wms/get_legend_graphic/index.html).
|
|
This example demonstrates the use of the `getLegendUrl` method.
|
|
|
|
|
|
As a legend can be responsive to the scale it is updated on every change of the resolution.
|
|
tags: "GetLegendGraphic, getLegendUrl, WMS"
|
|
---
|
|
<div id="map" class="map"></div>
|
|
Legend:
|
|
<div><img id="legend"/></div>
|