stickers and sticker deleting

This commit is contained in:
Fedor Katurov 2018-08-15 18:00:20 +07:00
parent b8434c32e7
commit 0d8a507620
8 changed files with 160 additions and 22 deletions

View file

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