Add attribution to map

This commit is contained in:
Skylar Ittner 2020-11-25 12:38:43 -07:00
parent 9482d21438
commit 759fa029c5

View File

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