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 }
|
||||
{ highlightLayer }
|
||||
<ZoomControl position="topright" />
|
||||
<AttributionControl />
|
||||
<AttributionControl prefix=""/>
|
||||
</Map>
|
||||
{
|
||||
this.props.mode !== 'basic'? (
|
||||
|
Loading…
Reference in New Issue
Block a user