Merge pull request #372 from mikeprimm/master
Remove default Leaflet attribution
This commit is contained in:
commit
8d5233befd
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue