diff --git a/server/perkeepd/ui/map.js b/server/perkeepd/ui/map.js index 1b4d8f05c..5f5697c9a 100644 --- a/server/perkeepd/ui/map.js +++ b/server/perkeepd/ui/map.js @@ -138,7 +138,7 @@ cam.MapAspect = React.createClass({ this.eh_ = new goog.events.EventHandler(this); var map = this.map = L.map(ReactDOM.findDOMNode(this), { layers: [ - L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }) ],