Skip to content

Commit

Permalink
fix: set legend url with available cors headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed Dec 20, 2022
1 parent 1225a3b commit f18d9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Legend/Legend.example.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class LegendExample extends React.Component {

this.places = new OlLayerTile({
name: 'Places',
legendUrl: 'https://www.koeln.de/files/images/Karnevalstrikot_Spieler_270.jpg',
legendUrl: 'https://terrestris.github.io/react-geo/assets/legend1.png',
source: new OlSourceTileWMS({
url: 'https://ahocevar.com/geoserver/wms',
params: {LAYERS: 'ne:ne_10m_populated_places', TILED: true, TRANSPARENT: 'true'},
Expand Down

0 comments on commit f18d9e1

Please sign in to comment.