mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-16 16:45:22 +00:00
Replace Mapbox with OpenStreetMap (#7818)
* Replace Mapbox with OpenStreetMap Replace Mapbox with OpenStreetMap * Revert Gemfile * Replace blanks with tabs * Fix lint * Replace Mapbox with OSM * Add OSM Tile Usage Policy link * typo: productive→production Co-authored-by: Iván Sánchez Ortega <ivan@sanchezortega.es>
This commit is contained in:
@ -75,7 +75,7 @@ export var Attribution = Control.extend({
|
||||
},
|
||||
|
||||
// @method addAttribution(text: String): this
|
||||
// Adds an attribution text (e.g. `'Vector data © Mapbox'`).
|
||||
// Adds an attribution text (e.g. `'© OpenStreetMap contributors'`).
|
||||
addAttribution: function (text) {
|
||||
if (!text) { return this; }
|
||||
|
||||
|
Reference in New Issue
Block a user