0.1.0 • Published 7 years ago

leaflet-superattribution v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Leaflet-SuperAttribution

Easily add non intrusive attribution control : replace the maybe long copyright text by a little button with a popup

###How to use it

1 - Import src/super-attribution.js to your project 2 - Then use the following code :

var map = L.map('map',{ attributionControl : false, superAttributionControl : true });
map.attributionControl.addAttribution('<a href="http://openstreetmap.org/copyright">OpenStreetMap</a> contributors')
0.1.0

7 years ago