removed unused things

This commit is contained in:
muerwre 2018-08-27 09:24:38 +07:00
parent cb3fabaf74
commit 8333807b31
3 changed files with 2 additions and 5 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.dgis, {
this.tileLayer = tileLayer(providers.default, {
attribution: 'Независимое Велосообщество',
maxNativeZoom: 18,
maxZoom: 18,