Fix codesandbox error
src="" is not needed and causes an error when the example is opened in codesandbox
This commit is contained in:
@@ -12,4 +12,4 @@ tags: "GetLegendGraphic, getLegendUrl, WMS"
|
|||||||
---
|
---
|
||||||
<div id="map" class="map"></div>
|
<div id="map" class="map"></div>
|
||||||
Legend:
|
Legend:
|
||||||
<div><img id="legend" src=""/></div>
|
<div><img id="legend"/></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user