Skip to content

Commit

Permalink
Revert "feat: change base map from OSM to Jawg (#225)"
Browse files Browse the repository at this point in the history
This reverts commit 7a6e7fb.
  • Loading branch information
fcamblor committed May 27, 2021
1 parent 9ed9d51 commit f4cce63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/vmd-lieux.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ export class VmdLieuxView extends LitElement {
console.log("error1")
});

tileLayer('https://{s}.tile.jawg.io/jawg-sunny/{z}/{x}/{y}.png?access-token=sOXVrxPultoFMoo0oQigvvfXgPxaX0OFlFJF7y1rw0ZQy1c1yFTSnXSVOBqw0W6Y', {
tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '<a href="http://jawg.io" title="Tiles Courtesy of Jawg Maps" target="_blank" class="jawg-attrib">&copy; <b>Jawg</b>Maps</a> | <a href="https://www.openstreetmap.org/copyright" title="OpenStreetMap is open data licensed under ODbL" target="_blank" class="osm-attrib">&copy; OSM contributors</a> '
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}).addTo(mymap);
}

Expand Down

0 comments on commit f4cce63

Please sign in to comment.