Add attribution to map

Skylar Ittner 3 years ago
parent 9482d21438
commit 759fa029c5

@ -20,7 +20,7 @@ function mapboxMap() {
var map = new mapboxgl.Map({
container: 'mapbox',
style: SETTINGS.maptileurls[getStorage("mapsource")].json,
attributionControl: false,
//attributionControl: false,
dragPan: true,
pitch: 0,
zoom: 2,

Loading…
Cancel
Save