Fix codesandbox error

src="" is not needed and causes an error when the example is opened in codesandbox
This commit is contained in:
mike-000
2019-11-12 16:38:14 +00:00
committed by GitHub
parent 9478cb1945
commit 4fb301e3e5

View File

@@ -12,4 +12,4 @@ tags: "GetLegendGraphic, getLegendUrl, WMS"
---
<div id="map" class="map"></div>
Legend:
<div><img id="legend" src=""/></div>
<div><img id="legend"/></div>