Skip to content

Commit

Permalink
adds protocol relative image url path
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Nov 24, 2014
1 parent 9b1379e commit c5102b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/geoblacklight/geoblacklight.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

basemap = L.tileLayer(
'https://otile{s}-s.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, Tiles Courtesy of <a href="http://www.mapquest.com/" target="_blank">MapQuest</a> <img src="http://developer.mapquest.com/content/osm/mq_logo.png">',
attribution: '&copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, Tiles Courtesy of <a href="http://www.mapquest.com/" target="_blank">MapQuest</a> <img src="//developer.mapquest.com/content/osm/mq_logo.png">',
maxZoom: 18,
worldCopyJump: true,
subdomains: '1234' // see http://developer.mapquest.com/web/products/open/map
Expand Down

0 comments on commit c5102b1

Please sign in to comment.