leafletangular-leaflet-directive

Possible to remove leaflet link with image


I am use leaflet-directive to create map using leaflet.

Is it possible to remove leaflet link and OSM copyright from the map.

I wish to put in leaflet image instead.


Solution

  • It's probably not legal to remove copy-right information, but if you're familiar with javascript search in the leaflet code for

    'leaflet-control-attribution'
    

    Greetings