Restore empty prefix for AttributionControl
Without this, the attribution control shows a link to Leaflet website
This commit is contained in:
parent
f69a0ef90f
commit
556269661a
@ -160,7 +160,7 @@ class ColouringMap extends Component<ColouringMapProps, ColouringMapState> { //
|
|||||||
{ dataLayer }
|
{ dataLayer }
|
||||||
{ highlightLayer }
|
{ highlightLayer }
|
||||||
<ZoomControl position="topright" />
|
<ZoomControl position="topright" />
|
||||||
<AttributionControl />
|
<AttributionControl prefix=""/>
|
||||||
</Map>
|
</Map>
|
||||||
{
|
{
|
||||||
this.props.mode !== 'basic'? (
|
this.props.mode !== 'basic'? (
|
||||||
|
Loading…
Reference in New Issue
Block a user