Skip to content

Instantly share code, notes, and snippets.

@mourner
Created September 4, 2015 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mourner/9e0d3bc6f9800dac4e58 to your computer and use it in GitHub Desktop.
Save mourner/9e0d3bc6f9800dac4e58 to your computer and use it in GitHub Desktop.
/*
@class Control.Attribution
@aka L.Control.Attribution; @inherits Control
The attribution control allows you to display attribution data in a small text box on a map.
It is put on the map by default unless you set its [`attributionControl` option](#map-attributioncontrol) to `false`,
and it fetches attribution texts from layers with the [`getAttribution` method](#layer-getattribution) automatically.
Extends Control.
*/
/*
* 🍂class Control.Attribution
* 🍂aka L.Control.Attribution
* 🍂inherits Control
*
* The attribution control allows you to display attribution data in a small text box on a map. It is put on the map by default unless you set its [`attributionControl` option](#map-attributioncontrol) to `false`, and it fetches attribution texts from layers with the [`getAttribution` method](#layer-getattribution) automatically. Extends Control.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment