]> git.openstreetmap.org Git - rails.git/blob - app/assets/javascripts/leaflet.maplibre.js
Merge remote-tracking branch 'upstream/pull/6798'
[rails.git] / app / assets / javascripts / leaflet.maplibre.js
1 //= require @maplibre/maplibre-gl-leaflet
2
3 maplibregl.setRTLTextPlugin(OSM.RTL_TEXT_PLUGIN, true);
4
5 L.OSM.MaplibreGL = L.MaplibreGL.extend({
6   getAttribution: function () {
7     return this.options.attribution;
8   }
9 });