remove leaflet at the botton of v-leaflet map

Hi

We are using leaflet for maps… I want to remove ‘leaflet’ label at the botton of the map…

Please suggest.

Try using this method in LMap:

leafletMap.setAttributionPrefix("");

thanks Matti… its working.

Hi Matti,

Can we remove top right corner baselayer badge as well ?

That is a “Control” that you should be able to control programmatically. Also if you add layers with addLayer instead of addBaseLayer, that should layer selector should not popup.

cheers,
matti