location button

This commit is contained in:
muerwre 2018-08-27 18:07:58 +07:00
parent 40993e2dd0
commit e7960a6bf8
5 changed files with 81 additions and 49 deletions

View file

@ -8,7 +8,7 @@ export class Map {
constructor({ container }) {
this.map = map(container, { editable: true }).setView([55.0153275, 82.9071235], 13);
this.tileLayer = tileLayer(providers.default, {
this.tileLayer = tileLayer(providers.dgis, {
attribution: 'Независимое Велосообщество',
maxNativeZoom: 18,
maxZoom: 18,