openearth / vue2mapbox-gl

Vue components for mapbox-gl. Api follows the approach of Vue2Leaflet so it's easy to port code back and forth between the two map components.
GNU General Public License v3.0
19 stars 8 forks source link

feat: add support for customAttribution #46

Closed lsarni closed 1 year ago

lsarni commented 1 year ago

Add support for customAttribution: String or strings to show in an AttributionControl . Only applicable if options.attributionControl is true .

The values are appended to the default attribution and separated by |

image