mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-01 06:33:38 +01:00
Remove default leaflet attribute
This commit is contained in:
parent
132bfc539b
commit
c865ecb673
@ -109,6 +109,7 @@ DynMap.prototype = {
|
|||||||
zoom: me.options.defaultzoom,
|
zoom: me.options.defaultzoom,
|
||||||
center: new L.LatLng(0, 0),
|
center: new L.LatLng(0, 0),
|
||||||
zoomAnimation: true,
|
zoomAnimation: true,
|
||||||
|
attributionControl: false,
|
||||||
crs: L.Util.extend({}, L.CRS, {
|
crs: L.Util.extend({}, L.CRS, {
|
||||||
code: 'simple',
|
code: 'simple',
|
||||||
projection: {
|
projection: {
|
||||||
|
Loading…
Reference in New Issue
Block a user