Skip to content

Commit 185e8e5

Browse files
committed
Enable retina tile usage in leaflet for wmf maps
Change-Id: Id4b0194db5436412a04cb0cfeb3659b93b38eaaa
1 parent 3734483 commit 185e8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wikibase/queryService/ui/resultBrowser/CoordinateResultBrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ wikibase.queryService.ui.resultBrowser.CoordinateResultBrowser = ( function( $,
3434

3535
var TILE_LAYER = {
3636
wikimedia: {
37-
url: 'https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png',
37+
url: 'https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}{r}.png',
3838
options: {
3939
id: 'wikipedia-map-01',
4040
attribution: ' <a href="https://maps.wikimedia.org/">Wikimedia</a> | &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'

0 commit comments

Comments
 (0)