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:
Florian Bischof
2022-05-27 10:33:15 +02:00
committed by GitHub
parent 714b9e23cf
commit 20654cd159
28 changed files with 101 additions and 173 deletions

View File

@ -75,7 +75,7 @@ export var Attribution = Control.extend({
},
// @method addAttribution(text: String): this
// Adds an attribution text (e.g. `'Vector data &copy; Mapbox'`).
// Adds an attribution text (e.g. `'&copy; OpenStreetMap contributors'`).
addAttribution: function (text) {
if (!text) { return this; }