Skip to content

Instantly share code, notes, and snippets.

@apetov
Created March 31, 2018 07:09
Show Gist options
  • Save apetov/04d5317ef5995f173783adc8a8e5b603 to your computer and use it in GitHub Desktop.
Save apetov/04d5317ef5995f173783adc8a8e5b603 to your computer and use it in GitHub Desktop.
// ...
let map = (this.map = leaflet.map(mapEl, this.options));
// apetov:
mapMode.switchMode(lat, lng);
tileUrl = mapMode.tileUrl;
//
leaflet.tileLayer(tileUrl, { attribution }).addTo(map);
map.setView([lat, lng], defaultZoomLevel);
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment